Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setting Up iWeb

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 21, 2007
Messages
70
Reaction score
0
A guide to set up iWeb
for every one who needs a little more step by step guide

port forward your colinux by editing PWServer.bat and PWServer.conf
PWserver.bat
=====================
Code:
cd ../
colinux-daemon.exe -t nt @pwserver/PWServer.conf fastboot nogui eth0=slirp,,tcp:29000:29000/tcp:80:80/tcp:8080:8080/tcp:443:443
=====================
<<<<>>>>
PWServer.conf:
find #Network line and comment out eth0 and eth1 like below;
<<<<>>>>
=====================
Code:
# Network
#eth0=slirp,,tcp:29000:29000
#eth1=pcap-bridge,,00:FF:F9:54:7C:00
=====================

<<<<>>>>
After Setting up colinux do the following:
1st.Download A File Called (ssl.tar.gz)
http://www.mediafire.com/?b21ycxtr1wl and copy ssl.tar.gz to /etc
Do This Using HFS http://www.rejetto.com/hfs/
Copy "ssl.tar.gz" into your HFS dir....just click and drag xD

<<In coLinux>>
Commands: Type: cd /etc then it should reed like this [root@fedora etc]#
then type: wget http://your-ip-address:280/ssl.tar.gz
280 this may be different, like 8080 maybe

If you didnt get any errors go to the next step>
extract (ssl.tar.gz) by typing "tar zxvf ssl.tar.gz"

NEXT>
Download http://www.mediafire.com/?mcjzcmfghfj
jakarta-tomcat-5.5.9.tar.gz

We want to put this file into cd /usr/local

Same as before: Copy "jakarta-tomcat-5.5.9.tar.gz"
into your HFS dir....just click and drag

<<In coLinux>>
Commands: Type: cd /usr/local then it should reed like this [root@fedora local]#
then type: wget http://your-ip-address:280/jakarta-tomcat-5.5.9.tar.gz
280 this may be different, like 8080 maybe

If you didnt get any errors go to the next step>
extract (jakarta-tomcat-5.5.9.tar.gz) by typing "tar zxvf jakarta-tomcat-5.5.9.tar.gz"

NEXT>
Download: http://www.badongo.com/file/9003413
webapps.zip

We want to put this file in /usr/local/jakarta-tomcat-5.5.9/webapps

Same as before: Copy "webapps.zip"
into your HFS dir....just click and drag

<<In coLinux>>
Commands: Type: cd /usr/local/jakarta-tomcat-5.5.9/webapps
then it should reed like this [root@fedora webapps]#
then type: wget http://your-ip-address:280/webapps.zip
280 this may be different, like 8080 maybe

If you didnt get any errors go to the next step>
extract (webapps.zip) by typing "unzip webapps" Its only diferent because its a "ZIP"

NEXT>

<<coLinux>>
Commands: Type cd /usr/local/jakarta-tomcat-5.5.9/bin
then it should reed like this [root@fedora bin]#
now type ./startup.sh

NEXT>iWeb Is now installed....but wait there is more

You need security certificates
http://www.badongo.com/file/8971716
Ok unzip them on your desktop.....use IE7 yaya i hate it to but it works with iWeb

ok install them. The password is "wanmeishikong" save them to "Personal" or "Trusted Root Certification Authorities"


"Personal" = IE7

"Trusted Root Certification Authorities" = Mozilla,....and so on


Ok then go to IE7/Mozilla


and type in https://localhost/iweb/role use this if your connecting from the pc your hosting your server on
"OR" type in https://serverip/iweb/role use this if your connecting from a different PC

And we are done if i missed anything let me know :lol:


<<<<>>>>
Credits: alceon for the source and files
<<<<>>>>
 
Newbie Spellweaver
Joined
Nov 29, 2008
Messages
5
Reaction score
0
Dang i have some cert problems how do i get rid of this error.
HTTP Status 401 - no certs found.

type Status report

message no certs found.

description This request requires HTTP authentication (no certs found.).
Apache Tomcat/5.5.9

Im using Firefox. Do i need to use IE 7?
 
Newbie Spellweaver
Joined
Nov 21, 2007
Messages
70
Reaction score
0
beped yes i would advise using IE7 instead of Mozilla

ok install them. The password is "wanmeishikong" save them to "Personal"


