Re: embedded tomcat, "work" folder wipe out issue

2010-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Federico, On 7/12/2010 3:26 AM, Federico Fissore wrote: > I still think that working with embedded tomcats sharing a common base > work folder has some issues: one could be that in several places in the > code I've found statements like > > if (!new

Re: embedded tomcat, "work" folder wipe out issue

2010-07-12 Thread Federico Fissore
hello all after a week of testing, I've changed the wipe out proc from wiping out both files and folders to just files, and since then it's worked (hope Murphy is not subscribed to this mailing list) My opinion (if anyone could be interested) follows: I still think that working with embedded

Re: embedded tomcat, "work" folder wipe out issue

2010-07-05 Thread Federico Fissore
Konstantin Kolinko, il 05/07/2010 16:59, ha scritto: 2010/7/2 Federico Fissore: hello all first mail to the list: please forward me to any RTFM you may think useful BUT some times I got a "JasperException: Unable to load class for JSP", with the root cause being "ClassNotFoundException: or

Re: embedded tomcat, "work" folder wipe out issue

2010-07-05 Thread Konstantin Kolinko
2010/7/2 Federico Fissore : > hello all > > first mail to the list: please forward me to any RTFM you may think useful > > > BUT some times I got a "JasperException: Unable to > load class for JSP", with the root cause being "ClassNotFoundException: > org.apache.jsp.WEB_002dINF.jsp.systemCheck_jsp

Re: embedded tomcat, "work" folder wipe out issue

2010-07-03 Thread Federico Fissore
Pid, il 03/07/2010 16:08, ha scritto: Is that really the path in use? /opt /tomcats /work /StandardHost[localhost].StandardContext[ /myWebApp]Engine /localhost /myWebApp Looks a little weird to me, the square brackets are split across directories and there's a referen

Re: embedded tomcat, "work" folder wipe out issue

2010-07-03 Thread Pid
On 03/07/2010 12:11, Federico Fissore wrote: > 赵顺, il 03/07/2010 10:13, ha scritto: >> It seems like the bug >> https://issues.apache.org/bugzilla/show_bug.cgi?id=49539 >> the tomcat delete workdir while startup with errors >> > > uhm no, in this case it's me that it's clearing the work folder and

Re: embedded tomcat, "work" folder wipe out issue

2010-07-03 Thread Federico Fissore
赵顺, il 03/07/2010 10:13, ha scritto: It seems like the bug https://issues.apache.org/bugzilla/show_bug.cgi?id=49539 the tomcat delete workdir while startup with errors uhm no, in this case it's me that it's clearing the work folder and btw I have some fifty webapps that runs smootly, restarti

Re: embedded tomcat, "work" folder wipe out issue

2010-07-03 Thread Mark Thomas
On 03/07/2010 10:13, 赵顺 wrote: It seems like the bug https://issues.apache.org/bugzilla/show_bug.cgi?id=49539 the tomcat delete workdir while startup with errors The configuration in that bug report is completely invalid. If you use an invalid configuration, then there is always the chance it

Re: embedded tomcat, "work" folder wipe out issue

2010-07-03 Thread 赵顺
It seems like the bug https://issues.apache.org/bugzilla/show_bug.cgi?id=49539 the tomcat delete workdir while startup with errors On Sat, Jul 3, 2010 at 4:03 PM, Federico Fissore wrote: > Christopher Schultz, il 02/07/2010 23:00, ha scritto: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1

Re: embedded tomcat, "work" folder wipe out issue

2010-07-03 Thread Federico Fissore
Christopher Schultz, il 02/07/2010 23:00, ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Federico, On 7/2/2010 8:36 AM, Federico Fissore wrote: I've embedded tomcat so to have multiple webapps running with separate java processes (each embedded tomcat runs its own webapp, listening

Re: embedded tomcat, "work" folder wipe out issue

2010-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Federico, On 7/2/2010 8:36 AM, Federico Fissore wrote: > I've embedded tomcat so to have multiple webapps running with separate > java processes (each embedded tomcat runs its own webapp, listening to a > different tcp port), because of some memory is

embedded tomcat, "work" folder wipe out issue

2010-07-02 Thread Federico Fissore
hello all first mail to the list: please forward me to any RTFM you may think useful I've embedded tomcat so to have multiple webapps running with separate java processes (each embedded tomcat runs its own webapp, listening to a different tcp port), because of some memory issues we have. hav