Re: jsp pages do not run in tomcat

2005-11-18 Thread Aparna Ramakrishnan
Hello, thnx for ur reply. Now the jsp pages work fine. i deployed them as a .war file. but now, the problem is with the compiler. when i type javac -help, i get Jikes Compiler . (I use Debian LINUX in which jikes comes bundled with kaffe VM.) But earlier when i was not using

Re: jsp pages do not run in tomcat

2005-11-18 Thread Santosh Asbe
check whether .java & .class files for the JSP are being created in the work folder. Work folrder is located at /work/Standalone/localhost/. If class files are not being created here for the JSP then check ur JSP for extra semi colons which sometime creates problems for compilation. On 11/18/05,

jsp pages do not run in tomcat

2005-11-18 Thread Aparna Ramakrishnan
Hello, I am running tomcat4. when i start Tomcat using /etc/init.d/tomcat4 start using JAVA_HOME=/usr/lib/kaffe, tomcat stops to run almost immediately but says the pid file still exists. Now if i export JAVA_HOME=/usr/j2sdk1.4.2_09, and start tomcat again, it runs comfortably. B