Re: Directory Structure and Can't Find Resources in Tomcat

2006-05-21 Thread Hassan Schroeder
On 5/21/06, Allen Williams <[EMAIL PROTECTED]> wrote: I don't really have a burning need, but would consider it educational So's putting your hand on a hot stove burner; the value of the lesson is yours to decide :-) ... was laboring under the impression (rightly or wrongly) that it would in

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-21 Thread Allen Williams
> -Original Message- > From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 21, 2006 4:02 PM > To: Tomcat Users List > Subject: Re: Directory Structure and Can't Find Resources in Tomcat > > Also, now that I have this rudimentar

Re: Directory Structure and Can't Find Resources in Tomcat

2006-05-21 Thread Hassan Schroeder
On 5/21/06, Allen Williams <[EMAIL PROTECTED]> wrote: Do you know where I can find a GOOD reference on how Tomcat resolves that stuff? I've looked at most of the "official" docs, and a lot of stuff on the web, but they more or less allude to it peripherally, as though it is already understood.

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-21 Thread Allen Williams
ectory Structure and Can't Find Resources in Tomcat On 5/20/06, Allen Williams <[EMAIL PROTECTED]> wrote: > Sorry, it didn't work. Once again, in my browser I have: > > HTTP Status 404 - /login > Description: The requested resource (/login) is not available. >

Re: Directory Structure and Can't Find Resources in Tomcat

2006-05-21 Thread Hassan Schroeder
On 5/20/06, Allen Williams <[EMAIL PROTECTED]> wrote: Sorry, it didn't work. Once again, in my browser I have: HTTP Status 404 - /login Description: The requested resource (/login) is not available. Looking back at your original email -- is this your ROOT context? If not -- if it's "smsin

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Allen Williams
san Schroeder [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 2:19 PM To: Tomcat Users List Subject: Re: Directory Structure and Can't Find Resources in Tomcat On 5/19/06, Allen Williams <[EMAIL PROTECTED]> wrote: > action="WEB-INF/classes/UserConfig.login"&g

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Allen Williams
tomorrow;-). Thanks again! -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 2:19 PM To: Tomcat Users List Subject: Re: Directory Structure and Can't Find Resources in Tomcat On 5/19/06, Allen Williams <[EMAIL PROTECTED]> wrote: &g

Re: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Hassan Schroeder
On 5/19/06, Allen Williams <[EMAIL PROTECTED]> wrote: You can't directly address something under WEB-INF; your action should be something like `action="/login"` with a mapping in your web.xml like login UserConfig.login login /login Note: NO "/servlet" in there -- read t

FW: FW: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Allen Williams
When I do that, I just get this in my browser: *** Type: Status report Message: /smsinfo/ Description: The requested resource (/smsinfo/) is not available. **

RE: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Allen Williams
nd like it. Thanks for the help, though. -Original Message- From: Mladen Adamovic [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 2:29 AM To: Tomcat Users List Subject: Re: Directory Structure and Can't Find Resources in Tomcat I would suggest you to install and work with Netbean

Re: Directory Structure and Can't Find Resources in Tomcat

2006-05-20 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try putting your webapp under: docroot= /usr/share/tomcat5/webapps/ROOT/smsinfo -=> Gregg <=- Mladen Adamovic wrote: > I would suggest you to install and work with Netbeans 5.0. Netbeans > 5.0 have bundled Tomcat which work out of the box. Than yo

Re: Directory Structure and Can't Find Resources in Tomcat

2006-05-19 Thread Mladen Adamovic
I would suggest you to install and work with Netbeans 5.0. Netbeans 5.0 have bundled Tomcat which work out of the box. Than you will not have problems like these before deployment. Allen Williams wrote: Well, I can't figure out this directory structure and finding stuff at all. Here are my d

Directory Structure and Can't Find Resources in Tomcat

2006-05-19 Thread Allen Williams
Well, I can't figure out this directory structure and finding stuff at all.   Here are my directory listings docroot= /usr/share/tomcat5/webapps/smsinfo *** anw-dev:/usr/share/tomcat5/webapps/smsinfo$ ls -laF total 20 drwxr-xr-x  3 anw     root 4096 2006-05