Re: tomcat starting problem on win98

2001-07-23 Thread Ramkumar Manoharan
ct: Re: tomcat starting problem on win98 Date: Sat, 21 Jul 2001 22:16:13 +1000 Have you followed the howto on the JBoss site? Where do you get that error? I'm assuming you're not running JspC from the command line yourself? you're running the jboss-tomcat dist right? Which script are you using t

RE: Tomcat starting problem

2001-06-18 Thread Randy Layman
To: [EMAIL PROTECTED] Subject: Re: Tomcat starting problem Using classpath: /user/staff/wapteam/tomcat=/lib/*:/user/staff/wapteam/tomcat/ ./tomcat.sh: usr/java1.2=/bin/java: not found This should be simple. Just go thru each directory in you classpath and make sure that those directories

Re: Tomcat starting problem

2001-06-16 Thread yilmaz
- Original Message - From: Luba Powell To: [EMAIL PROTECTED] Sent: Saturday, June 16, 2001 12:34 AM Subject: Re: Tomcat starting problem dbs[160] startup.sh This an OS error, not tomcat. Unix admin should be able to help you - Original Message

Re: Tomcat starting problem

2001-06-16 Thread Luba Powell
that your ENV variables are set correctly. Regards, L - Original Message - From: yilmaz To: [EMAIL PROTECTED] Sent: Saturday, June 16, 2001 4:14 AM Subject: Re: Tomcat starting problem Hi Luba, dbs[160] startup.sh was not part of the error message

RE: Tomcat starting problem

2001-06-15 Thread Filip Hanik
somehow, your environment variables are getting screwed up, there is an "=" sign to much in there try to edit startup.sh directly or tomcat.sh and do the command inside the shell script export JAVA_HOME=/usr/java1.2; and that should do the trick. Filip ~Namaste - I bow to the divine