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 synchronize

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.

Re: directory structure

2009-09-12 Thread Tommy Pham
--- On Sat, 9/12/09, Daniel Blumenthal dan...@wordchamp.com wrote: From: Daniel Blumenthal dan...@wordchamp.com 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

Re: directory structure

2009-09-12 Thread Hassan Schroeder
On Sat, Sep 12, 2009 at 7:42 PM, Daniel Blumenthal dan...@wordchamp.com 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

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. form name=loginForm method=post action=/login Looking back at your original email -- is this

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
-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 snip /snip Also, now that I have this rudimentary piece of code working

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

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

2006-05-20 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

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 you

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: form name=loginForm method=post action=WEB-INF/classes/UserConfig.login 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 servlet

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

2006-05-20 Thread Allen Williams
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: form name=loginForm method=post action=WEB-INF/classes/UserConfig.login

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

2006-05-20 Thread Allen Williams
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: form name=loginForm method=post action=WEB-INF