Re: Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-04 Thread basilk
attern and value attribute were set for the WebServlet annotation on class ... Hi, 2016-04-04 9:53 GMT+03:00 basilk : Hi. I try to start tomcat 8.0.33 in debug mode under Eclipse Mars.2. I get the following errors: SEVERE: A child container failed during start java.util.concurrent.Executio

Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-03 Thread basilk
Hi. I try to start tomcat 8.0.33 in debug mode under Eclipse Mars.2. I get the following errors: SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localh

Re: Cannot redirect to html

2012-11-27 Thread basilk
I’ve got a file, containg html and locating in relative directory. When i return it in a jsp page using out.write(file>), then everything is ok. But when i return it using response.sendRedirect(file>), i’ve got a 404 error. What seems to be a problem? Please, help. Unless you provide: - the U

Cannot redirect to html

2012-11-26 Thread basilk
Hi. I’ve got a file, containg html and locating in relative directory. When i return it in a jsp page using out.write(), then everything is ok. But when i return it using response.sendRedirect(), i’ve got a 404 error. What seems to be a problem? Please, help. Thanks.

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-15 Thread basilk
When i have changed url for my app from http://localhost... to http://127.0.0.1... the 403 error has gone. -Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 7:35 PM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon,

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 java.security.AllPerm

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 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 manager

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 manag

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 manag

403 error starting tomcat 7.0.22 application on windows 7

2011-11-12 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. What seems to be my problem? Thanks.