RE: Apache, mod jserv, shtml and Tomcat jsp

2001-07-23 Thread Graeme Miller
explain it to me? As far as other suggestions go I'm afraid I'm not going to be much help (o: cheesr dim On Mon, 23 Jul 2001, Graeme Miller wrote: I agree it would be easy in mod_jk. Just set up something along the lines of JkMount /*.jsp ajp12 and everything would work

Apache, mod jserv, shtml and Tomcat jsp

2001-07-22 Thread Graeme Miller
OK everyone I am kinda stuck on an Apache/Tomcat cooperation issue at the moment. SUMMARY VERSION In Apache virtual.conf how do I get mod_jserv passing all request for jsp pages to tomcat whilst ALSO have Apache successfully run server side included html (ie *.shtml files) that include jsp

RE: Apache, mod jserv, shtml and Tomcat jsp

2001-07-22 Thread Graeme Miller
I agree it would be easy in mod_jk. Just set up something along the lines of JkMount /*.jsp ajp12 and everything would work fine. Unfortunately however mod_jk is not an option as this environment has other virtual hosts in existence that use mod_jserv already. Basically using jserv

New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Graeme Miller
We are using Tomcat J2EE form-based login security on our website. The user requests a protected page and is automatically redirected by Tomcat to the login page from which they login and enter the site. No problem there - it works perfectly. However when we open a new window using

RE: New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Graeme Miller
- From: Boris Garbuzov [mailto:[EMAIL PROTECTED]] Sent: Friday, 1 June 2001 4:10 p.m. To: [EMAIL PROTECTED] Subject: Re: New Windows, IE 5 and Tomcat sessions dying Is it a new J2EE standard of login - so called authentication? Where to read about it? Graeme Miller

Aliasing urls in Tomcat (without using Apache)

2001-05-23 Thread Graeme Miller
Hi guys, During development we would like to use Tomcat locally without having an Apache front end, then only have an Apache front end proxy passing to Tomcat when it goes into production. We are running into problems with how to replicate the proxy pass functionality of Apache in Tomcat. Eg

Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Graeme Miller
We need a way of aliasing urls in tomcat 3.2.1 so we don't have to set up Apache for local development on our workstations. eg /mytest needs to resolve to the servlet context /myproject/mytest Is there a way of doing this in Tomcat (perhaps in the server.xml or web.xml?) without involving

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Graeme Miller
..) also run like this without apache. Hope you get it working.. Mvgr, Martin van den Bemt -Original Message- From: Graeme Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 12:26 AM To: '[EMAIL PROTECTED]' Subject: Aliasing urls in Tomcat (without using Apache