Click to See Complete Forum and Search --> : work direcoy on Tomcat


amrigo
03-17-2006, 11:18 AM
Hi

I am using the Tomcat container

How do i see the compuiled servlets from a jsp file ?
It is on the "work" directory?
How do i enable to this directory to be visible ?

Actually when a jsp file trhow an error i can do nothing but just guess the error because i can see in wich line from my jsp filçe the error is occurring

Thank´s in advance

Mr. Ram
03-18-2006, 04:04 AM
To get those details, have a look on this dir :

<CATALINA_HOME>\work\Catalina\localhost

amrigo
03-20-2006, 06:51 AM
Hi

How do i enable this directory to be visible to me ?

Khalid Ali
03-20-2006, 09:35 AM
just curious why would you want to take a look at compiled jsp classes? the java compiler points(correctly in most of the cases) to the line number on jsp page where the problem is, why cant u just look at jsp page on that line and fix it?
Else I might not have understood what you are asking completely...:-)

Mr. Ram
03-20-2006, 09:26 PM
We can get some hints on Errors through that directory files

amrigo
03-21-2006, 06:40 AM
Some developers told me that watching for the files in the work directory i can see the exact line with the error code