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,