Re: directory structure

2009-09-13 Thread David Kerber
Daniel Blumenthal wrote: If you're referring to during the development phase Yes, during the development phase. the IDEs I've worked with such as NetBeans and Eclipse does it for you automatically. I don't remember if NetBeans actually make a war or not but it does autodeploy. Ecl

RE: directory structure

2009-09-13 Thread Daniel Blumenthal
> If you're referring to during the development phase Yes, during the development phase. > the IDEs > I've worked with such as NetBeans and Eclipse does it for you > automatically. I don't remember if NetBeans actually make a > war or not but it does autodeploy. Eclipse will auto > synchron

Re: directory structure

2009-09-12 Thread Hassan Schroeder
On Sat, Sep 12, 2009 at 7:42 PM, Daniel Blumenthal wrote: > I'd like to be able to set up a system in which I can make a change to a css > file (or whatever) and see the change after reloading the page - i.e., > without having to run another build. Uh, wouldn't that just depend on your build sys

Re: directory structure

2009-09-12 Thread Tommy Pham
--- On Sat, 9/12/09, Daniel Blumenthal wrote: > From: Daniel Blumenthal > Subject: directory structure > To: users@tomcat.apache.org > Date: Saturday, September 12, 2009, 9:42 PM > I'm reorganizing an existing project > according to the generally accepted > Java directory structure > (http://jav

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
er got it quite working, but had to leave. Any good references there? Thanks again!!! Hopefully, before long, I'll know enough to contribute. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 9:30 AM To: Tomcat Users List Subject: Re: Dir

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

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