Re: Migrating from Tomcat 3.2 to 4.0.1

2001-10-18 Thread Stuart Allen
Hi, Jeff, thanks for your reply. At 10:11 19/10/2001 +1000, you wrote: >On Thu, Oct 18, 2001 at 10:53:48AM +1000, Stuart Allen wrote: > > I have recently installed Tomcat 4.0.1 and mod_webapp and I am trying to > > get an application working that was previously running under Tomc

Re: GET parameters and anchors

2001-09-11 Thread Stuart Allen
Thanks, Craig A silly mistake, but I couldn't find any clues on the net anywhere... Stuart At 21:30 11/09/2001 -0700, you wrote: >Use "http://blah.com/index.html?user=frank#halwaydown"; instead. The "#" >thing goes last. > >Craig > > >On Wed, 12

GET parameters and anchors

2001-09-11 Thread Stuart Allen
Hello I am having a problem when using a GET request in combination with a # anchor. If I call a page with an included servlet with a link such as: http://blah.com/index.html?user=frank everything is fine, if on the other hand I use http://blah.com/index.html#halwaydown?user=frank the serv

RE: Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread Stuart Allen
> > >Look at the example web.xml file in $TOMCAT_HOME/conf directory. > >Regards, >Tõnu > > > -Original Message- > > From: Stuart Allen [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 17, 2001 8:53 AM > > To: [EMAIL PROTECTED] > > Sub

RE: Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread Stuart Allen
ache.jasper.runtime.JspServlet > > > -2147483646 > > > > > > jsp > > > *.html > > > >Look at the example web.xml file in $TOMCAT_HOME/conf directory. > >Regards, >T

Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-16 Thread Stuart Allen
I have been trying for some time now to configure Tomcat/ Apache to allow the inclusion of JSP tags in .html files. In my tomcat-apache file, that is included at the bottom of http.conf, I have the following lines: JkMount /mydev/*.html ajp12 JkMount /mydev/*.jsp ajp12 JkMount /mydev/servlet/*