jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
I have my jsps on windows working fine. But after I moved to Linux, I got: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from

RE: jsp on windows/linux

2004-12-03 Thread Marot Laurent
are you sure you've got a jdk and not only a jre on that server ? -Message d'origine- De : Jiang, Peiyun [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 décembre 2004 21:02 À : 'Tomcat Users List' Objet : jsp on windows/linux I have my jsps on windows working fine. But after I moved

RE: jsp on windows/linux

2004-12-03 Thread Ben Souther
I have my jsps on windows working fine. But after I moved to Linux, I got: Can you give us a little more information? Which Linux distro? Which Linux version? Which Tomcat version? Which JDK/JRE/J2SDK??? - To

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
Yes. I got jdk and have java_home, tomcat_home and catalina_home set. Peiyun -Original Message- From: Marot Laurent [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:06 PM To: Tomcat Users List Subject: RE: jsp on windows/linux are you sure you've got a jdk and not only a jre

RE: jsp on windows/linux

2004-12-03 Thread Ben Souther
On Fri, 2004-12-03 at 15:08, Jiang, Peiyun wrote: Yes. I got jdk and have java_home, tomcat_home and catalina_home set. Have you tested your JAVA_HOME (case sensitive) environment variable? From the command line: $JAVA_HOME/bin/javac

RE: jsp on windows/linux

2004-12-03 Thread Larry Meadors
For crying out loud! GOOGLE IS YOUR FRIEND! http://tinyurl.com/5pzjb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
tomcat 4.1.24 on RedHat Linux (Linux host 2.4.21-20.EL GNU/Linux) j2sdk1.4.2 Thanks. Peiyun -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:08 PM To: Tomcat Users List Subject: RE: jsp on windows/linux I have my jsps on windows working fine

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
working OK. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:14 PM To: Tomcat Users List Subject: RE: jsp on windows/linux On Fri, 2004-12-03 at 15:08, Jiang, Peiyun wrote: Yes. I got jdk and have java_home, tomcat_home and catalina_home set

RE: jsp on windows/linux

2004-12-03 Thread Jiang, Peiyun
I saw a lot posting, but they are almost all talking about space in dirs on windows. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 3:14 PM To: [EMAIL PROTECTED] Subject: RE: jsp on windows/linux For crying out loud! GOOGLE IS YOUR FRIEND! http

Re: jsp on windows/linux

2004-12-03 Thread Alain Gaeremynck
check if the user under wich you are running tomcat har write permissions where tomcat writes the compiled jsp you can do that by doing su - tomcatuser touch path_to_jsp_compilation_dir/test.txt if you get an error message the either change the user or permissions of the compilation directory

RE: jsp on windows/linux

2004-12-03 Thread Larry Meadors
3:14 PM To: [EMAIL PROTECTED] Subject: RE: jsp on windows/linux For crying out loud! GOOGLE IS YOUR FRIEND! http://tinyurl.com/5pzjb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL