- 
        1. Re: How can I set <Context...> in JBoss+Tomcat?didi1976 Oct 27, 2003 1:56 AM (in response to xf_fong)Hi, 
 are you using the JBossIDE-Plugin for Eclipse?
 It contains a nice tutorial showing you how to debug your project using Eclipse.
 You can download the JBossIDE and the tutorials from sourceforge.
 Didi
- 
        2. Re: How can I set <Context...> in JBoss+Tomcat?jonlee Oct 27, 2003 2:26 AM (in response to xf_fong)Unfortunately, you do not have the same available deployment methods as per standalone Tomcat. You can change the context with a jboss-web.xml element. You can also modify the work directory by defining your own Jasper instance per web.xml. There is a thread for this although it is not very elegant. 
 I would however, suggest looking at the Lomboz-Eclipse plugin for JBoss and view Vashistvishal's tutorial for JBoss - see the Beginner's forum.
- 
        3. Re: How can I set <Context...> in JBoss+Tomcat?xf_fong Oct 27, 2003 7:01 AM (in response to xf_fong)Thank your help! 
 I found another way to debug JSP in Eclipse with Lomboz plug-in! That is import the tomcat-4.1.x\work\MainEngine\localhost\debugJSP dir into the J2EE project's j2src dir. Done! Simple!
 Haha!
 
     
    