Multiple Webbapps, single login.jsp??

2005-12-30 Thread Rob Hills
On is working. However, If I go straight to the Secure context (ie before logging in) I get a 404 error the requested resource (/login.jsp) is not available. Is there any way of doing this or do I have to have login.jsp duplicated in each context? TIA, Rob Hills NetPaver Pty Ltd West Perth

Re: Multiple Webbapps, single login.jsp??

2005-12-30 Thread Rob Hills
Hi Mark, On 30 Dec 2005 at 13:12, Mark Thomas wrote: Rob Hills wrote: Hi All, In July 2004, Jonathan asked the question above and described my problem exactly: Is it possible to use a single login.jsp for multiple webapps? Yes and no. You only have to write it once

Re: Missing application web.xml

2005-12-03 Thread Rob Hills
an invalid context. Until I had the deployment process exclude this file from my WAR file, I would get exactly the error you describe above whenever I tried to deploy. HTH, Rob Hills NetPaver Pty Ltd Western Australia

Re: Missing application web.xml

2005-12-03 Thread Rob Hills
to the WAR file, since it looked the same as my previous ones when I unzipped it, but functionally it made the difference between it working and not working with Tomcat (WRT auto-deploy anyway). Check your Ant documentation of the WAR task for details. HTH, Rob Hills MBBS, Grad Dip Com Stud, MACS

Re: Help Configuring Engine/Host/Context

2005-11-22 Thread Rob Hills
tomcat applications up and running now (eg http://www.netpaver.com.au, http://aroundaustraliachallenge.org ) and it's taken me a while to figure it all out, so if you have any other queries or problems with this, give me a shout. Cheers, Rob Hills NetPaver Pty Ltd Western Australia

Re: Re: can't get #include to work

2005-11-17 Thread Rob Hills
be using virtual instead of file here, ie: !--#include virtual=left_nav.shtml-- !--#ECHO VAR=DATE_LOCAL -- Also, not sure here, but it wouldn't surprise me if the directives were case sensitive - this might work if it were: !--#echo var=DATE_LOCAL -- HTH, Rob Hills NetPaver Pty Ltd Western

Re: Tomcat 5.5 problem - container not serving up web content

2005-11-17 Thread Rob Hills
by Tomcat - it was just being stored in that part of the tree. So, when you get this error message about web.xml, it may be your context.xml file that's the problem. HTH, Rob Hills NetPaver Pty Ltd Western Australia - To unsubscribe

TC 5.0.30 on FC4 - how to unpack WAR files

2005-10-28 Thread Rob Hills
of the directory and war file is the tomcat4 user - I even tried setting the war file and its parent directory to 777). Is there anything else I need to do to get Tomcat to unpack the WAR file? TIA, Rob Hills West Perth Western Australia

Re: Missing application web.xml, using defaults only - is this a Tomcat bug?

2005-10-20 Thread Rob Hills
Hi All, On 17 Oct 2005 at 11:23, Rob Hills wrote: I am currently using Tomcat 5.5.9 on Window XP Pro in my development environment and I believe I have finally tracked down the cause of a problem that has been plaguing me for some time. Until recently I've not had the time to do

RE: Missing application web.xml, using defaults only - is this a Tomcat bug?

2005-10-20 Thread Rob Hills
Hi Chuck, On 20 Oct 2005 at 8:44, Caldarale, Charles R wrote: From: Rob Hills [mailto:[EMAIL PROTECTED] Subject: Re: Missing application web.xml, using defaults only - is this a Tomcat bug? From the my reading of the Documentation, docBase and Path are mandatory attributes