"Personal" = IE7 <<<<<<<<<<<Save them here and you wont have any problems :)

btw i have been away for a while so sry xD if you dont need the info anymore
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
well i have the same problem here :
i type "http:/127.0.0.1/iweb/role" also "http://localhost/iweb/role", but it ended with error :

HTTP Status 401 - no certs found.

type Status report

message no certs found.

description This request requires HTTP authentication (no certs found.).


--------------------------------------------------------------------------------

Apache Tomcat/5.5.9

i already extract it (world2_iwebmanage and world2_iwebrole) onto my desktop, i double click it and i use password wanmeishikong and also put it into personal (IE 7).

please guide how to solve it.

thank you
 
Newbie Spellweaver
Joined
Nov 21, 2007
Messages
70
Reaction score
0
Im working on a full HD video guide it will be easier for everyone.
hope to get it done soon
 
Experienced Elementalist
Joined
Aug 30, 2008
Messages
272
Reaction score
5
well i have the same problem here :
i type "http:/127.0.0.1/iweb/role" also "http://localhost/iweb/role", but it ended with error


There is something wrong, you wrote "http://, but you forgot the "s", try this:

 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
@meisaiah
i can't hardly wait for your video guide...

@link404
still have an error.... first it run asking about certification and pop up some ca something...
and then when i press ok, it give me an error
 
Newbie Spellweaver
Joined
Nov 21, 2007
Messages
70
Reaction score
0
@link404
still have an error.... first it run asking about certification and pop up some ca something...
and then when i press ok, it give me an error

When you get to the page does a box pop up with 2 certs in it?
 
Experienced Elementalist
Joined
Sep 26, 2008
Messages
211
Reaction score
2
Hi

I make all just like you say and work the ....... fine but I SEE ONLY NUMBERS AND LETERS ...LIKE THIS

THIS IS THE FOR EXAMPLE :(

PHP:
<%@page contentType="text/html; charset=GBK"%>
<%@page import="java.util.*"%>
<html>
<head>
<link href="../include/style.css" rel="stylesheet" type="text/css">
<title>Char Info Management</title>
<script language=javascript>
function onqueryrolexml()
{
	document.myquery.action = "modrolexml.jsp";
	document.myquery.submit()
	return true;
}
</script>
</head>
<body>
<%@include file="../include/header.jsp"%>
<table width="100%" height="350"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr><td>

<table width="450" height="200" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td>��ѯ�޸���ݿ��ɫȱʡ��Ϣ��</td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=16">Warrior-M</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=19">Mage-F</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=20">ɮ��-��</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=23">WereFox-F</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=24">WareBeast-M</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=27">����-Ů</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=28">Elf Acher-M</a></td>
  </tr>
  <tr>
    <td><a href="modrole.jsp?roleid=31">Elf Priest-F</a></td>
  </tr>
  <tr>
    <td>
 <br>
Search Char Info��
<form action="modrole.jsp" name="myquery" method="post">
Input Char ID��  <input type="text" name="roleid" value="" size="16" maxlength="10"><br>
Input Char Name��<input type="text" name="name" value="" size="20" maxlength="64">
<input type="submit" value="Char's Basic Info">
  <a href="javascript:onqueryrolexml();">Char's XML</a>
</form>
    </td>
  </tr>
</table>

</td></tr></table>
<%@include file="../include/foot.jsp"%>
</body>
</html>
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
@link404
still have an error.... first it run asking about certification and pop up some ca something...
and then when i press ok, it give me an error

When you get to the page does a box pop up with 2 certs in it?


i already download those two certificate (on link above) and installed it (but there's error, i don't know i forgot). so is it because those certificate things?
 
Experienced Elementalist
Joined
Aug 30, 2008
Messages
272
Reaction score
5
Hmm, I didn't have those problems, but here, I re-uploaded my webapps.zip, it may work with this one... Here you are:



Good luck mate!
 
Newbie Spellweaver
Joined
Oct 4, 2005
Messages
24
Reaction score
0
Sorry, I didn't understand you really, may you explain your problem a bit better please?

==== IWEB AND ROLE MANAGEMENT ====
Cannot find /usr/local/jakarta-tomcat-5.5.9/bin/catalina.sh
this file is needed to run this program

how fix this ?
 
Status
Not open for further replies.
Back
Top