Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-18 Thread Marc Farrow
to everyone who offered suggestions. It got me going down the > right path. > > Scott > > -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Monday, April 17, 2006 7:29 AM > To: Tomcat Users List > Subject: Re: Tomcat 5.5.16 configurati

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-18 Thread Scott Smith
t: Monday, April 17, 2006 7:29 AM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND do you have more than one docBase specified? also, servlet.jar etc should not be in your WEB-INF/lib Scott Smith wrote: > OK, I removed the unnecessary Contexts (at least th

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-17 Thread Filip Hanik - Dev Lists
al Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:58 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND maybe I should read the docs ;) yes, any container can have it, Filip Hanik - Dev Lists wrote: exactl

FW: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-15 Thread Arshad Mahmood
Hi, Do you really need that resource-ref in the web.xml. Your resource is defined under Context so you shouldn't need one. Other than that Your code looks fine and I can't see any problems with it. Regards. Hi, Why have you got servlet-api.jar under your WEB-INF/lib. You should Be using the se

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
ers List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND maybe I should read the docs ;) yes, any container can have it, Filip Hanik - Dev Lists wrote: > exactly, the realm element doesn't belong there, read up on the docs > > Scott Smith wrote: >> I am also doing

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:57 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND also, did you check your logs yet? I bet there is a nice little error message in there for y

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
initialize yet. This app used to use the struts tag, but I'm trying to move it to jndi. -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 5:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND Wh

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
hmood [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:37 PM To: users@tomcat.apache.org Subject: FW: Tomcat 5.5.16 configuration problem--THIRD RESEND Hi, Do you really need that resource-ref in the web.xml. Your resource is defined under Context so you shouldn't need one. Other

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
the error message. -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 4:56 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND check your log files upon startup, your myapp.xml doesn't

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 5:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND What are you trying to accomplish with the tag? On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTE

FW: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Arshad Mahmood
Hi, Do you really need that resource-ref in the web.xml. Your resource is defined under Context so you shouldn't need one. Other than that Your code looks fine and I can't see any problems with it. Regards. On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files u

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
2006 5:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND What are you trying to accomplish with the tag? On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files upon startup, your myapp.xml doesn't have a doc

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
2006 4:56 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND check your log files upon startup, your myapp.xml doesn't have a docBase attribute to associate it with the app itself. . Scott Smith wrote: > Sorry, I sent this so many times. Hopefully,

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Marc Farrow
What are you trying to accomplish with the tag? On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files upon startup, your myapp.xml doesn't have a docBase > attribute to associate it with the app itself. > path="/myapp">. > > Scott Smith wrote: > > Sorry,

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
check your log files upon startup, your myapp.xml doesn't have a docBase attribute to associate it with the app itself. . Scott Smith wrote: Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the c

Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax

Recall: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Scott Smith would like to recall the message, "Tomcat 5.5.16 configuration problem". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Marc Farrow
in your code you are looking for context named "jdbc/MediaBrowserDB", however your name in your context and web.xml is "jdbc/MyDB". Unless this is a typo from trying to put code to the list, i would check that. On 4/14/06, Scott Smith <[EMAIL PROTECTED]> wrote: > > Sorry, I hit send too soon- > >

Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Sorry, I hit send too soon- I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax.sql.DataSource Container But, when I execut

Recall: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Scott Smith would like to recall the message, "Tomcat 5.5.16 configuration problem". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax.sql.DataSource Container But, when I execute the code DataS