Hi, Why don't you just let Tomcat use the default work directory? Yoav Shapira Millennium Research Informatics
>-----Original Message----- >From: OR623 [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 29, 2004 11:35 AM >To: '[EMAIL PROTECTED]' >Subject: JSP-debugging problem > >Hello! > >I am using JDK 1.4.2_05, Tomcat 5.0.25, Eclipse 2.1.3, Lomboz 2.1.3. My >task >is to develop a webapplication. Therefore I need JSP-debugging, I mean it >would be nice. > > >What I made to make JSP-Debugging possible (according to >http://www.objectlearn.com/support/docs/debuggingJSP.jsp): > >1. Put a file named context.xml under >[eclipsehome]/workspace/myapp/mywebapp/meta-inf > >2. The code in context.xml: > <Context path="/fase_dev" override="true" > docbase="C:/Programme/eclipse/workspace/fase_dev/fase_dev" > workDir="C:/Programme/eclipse/workspace/fase_dev/j2src" /> > >3. Use Deploy-Command from Lomboz, which generates a war-file (with the >context.xml inside) > >4. Start Tomcat > >Tomcat seems to accept the context.xml. After starting, the context.xml can >also be found at [tomcathome]/conf/Catalina/localhost with name >mywebapp.xml. But in the tomcat console an error occurs: >29.07.2004 11:53:33 org.apache.jasper.EmbeddedServletOptions <init> >SCHWERWIEGEND: The scratchDir you specified: C:\TOMCAT50\ >C:\Programme\eclipse\workspace\fase_dev\j2src is unusable. >29.07.2004 11:53:33 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL >file:C:\TOMCAT50\conf\Catalina\localhost\manager.xml > >Somehow the workDir got the prefix [tomcathome]. Does anyone know, where I >can disable this functionality? > > >Thanks in Advance! > >Kathleen > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
