Re: mod_jk - answers from appsrv often changes 'content-type' from text/xml to text/plain

2007-11-03 Thread Rainer Jung
We updated the dev snapshot at http://people.apache.org/~rjung/mod_jk-dev/ yesterday/today. Please use the most recent tarball found there. If you report back your findings, please include the name of the tarball used. Regards, Rainer Rainer Jung schrieb: > OK, this looks like you really are h

Tomcat 5.5.23 throw ServletException

2007-11-03 Thread itay sahar
hi, i think i have wrong jar files. org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServ

Re: HSE_REQ_SEND_RESPONSE_HEADER failed with error=00002746

2007-11-03 Thread Rainer Jung
Hi, I think this error code means "An existing connection was forcibly closed by the remote host" So could this be true, i.e. that the source of the problem lies in the connection to the client/browser? Any way you can e.g. sniff the network connectio with wireshark? Or did you find another so

Re: issue when redirect/forward on not - parsed form/multipart request

2007-11-03 Thread Rainer Jung
The dump shows, that you reply back with a redirect to http://www/Kolloquium/Weiche;jsessionid=70AAEDF1EF6E46F60B0CB09B52DCAD16?do=fil&Lng=1&err=3 The browser doesn't send this request afterwards, instead it retries the upload request. - is www a valid server name of your web server from the poi

SSL session is the same HTTP session and is the same Servlet session

2007-11-03 Thread Bárbara Vieira
This question is about Tomcat’s architecture. When a connection HTTP over SSL(HTTP) is established, Tomcat encapsulates this connection in an object – CoyoteConnector. After that, this object is transformed in another objects, until it is encapsulated in a HttpRequest object. When the con

Re: SSL session is the same HTTP session and is the same Servlet session

2007-11-03 Thread Bill Barker
>"Bárbara Vieira" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] > > > > >This question is about Tomcat's architecture. > >When a connection HTTP over SSL(HTTP) is established, Tomcat encapsulates >this connection in an object - CoyoteConnector. After that, this object is >transfor

RE: Tomcat 5.5.23 throw ServletException

2007-11-03 Thread Caldarale, Charles R
> From: itay sahar [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.23 throw ServletException > > i think i have wrong jar files. > > org.apache.jasper.JasperException: javax.servlet.ServletException: > java.lang.NoSuchMethodError: > javax.servlet.jsp.tagext.TagAttributeInfo. > (Ljava/lang/Strin

RE: Problems with a web application running a PHP script

2007-11-03 Thread Caldarale, Charles R
> From: Rocco Scappatura [mailto:[EMAIL PROTECTED] > Subject: Problems with a web application running a PHP script > > Under Netbeans it works. But wen deploy it under Tomcat > 5.5.25 I get this error when I try to access at a PHP page: > > java.lang.NoSuchMethodError: > javax.script.ScriptEngi

jk_mod and binding tomcat's root to an apache directory

2007-11-03 Thread Shug Boabby
Hello everyone, There does not appear to be a separate list for mod_jk discussions... so I assume this is the most relevant place to ask questions. Please let me know if there is somewhere more specific for me to bring this. I have mod_jk up and running with Apache 2 and Tomcat 5.5. However