Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid *
On 13 Nov 2011, at 07:07, bas...@obninsk.com bas...@obninsk.com wrote: Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from the

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid *
On 13 Nov 2011, at 08:46, bas...@obninsk.com bas...@obninsk.com wrote: Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from the

SSL Tomcat 6 7

2011-11-13 Thread Lau Eng Huat
Hi everybody, I have followed this example on setting up the SSL on Tomcat Expert http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat . The question that I have is how do you use Apache Common HttpClient to sent and received information from the servlet. I

RE: SSL Tomcat 6 7

2011-11-13 Thread Ilya Kazakevich
Hello, Please read this guide: http://hc.apache.org/httpclient-3.x/sslguide.html It is about HTTPS and apache HTTP client. You may also be interested in this document: http://download.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuid e.html This one is about JSSE (java ssl

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid
On 13/11/2011 09:31, bas...@obninsk.com wrote: Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The

Re: SSL Tomcat 6 7

2011-11-13 Thread Pid
On 13/11/2011 10:03, Lau Eng Huat wrote: Hi everybody, I have followed this example on setting up the SSL on Tomcat Expert http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat . The question that I have is how do you use Apache Common HttpClient to sent

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from the

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Tim Watts
On Mon, 2011-11-14 at 08:17 +0400, bas...@obninsk.com wrote: Can you paste the application web.xml file (inline) into your reply? ?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://java.sun.com/xml/ns/javaee;

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
-Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 9:09 AM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon, 2011-11-14 at 08:17 +0400, bas...@obninsk.com wrote: Can you paste the application web.xml file (inline)

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Igor Cicimov
catalina.policy? On Mon, Nov 14, 2011 at 4:56 PM, bas...@obninsk.com wrote: -Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 9:09 AM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon, 2011-11-14 at 08:17

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
catalina.policy? // These permissions apply to javac grant codeBase file:${java.home}/lib/- { permission java.security.AllPermission; }; // These permissions apply to all shared system extensions grant codeBase file:${java.home}/jre/lib/ext/- { permission