RE: How to start a web app?

2004-07-12 Thread David . Pawson
-Original Message- From: Mike Curwen Michael, my email was specifically in reply to David.Pawson's. Sarcasm aside, it's an interesting thought process you must have gone through to start off with Right, and then proceed to point out how it's wrong.

RE: How to start a web app? - documentation suggestion.

2004-07-12 Thread David . Pawson
Proposed addition to the tomcat documentation that would do it for me. With the default setup, http://localhost:8080/index.html would cause tomcat to seek a file index.html in directory ${catalina.home}/webapps/ROOT/index.html. http://localhost:8080/myservlet would cause tomcat to seek a

RE: How to start a web app?

2004-07-09 Thread David . Pawson
-Original Message- From: QM Long story short: Tomcat does not search the webapps directory recursively for webapps; it loads contexts that are immediate children of the webapps directory. Essential information. I do wish someone would make that explicit in the

Re: How to start a web app?

2004-07-09 Thread Kannan Raghu
Hey Dave, I have one problem Action Class i will tell u the clean scenario.. It is related with the session validation and invalidation in the same page.. 1) i am logging into the site and retrieved my trip details... 2) and i started Initial Search with the same user name and

RE: How to start a web app?

2004-07-09 Thread Mike Curwen
get the idea that tomcat would search recursively through the directory specified in 'appBase' ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 1:41 AM To: [EMAIL PROTECTED] Subject: RE: How to start a web app

Re: How to start a web app?

2004-07-09 Thread Michael Labhard
: RE: How to start a web app? -Original Message- From: QM Long story short: Tomcat does not search the webapps directory recursively for webapps; it loads contexts that are immediate children of the webapps directory. Essential information. I do

RE: How to start a web app?

2004-07-09 Thread Mike Curwen
] Sent: Friday, July 09, 2004 10:29 AM To: Tomcat Users List Subject: Re: How to start a web app? Right. So should we improve the documentation or improve all the readers of the documentation? Let's see ... Documentation, or all the readers of the those docs ... Improve the docs

Re: How to start a web app?

2004-07-09 Thread Michael Labhard
On Friday 09 July 2004 09:15 am, Mike Curwen wrote: The point I was attempting to make is that there is nothing wrong with the docs, Yes, I know. And the point that I am trying to make is that several readers of the documentation disagree with you on this point. And that is, in my opinion,

Re: How to start a web app?

2004-07-09 Thread David Smith
What is it with the person to person discussions on a public forum these days. Please take this off list and post something when the docs are updated. Otherwise I don't want or need to read this. --David PS: Tomcat is an open source project -- write a correction and submit it if you feel one

RE: How to start a web app?

2004-07-08 Thread Mike Curwen
in order to be considered a webapp, you need to have an empty web.xml file in the WEB-INF folder under springapps. Do you have this? empty means web.xml contains: web-app /web-app You will also need to restart Tomcat for it to pick this up. -Original Message- From: Michael

Re: How to start a web app?

2004-07-08 Thread Michael Labhard
Mike: Thanks for the response. This application is slightly different but has the identical problem. Yes I have a web.xml. The directory structure for the app looks like this: === /opt/tomcat/webapps/springapps/: niagra2

RE: How to start a web app?

2004-07-08 Thread Wendy Smoak
From: Michael Labhard [mailto:[EMAIL PROTECTED] Tomcat was stop/started. Still when I try http://localhost:8080/springapps/niagra2/index.jsp I get The requested resource (/springapps/niagra2/index.jsp) is not available. Any other suggestions? What do the log files say? If the context

Re: How to start a web app?

2004-07-08 Thread QM
On Thu, Jul 08, 2004 at 10:03:46AM -0700, Michael Labhard wrote: : === : /opt/tomcat/webapps/springapps/: : niagra2 : : /opt/tomcat/webapps/springapps/niagra2: : WEB-INF index.jsp Why not try this: move niagra2 into webapps. Long story short: Tomcat does

RE: How to start a web app?

2004-07-08 Thread Wendy Smoak
From: Michael Labhard [mailto:[EMAIL PROTECTED] The directory structure for the app looks like this: === /opt/tomcat/webapps/springapps/: niagra2 /opt/tomcat/webapps/springapps/niagra2: WEB-INF index.jsp

Re: How to start a web app?

2004-07-08 Thread Michael Labhard
Long story short: Tomcat does not search the webapps directory recursively for webapps; it loads contexts that are immediate children of the webapps directory. -QM QM: Thank you. That was it. I thought I could create subfolders at will. I must put all apps only one folder below. Any

RE: How to start a web app?

2004-07-08 Thread Andrew Janian
You don't get a login screen, you get a login popup. Not getting that either? Andrew -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:12 PM To: Tomcat Users List Subject: Re: How to start a web app? Long story short: Tomcat does

Re: How to start a web app?

2004-07-08 Thread Michael Labhard
On Thursday 08 July 2004 11:14 am, Andrew Janian wrote: You don't get a login screen, you get a login popup. Not getting that either? Nope, not getting that either. I did see it once, yesterday. Ever since, nothing. I have even reinstalled Tomcat without benefit. -- Michael

Re: How to start a web app?

2004-07-08 Thread QM
On Thu, Jul 08, 2004 at 11:11:34AM -0700, Michael Labhard wrote: : Thank you. That was it. I thought I could create subfolders at will. I must : put all apps only one folder below. You don't *have* to do that, it's just in line with Tomcat's defaults. Tomcat can load contexts (webapps) from

RE: How to start a web app?

2004-07-08 Thread Andrew Janian
and password when the box popped up? What was the result if so? Andrew -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:19 PM To: Tomcat Users List Subject: Re: How to start a web app? On Thursday 08 July 2004 11:14 am, Andrew Janian wrote: You

RE: How to start a web app?

2004-07-08 Thread Woodchuck
? Andrew -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:19 PM To: Tomcat Users List Subject: Re: How to start a web app? On Thursday 08 July 2004 11:14 am, Andrew Janian wrote: You don't get a login screen, you get a login popup

Re: How to start a web app?

2004-07-08 Thread Michael Labhard
On Thursday 08 July 2004 11:50 am, Andrew Janian wrote: Are you sure that Tomcat itself is running?   Would I not have trouble getting the Home page and logging into the Administration page were it not? Also, I can install, run and use JSP pages deployed to $CATALINA_HOME/webapps. I'm pretty

RE: How to start a web app?

2004-07-08 Thread Andrew Janian
: How to start a web app? On Thursday 08 July 2004 11:50 am, Andrew Janian wrote: Are you sure that Tomcat itself is running?   Would I not have trouble getting the Home page and logging into the Administration page were it not? Also, I can install, run and use JSP pages deployed