Re: Http Status 404

2014-02-06 Thread Shivam Mishra
I did not make the TestServlet class public . On Fri, Feb 7, 2014 at 12:05 AM, David kerber wrote: > On 2/6/2014 1:05 PM, Shivam Mishra wrote: > >> Its running thank you very much ... >> > > Can you tell us what the trouble was, so other people with the same i

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
Its running thank you very much ... On Thu, Feb 6, 2014 at 11:24 PM, Tim Watts wrote: > On Thu, 2014-02-06 at 23:07 +0530, Shivam Mishra wrote: > > Now my browser is showing this error as below: > > > > Exception report > > > > *message* *Error instan

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
own Source) java.lang.Thread.run(Unknown Source) On Thu, Feb 6, 2014 at 11:04 PM, Shivam Mishra wrote: > My url is http://localhost:8080/name/TestServlet > > > On Thu, Feb 6, 2014 at 10:55 PM, Tim Watts wrote: > >> On Thu, 2014-02-06 at 21:32 +0530, Shivam Mishra wrote: >> &

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
My url is http://localhost:8080/name/TestServlet On Thu, Feb 6, 2014 at 10:55 PM, Tim Watts wrote: > On Thu, 2014-02-06 at 21:32 +0530, Shivam Mishra wrote: > > My directory structure is C:\Program Files\Apache Software > > Foundation\Tomcat 8.0\webapps\name\WEB-INF\Classes for

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
ing ProtocolHandler ["http-nio-8080"] 06-Feb-2014 15:08:09.174 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"] 06-Feb-2014 15:08:09.177 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 1504 ms On Thu, Feb 6, 20

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
yServlet /TestServlet My servlet class name is TestServlet On Thu, Feb 6, 2014 at 3:53 PM, Neven Cvetkovic wrote: > On Feb 6, 2014 9:58 AM, "Shivam Mishra" wrote: > > > > Hye I am using Tomcat 8.0.1 ,my operating system is Windows 8.1 and it is > > 64- bit configuration .I

Re: Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext for tomcat 7.0.50

2014-02-06 Thread Shivam Mishra
2014-02-06 14:50:33 Commons Daemon procrun stderr initialized 06-Feb-2014 14:50:34.636 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Pro

Http Status 404

2014-02-06 Thread Shivam Mishra
Hye I am using Tomcat 8.0.1 ,my operating system is Windows 8.1 and it is 64- bit configuration .I made a folder in webapps for my servlet but I am unable to access it Please help