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.
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
help i tried both ways already and still wont work


Code:
404 - Not found
go to root
HttpFileServer 2.2f
5/6/2009 1:26:01 AM

LOL! It's HFS xD Not iweb..........

Did you have type this URL: ??

Or ? :lol:
 
Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
@All

Because you need check this:

on root directory:
.bashrc include this lines
Code:
export JAVA_HOME=/usr/java/jdk1.5.0_05/bin
export CLASSPATH=/usr/local/jakarta-tomcat-5.5.9/common/lib/jsp-api.jar:/usr/local/tomcat/common/lib/servlet-api.jar

.profile (this is my. You need change password, etc)
Code:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/java/jdk1.5.0_05/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
PATH=$PATH:$HOME/bin:/usr/lib/mysql/bin
BASH_ENV=$HOME/.bashrc
USERNAME="ROOT"
export USERNAME BASH_ENV PATH
export CLASSPATH=.:/usr/java/jdk1.5.0_05/lib/dt.jar:/usr/java/jdk1.5.0_05/lib/tools.jar:/usr/java/jdk1.5.0_05/lib/mysql-connector-java-3.0.16-ga-bin.jar:/usr/java/msSQLjdbc/lib/msbase.jar:/usr/java/msSQLjdbc/lib/mssqlserver.jar:/usr/java/msSQLjdbc/lib/msutil.jar
export PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME=/usr/java/jdk1.5.0_05
export LC_ALL=zh_CN 
export LANG=zh_CN

...and run this net_test.sh
Code:
#!/bin/sh
echo "############################ Start Jakarta Service #############################" 
cd /opt/lampp
./lampp startapache &
sleep 5
./lampp startmysql &
sleep 5
cd /usr/local/jakarta-tomcat-5.5.9/bin
./startup.sh
echo "############################### Web Test Done ###############################"

And change to CHMOD 0755 on this files after save.
:thumbup:
 
Last edited:
Newbie Spellweaver
Joined
Dec 21, 2008
Messages
44
Reaction score
0
when i click on char editor and use Mage F i get everytime : Failed to get the Char info from the Database,Char doesn't exist or connection timeout.Please retry

pls help whats the problem
 
Newbie Spellweaver
Joined
Aug 15, 2009
Messages
45
Reaction score
6
Hi i used your guide and got my Iweb up but what is the username and password? and how would i change it though colinux
 
Junior Spellweaver
Joined
Nov 17, 2009
Messages
125
Reaction score
0
Hi i used your guide and got my Iweb up but what is the username and password? and how would i change it though colinux

which iweb version ? tekk or beastie ?
just read the required login file. you can change it manually.
example on tekk's iweb:

on the loginform.jsp there is a line:
" FileReader fr = new FileReader("/usr/local/jakarta-tomcat-5.5.9/webapps/iweb/loginlist.txt"); "

so you need to change the information on " loginlist.txt "

:)
 
Newbie Spellweaver
Joined
Oct 10, 2009
Messages
11
Reaction score
0
I'm having the same problem as opexone78, when I try to access the 'localhost:8080/iweb/role' I got the error 'HTTP Status 401 - no certs found.'. What can I do ??
Obs: Link404 all of these 14 images are dead, could you post them again ? or just make a simple tutorial in text for me ? Thanks !
Obs²: When I try to access using the 'https:localhost:8080/iweb/role', it doesn't connect, seems like the website (iWeb) is offline when trying to use the 'https'

Help please !
Bye.
 
Last edited:
Newbie Spellweaver
Joined
Dec 31, 2007
Messages
6
Reaction score
1
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
<<<<>>>>
rapishare please put in the certificate error in this damage bodongo
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
I'll check if i still have this cert ...

Because i use mine now ^_^
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Why do you need this certs? o.o
 
Status
Not open for further replies.
Back
Top