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.
Initiate Mage
Joined
Jan 1, 2007
Messages
4
Reaction score
0
Hi
I get an error when i start the startup.sh:

"Nither the JAVA_HOME nor rhe JRE_HOME environment variable is defined. At last one of these environment variable is needet to run this program."

How can i change the java_home or jre_home dir ?
 
Newbie Spellweaver
Joined
Jan 29, 2009
Messages
5
Reaction score
1
Hi
I get an error when i start the startup.sh:

"Nither the JAVA_HOME nor rhe JRE_HOME environment variable is defined. At last one of these environment variable is needet to run this program."

How can i change the java_home or jre_home dir ?

in linux console tape this - #export JAVA_HOME /usr/lib/java/(its sample, find ur java path)
then tape - export and look your bash path's
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
@Link404
maybe this is such a noob question...
i alredy download your latest link above, but... this webapps.zip contain many files...
where i must put it? is it in pwserver directory using colinux command?
 
Experienced Elementalist
Joined
Aug 30, 2008
Messages
272
Reaction score
5
Questions are always welcome!

This is a part of the guide, it would be nice if you read that:

NEXT>
Download:
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
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"

Don't hesitate to ask again, good luck!
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
well to see your explaination above, is it solving my problem i told you before....
is it ok about those certificate thing?
 
Experienced Elementalist
Joined
Aug 30, 2008
Messages
272
Reaction score
5
Open up your internet explorer, then you should go to "https://127.0.0.1/iweb/role/", after that, the internet explroer asks you for the certificates, so choose the iweb role certificate and go on ;)
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
i have problem finding this :
[/quote]
ok install them. The password is "wanmeishikong" save them to "Personal" or "Trusted Root Certification Authorities"[/quote]

where is personal or Trusted Root Certification Authorities directory place?
 
Experienced Elementalist
Joined
Aug 30, 2008
Messages
272
Reaction score
5
Ok, please take a look to these 14 picture (made by me for you), I think, these should help you... Btw, the language is German, but with the red, black and blue arrows on the pictures, it shouldn't be a problem for you to understand the way:
















Questions? ;)
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
thank's a lot mate....
i think it work, it open like your picture...
i hope this iweb can solve my problem about HP and MP which suddenly loose to become 1....
 
Newbie Spellweaver
Joined
Jan 29, 2009
Messages
5
Reaction score
1
thank's a lot mate....
i think it work, it open like your picture...
i hope this iweb can solve my problem about HP and MP which suddenly loose to become 1....

turn off anticheat
open gs.conf
change anticheat=true to anticheat=false
:wink:
then delete all ur database(not SQL) or add new account and character
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
197
Reaction score
1
turn off anticheat
open gs.conf
change anticheat=true to anticheat=false
:wink:
then delete all ur database(not SQL) or add new account and character

thx a lot it work.
but now i have new problem, my parasite skill can not be used.... do you know how to fix this?
 

007

Newbie Spellweaver
Joined
Nov 5, 2006
Messages
8
Reaction score
0
Hey, I cannot seem to access iweb through the HTTPS protocol, but in http, however, I get the error that most people received in page 1, is there anybody who can assist with my situation?
 
Newbie Spellweaver
Joined
Dec 30, 2008
Messages
33
Reaction score
0
hmm i have a problem that ive been fighting with for a lil while now but if i ececute server only when i run ./start.sh i web loads fine, but if i run my register page then run server only iweb wont run or if i load i web first then register page the register page wont work. is there anyway to run both register and i web at the same time? thx

oh BTW i am using hamachi if that helps any
 
Newbie Spellweaver
Joined
Apr 17, 2006
Messages
9
Reaction score
0
I also have the same problem. The registration page will work but then the iWeb will not work. That is if I set the registration page to load first. Then if I try vise versa. iWeb first then the registration page only iWeb worked. Can anyone find/have a solution to our problem.
 
Newbie Spellweaver
Joined
Sep 17, 2006
Messages
78
Reaction score
0
cant see any certificates... and i did all what u say.. what now?
 
Newbie Spellweaver
Joined
Apr 1, 2009
Messages
97
Reaction score
0
help please

Code:
[root@fedora local]# cd /usr/local/jakarta-tomcat-5.5.9/webapps
[root@fedora webapps]# wget http://192.168.1.4/webapps/
--00:31:15--  http://192.168.1.4/webapps/
           => `index.html'
Connecting to 192.168.1.4:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5,267 (5.1K) [text/html]

100%[====================================>] 5,267         --.--K/s

00:31:15 (1.00 MB/s) - `index.html' saved [5267/5267]

[root@fedora webapps]# cd /usr/local/jakarta-tomcat-5.5.9/bin
[root@fedora bin]# ./startup.sh
Using CATALINA_BASE:   /usr/local/jakarta-tomcat-5.5.9
Using CATALINA_HOME:   /usr/local/jakarta-tomcat-5.5.9
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat-5.5.9/temp
Using JRE_HOME:       /usr/java/jdk1.5.0_05
[root@fedora bin]# ./start.sh
-bash: ./start.sh: No such file or directory
[root@fedora bin]# cd
[root@fedora ~]# cd /usr/local/jakarta-tomcat-5.5.9/bin
[root@fedora bin]# ./start.sh
-bash: ./start.sh: No such file or directory
[root@fedora bin]#
 
Junior Spellweaver
Joined
Mar 22, 2004
Messages
103
Reaction score
1
any ideea why i get this?
[root@gmserver bin]# ./startup.sh
bash: ./startup.sh: /bin/sh^M: bad interpreter: No such file or directory
 
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
6
Reaction score
0
I obtain to have access the page of the Iweb but I do not obtain to have access the page to edit chars !!!!

Help-me




PS: my English is not good, is using translating babelfish
 
Newbie Spellweaver
Joined
Apr 1, 2009
Messages
97
Reaction score
0
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
 
Status
Not open for further replies.
Back
Top