How to write files when web-app is a WAR?

2002-06-07 Thread Chris Bailey
, hopefully 2.3). Chris Bailey mailto:[EMAIL PROTECTED] Code Intensity http://www.codeintensity.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How to write files when web-app is a WAR?

2002-06-10 Thread Chris Bailey
that leaving war's unpacked results in slightly worse performance and isn't recommended for a deployment server anyway. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 8:02

How can I map all requests to a single servlet?

2002-06-12 Thread Chris Bailey
specifically, I don't want the index.page (or whatever) being added into the URL. So, the URL's should just be something like http://www.foo.com/?param=blah;. Chris Bailey mailto:[EMAIL PROTECTED] Code Intensity http://www.codeintensity.com -- To unsubscribe, e-mail: mailto:[EMAIL

Way to remove index page file name from URL?

2002-06-18 Thread Chris Bailey
this, that's fine. Currently the context looks like: Context path= docBase=foo ... I will need to be able to deploy it as both a WAR, and an expanded webapp/non-WAR (for development). Chris Bailey mailto:[EMAIL PROTECTED] Code Intensity http://www.codeintensity.com

RE: good profiler software for Java apps ??

2002-06-20 Thread Chris Bailey
Check out JUnitPerf, HttpUnit, and JMeter for some of the below needs. Memory leaks? In a Java app?! How can that be ;) -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 9:45 AM To: 'Tomcat Users List' Subject: good profiler software for Java

RE: No more RPM distributions?

2002-06-20 Thread Chris Bailey
I agree, the RPM's are nice. Makes upgrading and tracking what you have installed a tad easier (assuming the RPM update doesn't blow away your webapps or modified server.xml, etc.). -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 10:57 AM To:

RE: Can servlet write to file in /WEB-INF?

2002-06-24 Thread Chris Bailey
Right, keep in mind the whole WAR file aspect. If your web app is not packaged as a WAR file then it's less of an issue, and you could use getRealPath, but if it is a WAR - even if it gets expanded by the container, you can't use getRealPath and should write to a temp directory, or some other

JkMount and not serving non-servlet/JSP files?

2001-03-30 Thread Chris Bailey
ls to load the style sheets and image files. How can I configure this properly? -- Chris Bailey[EMAIL PROTECTED] Wego Systemshttp://www.wego.com

Tomcat equivalent of JServ's LogWriter?

2001-04-04 Thread Chris Bailey
Is there an equivalent to Apache JServ's LogWriter (org.apache.java.io.LogWriter) facility in Tomcat? -- Chris Bailey[EMAIL PROTECTED] Wego Systemshttp://www.wego.com

classpath question

2001-04-11 Thread Chris Bailey
other configuration? -- Chris Bailey[EMAIL PROTECTED] Wego Systemshttp://www.wego.com

stdout/err logging - how?

2001-04-11 Thread Chris Bailey
.). While the file gets created, nothing gets sent to it. What's the story on this? This seems really pathetic that such a simple need appears to be so hard to make work in Tomcat. I'm hoping someone can straighten this out for me. -- Chris Bailey[EMAIL PROTECTED] Wego Systems

WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-17 Thread Chris Bailey
of Tomcat), and things work fine. How do I fix this? -- Chris Bailey[EMAIL PROTECTED] Wego Systemshttp://www.wego.com

RE: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Chris Bailey
is far from ideal. Maybe someone with superior knowledge about this could shed some light this time? Richard. -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 7:32 PM To: [EMAIL PROTECTED] Subject: WEB-INF/lib vs. TOMCAT_HOME/lib

Re: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Chris Bailey
I'm on RedHat Linux 6.2 i386, Apache 1.3.19, Tomcat 3.2.1. On 18 Apr 2001 12:50:31 +0100, [EMAIL PROTECTED] wrote: I'm afraid to say its not a problem I've seen here. Which platform are you running on? sam -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent

How do I map www.blah.com to a servlet?

2001-04-23 Thread Chris Bailey
to do it, or a way to make sure that index.html doesn't show up in the URL? -- Chris Bailey[EMAIL PROTECTED] Wego Systemshttp://www.wego.com

RE: How do I map www.blah.com to a servlet?

2001-04-23 Thread Chris Bailey
. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 4:18 PM To: [EMAIL PROTECTED] Subject: How do I map www.blah.com

session id occasionally put into URL?

2001-04-24 Thread Chris Bailey
what's going on, and how I might fix this? -- Chris Bailey[EMAIL PROTECTED] Wego Systemshttp://www.wego.com

RE: How do I map www.blah.com to a servlet?

2001-04-24 Thread Chris Bailey
On 24 Apr 2001 10:25:42 -0500, [EMAIL PROTECTED] wrote: On 23 Apr 2001, Chris Bailey wrote: This is what I'm already doing (see the email below) - I map my servlet to index.html in web.xml. Here's something you can try. I haven't tried it exactly myself, although I have tried

Re: session id occasionally put into URL?

2001-04-24 Thread Chris Bailey
On 24 Apr 2001 14:53:12 -0500, [EMAIL PROTECTED] wrote: On 24 Apr 2001, Chris Bailey wrote: I am using Tomcat 3.2.1, mod_jk (w/ ajp13), Linux, Apache 1.3.19. I have the home page of a site mapped to a servlet, by mapping index.html to a servlet in the web.xml file. The problem is, I