Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-08 Thread Pier Fumagalli
It is highly improbable that it will work like that... The two services (tomcat-standalone and tomcat-apache, in the default server.xml) must not be joined in one single service... They use different (and incompatible) implementations of the core classes. Pier "Alexander Hartner" <[EMAIL PRO

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX (unpackWAR mod_webapp)

2002-06-08 Thread Alexander Hartner
Thanks. I played with this a little bit, and i got it working with and WebAppDeploy XyloWeb.war conn /XyloWeb Thanks Alex On Thursday, June 6, 2002, at 08:34 PM, Pier Fumagalli wrote: > "Alexander Hartner" <[EMAIL PROTECTED]> wrote: > >> Apologies. I have added the following to httpd.c

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-06 Thread Pier Fumagalli
"Alexander Hartner" <[EMAIL PROTECTED]> wrote: > Apologies. I have added the following to httpd.conf > > #Adding Web application in Tomcat 4.0.3 > WebAppConnection conn warp localhost:8008 > WebAppDeploy ROOT conn /tomcat > WebAppDeploy examples conn /tomcat/examples > WebAppDe

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-06 Thread Alexander Hartner
Apologies. I have added the following to httpd.conf #Adding Web application in Tomcat 4.0.3 WebAppConnection conn warp localhost:8008 WebAppDeploy ROOT conn /tomcat WebAppDeploy examples conn /tomcat/examples WebAppDeploy manager conn /tomcat/manager WebAppDeploy webda

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-05 Thread Pier Fumagalli
Should I "guess" your configuration files? (Ok, a SEGV is not good, but at least include all relevant data). Pier "Alexander Hartner" <[EMAIL PROTECTED]> wrote: > I am having such problems running tomcat 4.0.3 on my ibook. I can get > tomcat started, and I can access it via port 8080. I can