Re: Issue with Eclipse 3.6, Tomcat 6/7 with Apache Myfaces 2.0

2010-07-24 Thread Mark Thomas
On 24/07/2010 03:22, puneet arora wrote: Hi All I have defined a dynamic web project in Eclipse 3.6 to which i have added a user library that has all the Myfaces 2.0 jars as well as the el-api-1.1 and el-impl-1.1 jars. Remove the the EL jars - the are provided by Tomcat. Mark

Re: Tomcat 6 SSL configuration error

2010-07-24 Thread Pid
On 24/07/2010 05:20, aung bar hlay wrote: I'm running on WindowsXP. Path to my keystore file is c:\is.keystore. And this is server.xml file.

Re: Cocoon 2.0.4 with Tomcat 5.5.23

2010-07-24 Thread Pid
On 23/07/2010 23:59, Pid wrote: On 23 Jul 2010, at 19:51, Venkat Tanga venkateswararao.ta...@oracle.com wrote: Hi All, Does Tomcat 5.5.23 supports Apache Cocoon 2.0.4 ., till now I am using Tomcat 5.0.18 which is working fine with Cocoon 2.0.4. Tomcat supports Servlet Spec

Re: Tomcat 6 SSL configuration error

2010-07-24 Thread sasuke
aung bar hlay wrote: [snip] Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / Connector executor=tomcatThreadPool port=8080 protocol=HTTP/1.1 connectionTimeout=2

File download popup when accessing confidential resources

2010-07-24 Thread sasuke
Hi all, Just observed a strange behaviour when accessing secure resource using HTTP instead of HTTPS. Instead of redirecting the client to the proper HTTPS resource, a download file popup is shown. As an e.g.: Client requests: http://localhost:8080/app/help.jsp [redirect to HTTPS as per web.xml

Gui for viewing Apache responses from a chain of proxy servers

2010-07-24 Thread James Godrej
Is there any GUI for viewing Apache headers which are being served by a chain of Reverse Proxy Servers. I have a cloud which uses a few Proxy Servers in between the client and actual server which has to serve the original request. All servers are Unix Servers. And if there is a problem which

Re: Gui for viewing Apache responses from a chain of proxy servers

2010-07-24 Thread Mark Thomas
On 24/07/2010 21:17, James Godrej wrote: Is there any GUI for viewing Apache headers which are being served by a chain of Reverse Proxy Servers. I have a cloud which uses a few Proxy Servers in between the client and actual server which has to serve the original request. All servers are

Re: Debugging Tomcat

2010-07-24 Thread Konstantin Kolinko
2010/7/23 Andy Bell andy.photos.b...@googlemail.com: Hi I'm running Tomcat 6.0.24 as aa serviced on Windows XP. I am trying to debug Java code in the webapp Ihave deployed to Tomcat and I have added this line: -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n to the

RE: Debugging Tomcat

2010-07-24 Thread Caldarale, Charles R
2010/7/23 Andy Bell andy.photos.b...@googlemail.com: I am trying to debug Java code in the webapp Ihave deployed to Tomcat and I have added this line: -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n to the Java Options in the Tomcat 6 Properties Java Options. I've

Re: Debugging Tomcat

2010-07-24 Thread Ron McNulty
Hi Andre Reading your original post, it looks like you are trying to debug your own web app running under Tomcat, rather than Tomcat itself (as the thread title implies). I can recommend starting Tomcat from inside Eclipse using the Sysdeo Tomcat plugin. That is the way all our development