apache and tomcat and a webapp

2002-11-23 Thread Ron Smits
This might not even be possible but I cannot find a definitive yes or no answer I am developing a webapp based on jsp and servlets. Once this is done I want to deploy it on a server that has several domains on it. Currently this server is running apache with JServ. My idea is to have apache 2.0.

Re: apache and tomcat and a webapp

2002-11-23 Thread David Brown
Ron Smits writes: This might not even be possible but I cannot find a definitive yes or no answer I am developing a webapp based on jsp and servlets. Once this is done I want to deploy it on a server that has several domains on it. Currently this server is running apache with JServ. My idea

Re: apache and tomcat and a webapp

2002-11-23 Thread Ron Smits
Let me try and be more specific :) First of all, if I get all to work the current setup with JServ will disappear and I am testing this in a test environment (Vmware) So let me see if I can chop my questions up in different parts The application is being developed using tomcat 4.1.12 running stan

Re: apache and tomcat and a webapp

2002-11-24 Thread David Brown
Ron Smits writes: Let me try and be more specific :) First of all, if I get all to work the current setup with JServ will disappear and I am testing this in a test environment (Vmware) So let me see if I can chop my questions up in different parts The application is being developed using tomc

Re: apache and tomcat and a webapp

2002-11-25 Thread paul miller
We switched from JServ to tomcat about 2 months ago. for our production setup we use mod_webapp and set the appBase to be the apache web_root. This means that every thing goes through apache (a must) and that tomcat serves all the content (Its all servlets and JSP) Which may not be at all

Re: apache and tomcat and a webapp

2002-11-25 Thread ranjit
Hi, While compiling apache_1.3.27 with DSO support I am encountering the following problem, can anybody tell me what is wrong pls... ./configure --prefix=/usr/apache --enable-module=most --enable-shared=max ... ... <=== src/modules gcc -c -I./os/unix -I./include -DIRIX -DUSE_HSREGEX -DUSE_E