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 ?
 
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.
 
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
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.