Re: Tomcat Configuration in Eclipse

2009-05-08 Thread Mike Altieri
> From: Chris Lenart > To: Tomcat Users List > Sent: Friday, May 8, 2009 1:49:16 PM > Subject: RE: Tomcat Configuration in Eclipse > > Mike, > > What would you do if you want to get it working so you can code and > test? > > -Original Message- > From

Re: Tomcat Configuration in Eclipse

2009-05-08 Thread Mike Altieri
Hi Ados, Ognjen is right; the default setting in the eclipse plugin for tomcat6 is to use the workspace metadata; this way when you start tomcat from eclipse only the projects you have deployed on it inside of eclipse will be the running apps. If you want you can alter this setting by double c

Re: Tomcat Language

2009-05-08 Thread Mike Altieri
Hello, Take a look at http://java.sun.com/j2se/1.3/docs/api/java/text/DateFormat.html (I just did a quick google - please verify for the java version you are on) maybe use a different method where you can specify the format type since it sounds like you want it the same way regardless of locale