> Hi! > > We have been using JServ/Apache for a long long time. Since JServ is not > supported anymore we need to upgrade to Tomcat/Apache to be able to use > JSPs. >
That's what I'm going to do soon > We want to keep our existing URLs (/servlet/) and have the possibility > to have JSPs in the htdocs folder. We want the following mappings: > > /servlet/ -> Tomcat > /*.jsp -> Tomcat > All of the rest should be served by Apache as defined in httpd.conf. > > Question: Which combination of Tomcat/Apache module can be used to > achieve this? > Tomcat 3.2/3.3/4.0? mod_jk/mod_webapp? > I think any of them is usefull. In my book Tomcat 3.3 (Nighty build) + mod_jk 1.3 is the best variant for the time being if Servlet 2.2 and JSP 1.1 is enough for you. > -- > ------------------------------------------------------- > Fredrik Westermarck > ------------------------------------------------------- > Anton -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
