Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread David Smith
) ... My server is on Linux and I create a tomcat user to run it. What may be wrong? Thanks, Cyberjobe - Original Message - From: Jérôme Duval [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 5:38 PM Subject: RE: Tomcat does not compiles my .jsp

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread Cyberjobe
: Tomcat does not compiles my .jsp! I'm fairly sure the problem is tomcat is having some trouble writing to the work directory when it writes your jsp as a java class. Quick test: su tomcat (if done from root, no password required) cd /usr/local/jakarta-tomcat-5.0.25/work vi testfile.txt type

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread David Smith
, 2004 9:18 AM Subject: Re: Tomcat does not compiles my .jsp! I'm fairly sure the problem is tomcat is having some trouble writing to the work directory when it writes your jsp as a java class. Quick test: su tomcat (if done from root, no password required) cd /usr/local/jakarta-tomcat-5.0.25

RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread Januski, Ken
] Sent: Thursday, June 24, 2004 9:18 AM Subject: Re: Tomcat does not compiles my .jsp! I'm fairly sure the problem is tomcat is having some trouble writing to the work directory when it writes your jsp as a java class. Quick test: su tomcat (if done from root, no password required) cd /usr

Re: RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread deepak shripat mane
servlet.jar wasn't where it should be (/tomcat/common/lib in my setup). -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:21 AM To: Tomcat Users List Subject: Re: Tomcat does not compiles my .jsp! Take a look at your log files for around

RE: RE: Tomcat does not compiles my .jsp!

2004-06-24 Thread Casas, Claudia
and it occurred because servlet.jar wasn't where it should be (/tomcat/common/lib in my setup). -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:21 AM To: Tomcat Users List Subject: Re: Tomcat does not compiles my .jsp! Take a look at your log

Re: Tomcat does not compiles my .jsp!

2004-06-24 Thread Niklas Lindholm
not compiles my .jsp! I'm fairly sure the problem is tomcat is having some trouble writing to the work directory when it writes your jsp as a java class. Quick test: su tomcat (if done from root, no password required) cd /usr/local/jakarta-tomcat-5.0.25/work vi testfile.txt type

Re: Tomcat does not compiles my .jsp! - the solution!

2004-06-24 Thread Cyberjobe
! At least to me :) Now I have to make a new start-up script to put on my /etc/rc.d dir... Thanks everybody! Cyberjobe - Original Message - From: Niklas Lindholm [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 24, 2004 4:17 PM Subject: Re: Tomcat does not compiles

Re: Tomcat does not compiles my .jsp! - the solution!

2004-06-24 Thread Niklas Lindholm
Hi! I tried skipping using jsvc and start Tomcat using startup.sh instead (which starts java directly) and now it works for me too! Although using jsvc works fine in my old environment.. Thanks for the hint! /Niklas On Thu, 24 Jun 2004, Cyberjobe wrote: Hi! Well...its working! But

Tomcat does not compiles my .jsp!

2004-06-23 Thread Cyberjobe
Hi! I have followed the tomcat's installation manual and I did make the Servlets work. But not the .jsp files! So... I modified the server.xml and put this: Context path=/jsp1 docBase=/home/cyberjobe/jsp1 reloadable=true crossContext=true/ On the /home/cyberjobe/jsp1 I have the file

RE: Tomcat does not compiles my .jsp!

2004-06-23 Thread Jérôme Duval
, June 23, 2004 3:59 PM To: [EMAIL PROTECTED] Subject: Tomcat does not compiles my .jsp! Hi! I have followed the tomcat's installation manual and I did make the Servlets work. But not the .jsp files! So... I modified the server.xml and put this: Context path=/jsp1 docBase=/home/cyberjobe/jsp1

RE: Tomcat does not compiles my .jsp!

2004-06-23 Thread Jérôme Duval
Corrected a stupid mistake: You probably have an error in you jsp file. To test this write a normal html file with a jsp extension. If you aren't familiar with html, just go to any website and copy the source of the page and use that...

Re: Tomcat does not compiles my .jsp!

2004-06-23 Thread Cyberjobe
: Tomcat does not compiles my .jsp! Corrected a stupid mistake: You probably have an error in you jsp file. To test this write a normal html file with a jsp extension. If you aren't familiar with html, just go to any website and copy the source of the page and use