some tuning ...

2002-01-28 Thread Julien OIX
hi, I'm using Tomcat 4.0.1-1, Apache 1.3.22 under RedHat Linux 7.1 here's my problem: my website can be accessed by a front-office or a back-office, but this is the same webapp ... I'd like the two parts can be reached either by mysite.mydomain.fr (path_to_webapp/index.jsp)

Re: some tuning ...

2002-01-29 Thread August Detlefsen
You shouldn't need to define 2 services in server.xml. Just use 1 service with 2 virtual hosts. -August --- Julien OIX <[EMAIL PROTECTED]> wrote: > hi, > > I'm using Tomcat 4.0.1-1, Apache 1.3.22 under RedHat Linux 7.1 > > here's my problem: > > my website can be accessed by a front-office

Re: some tuning ...

2002-01-30 Thread Julien OIX
August Detlefsen a écrit : > > You shouldn't need to define 2 services in server.xml. Just use 1 > service with 2 virtual hosts. > > I'm using Tomcat 4.0.1-1, Apache 1.3.22 and mod_webapp under RedHat Linux 7.1 > > > > here's my problem: > > > > my website can be accessed by a front-office or a

Re: some tuning ...

2002-01-30 Thread August Detlefsen
I think that Tomcat is expecting a full webapp in the /var/tomcat4/webapps/univ/adminsite directory. Do you have a WEB-INF directoy (with the associated web.xml, etc.) in adminsite? Since you have defined adminsite as a separate context, I think it won't recognise the webapp in the directory abo