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
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
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
>
>
>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
ache.jasper.runtime.JspServlet
>
>
> -2147483646
>
>
>
>
>
> jsp
>
>
> *.html
>
>
>
>Look at the example web.xml file in $TOMCAT_HOME/conf directory.
>
>Regards,
>T
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/*