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 confi

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?

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-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 Mike Curwen
tly documented to be so? > -Original Message- > From: Michael Labhard [mailto:[EMAIL PROTECTED] > 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

Re: How to "start" a web app?

2004-07-09 Thread Michael Labhard
ilto:[EMAIL PROTECTED] > > Sent: Friday, July 09, 2004 1:41 AM > > To: [EMAIL PROTECTED] > > Subject: RE: How to "start" a web app? > > > > > > > > > > -Original Message- > > From: QM > > Long story short: To

RE: How to "start" a web app?

2004-07-09 Thread Mike Curwen
d bullet do you 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] &g

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 password.

RE: How to "start" a web app?

2004-07-08 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 t

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

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 Woodchuck
IL 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. Not getting > t

RE: How to "start" a web app?

2004-07-08 Thread Andrew Janian
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 Ja

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 an

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 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 s

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

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 > > /opt/tomcat/webapps/springapps/niagr

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 doe

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

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 /opt/tomcat/webapps/springapps/nia

RE: How to "start" a web app?

2004-07-08 Thread Mike Curwen
mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 11:28 AM > To: Tomcat Users List > Subject: How to "start" a web app? > > > I installed a new, extremely simple application in > $CATALINA_HOME/webapps/springapps/index.html. When I attempt > to vi

How to "start" a web app?

2004-07-08 Thread Michael Labhard
I installed a new, extremely simple application in $CATALINA_HOME/webapps/springapps/index.html. When I attempt to view this with http://localhost:8080/springapps/index.html I get Error: 404. The requested resource (/springapps/index.html) is not available. So I'm reading and it says that I