Re: Apache TomCat 6.x

2008-03-22 Thread mgainty
Joseph- Good advice .. the version of msvcrt.dll in JAVA 5 located at %JAVA_HOME%\jre\bin\msvcrt.dll is 6.00.8337.0 Using any other dll in JAVA or in the %PATH% would in all probability cause incongruent behaviour for the java binaries Martin US Citizen-Contractor - Original Message -

Re: lock wait endless in FastAsyncSocketSender

2008-03-22 Thread Ronald Klop
On Fri Mar 21 15:40:32 CET 2008 Tomcat Users List users@tomcat.apache.org wrote: Ronald Klop schrieb: On Fri Mar 21 14:46:03 CET 2008 Tomcat Users List users@tomcat.apache.org wrote: Hello Ronald, Ronald Klop schrieb: Hello, I have this on one of my cluster nodes. Is this normal?

Re: Manager app authentication not working with JDBCRealm

2008-03-22 Thread Mark Leone
Caldarale, Charles R wrote: Since there doesn't seem to be any means of the 401.jsp to interact with the declared Realm to determine or specify the other necessary attributes for a digest 401 response (e.g., the nonce), it looks like it's impossible at this time to use a custom 401 handler

Re: lock wait endless in FastAsyncSocketSender

2008-03-22 Thread Rainer Jung
Ronald Klop schrieb: I found my problem. Receiver.sendAck is true (by default?), but sender.waitForAck is false (by default?). I set sender.waitForAck true and everything seems to work now. I understand ack should be false everywhere for fastasync, but at least it is working again without

tomcat and active x problem

2008-03-22 Thread loredana loredana
Hi, i have an html page that has a javascript function that opens an outlook mail window .the function is pretty basic: function OpenOutlookDoc() {try{ var outlookApp = new ActiveXObject(Outlook.Application); var nameSpace = outlookApp.getNameSpace(MAPI); mailFolder =

Sending FAX in JSP

2008-03-22 Thread Onur Tüzüntürk
Hello to everyone, i'm studying JSP and Apache Tomcat Server for the project in my school ( online food ordering site ) i have to send fax including the order details to the restaurant but i don't know anything about fax in jsp and apache. my teacher adviced me to write an algorithm in the server

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-22 Thread Andreas Schneider
Andreas: where are the files actually? Why do you use inconsistent paths in the config? The files are int the temp and in the webapp dir. Tomcat extracts the war file into webapps and on startup tomcat also extracts it to the temp dir. For me it is a little bit strange to add a directory in

Re: Sending FAX in JSP

2008-03-22 Thread ben short
Have a look at this... http://www.java4less.com/java_fax.htm On Sat, Mar 22, 2008 at 7:07 PM, Onur Tüzüntürk [EMAIL PROTECTED] wrote: Hello to everyone, i'm studying JSP and Apache Tomcat Server for the project in my school ( online food ordering site ) i have to send fax including the