RE: Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-20 Thread Venkata Surapaneni
We have a requirement to stick to 5.x version as of now. We tried using the latest version of 5.5.x, but we encountered a issue. After installing the tomcat and if we check in the browser as localhost, it is working fine. But if we try accessing using IP address, then the Tomcat home page is not

Re: [OT] Re: How to handle the AWT-Windows thread?

2011-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/20/2011 6:06 PM, Pid wrote: > On 19/08/2011 15:45, Christopher Schultz wrote: >> Dan, >> >> On 8/18/2011 5:22 PM, Dan Armbrust wrote: >>> Toolkit.getDefaultToolkit().createImage(new byte[]{}); >> >> Simply calling getDefaultToolkit will do

Re: How to cancel upload?

2011-08-20 Thread Pid
On 19/08/2011 14:37, Steffen Heil (Mailinglisten) wrote: > Hi > > Short question: How can I prevent tomcat to receive the complete post data? Stop sending the data before it's all been sent. > Long question: > > I have a servlet that uses apache commons fileupload to process incoming > uploads

Re: Tomcat 7 Directory Alias (content outside war file)...how to?

2011-08-20 Thread Pid
On 20/08/2011 21:08, Michael McCutcheon wrote: > Hello, > > I keep reading about how tomcat 7 has the ability to have a war file > reference external content (i.e. a directory containing images) outside > of the war file. > > Can someone point me to the documentation of this feature? Here: htt

[OT] Re: How to handle the AWT-Windows thread?

2011-08-20 Thread Pid
On 19/08/2011 15:45, Christopher Schultz wrote: > Dan, > > On 8/18/2011 5:22 PM, Dan Armbrust wrote: >> Toolkit.getDefaultToolkit().createImage(new byte[]{}); > > Simply calling getDefaultToolkit will do the trick: you don't have to > waste time creating an image. > > I'll implement this in the

Re: Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-20 Thread André Warnier
kiran surapaneni wrote: We are setting up Tomcat 5.5.28 on 64 bit Windows server 2008. Why are you doing this on a new system ? The current version of Tomcat is 7.0.20, and between Tomcat 5.5.28 (itself not the most recent version of Tomcat 5.5), there was already Tomcat 6.0 (current version

Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-20 Thread kiran surapaneni
We are setting up Tomcat 5.5.28 on 64 bit Windows server 2008. The installation completes fine and also the tomcat seems to be starting correctly. But in the log files the following exception is logged. java.lang.UnsatisfiedLinkError: C:\Tomcat5.5\bin\tcnative-1.dll: Can't find dependent libraries

Tomcat 7 Directory Alias (content outside war file)...how to?

2011-08-20 Thread Michael McCutcheon
Hello, I keep reading about how tomcat 7 has the ability to have a war file reference external content (i.e. a directory containing images) outside of the war file. Can someone point me to the documentation of this feature? thanks, Mike -