Re: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
- André Warnier wrote: > Andy Ee wrote: > > Dear all, > > > > I am stuck with this problem for over a month now, and I have > tried all ways but to no avail. > > > > My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is > 1.6.0_21. I deployed a

Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
Dear all, I am stuck with this problem for over a month now, and I have tried all ways but to no avail. My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is 1.6.0_21. I deployed a java program in Tomcat webapps/ which will post some results to a web server via a HTTPS url. I receiv

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
for now until sitemesh is better supported on my system. Thanks all. Best Regards, Andy Ee -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, August 19, 2009 12:28 PM To: Tomcat Users List Subject: RE: Multi-Level Context Paths > F

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
/sendmoney_demo.html /* Under /webapps/sg#server#test/WEB-INF/sitemesh.xml: Best Regards, Andy Ee -Original Message- From: Martin Gainty

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
Hi Martin, Under WEB-INF/sitemesh.xml: Best Regards, Andy Ee -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Wednesday, August 19, 2009 5:20 AM To: Tomcat Users

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
webapps/sg (No such file or directory) Assuming # symbol not recognized by Java utilities or sitemesh under Solaris 10. I will check more about sitemesh... Best Regards, Andy Ee -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 19, 2009 12:23 AM

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
path works! However, Tomcat 6 deploys the war file twice every time it starts up. It could be due to context element being defined under server.xml and Catalina/localhost/xxx.xml. So this method needs tweaking afterall. Thank you. Best Regards, Andy Ee -Original Message- From: Ognjen

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
sg#server#test.war again? Thank you. Best Regards, Andy Ee -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Monday, August 17, 2009 8:37 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Drop the path attribute from your ... definition. The path

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Mark, Before I prepare my .war file, there is an existing META-INF/context.xml and the content is, Should I remove the path parameter and prepare the war file again? With the path specified as /test, I am worried it will conflict how I setup Multi-Level path. Best Regards, Andy Ee

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Mark, Please see my responses below. Thanks. Best Regards, Andy Ee -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, August 17, 2009 7:04 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Andy Ee wrote: > There is a new requirement

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Ognjen, Are you able to advice the mailing list for sitemesh? Is it under Tomcat as well? Best Regards, Andy Ee -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Monday, August 17, 2009 7:31 PM To: Tomcat Users List Subject: Re: Multi-Level Context

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
WebApplicationContext Any idea? Thanks. Best Regards, Andy Ee -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Monday, August 17, 2009 7:00 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Hi Andy, Try to undeploy the old ap

Multi-Level Context Paths

2009-08-17 Thread Andy Ee
and couldn't find any posts with solutions to such issue. It seems that setting up multi-level context path in Tomcat 6 is not so straight-forwarded. Please kindly help, thanks. Best Regards, Andy Ee