You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ti...@materna.de on 2004/11/24 17:12:18 UTC

enabling jsp-debugging using lomboz, eclipse and tomcat 5.5.4

hi, 

what i want to do is: 

i want to enable jsp-debugging in eclipse using lomboz on a tomcat 5.5.4
server, so i followed the steps on the objectlearn-website to achieve this. 
i changed the context path so every generated servlet goes into the /j2src
folder and i can set breakpoints, which is fine, but now i got a problem
which should not occur with tomcat 5 because it was a bug in tomcat 4. 

------ quote from the sysdeo website ------ 

Known problem 1 : Tomcat 4 and JSP in project subdirectories 

Generated servlets for JSP couldn't be compile by Eclipse. Subdirectories do
not appear in Tomcat 4 generates servlets. Package definition is always
package org.apache.jsp. 

----- end quote ------------ 

thats exactly the problem i got right now, package definition is always
org.apache.jsp, but there is no patch for this problem for tomcat 5, it isnt
even mentioned on the website for tomcat 5, 

so what is wrong and how can i change this? 


What i use: 
- eclipse Version: 3.0.0 
Build id: 200406251208 
- lomboz 3.0.0 
- tomcat 5.5.4 


thanks in advance, timo 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org