Re: servlet unavailable

2011-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, On 9/3/2011 5:36 PM, Adam Posner wrote: > I am hoping someone can help with this. Tomcat 6.0.28 keeps giving > me, saying 'Servlet Front Controller is not available' Since your servlet is called FrontController (no space), the above message is

Re: servlet unavailable

2011-09-06 Thread Adam Posner
There seems to be no reason for the bind exception. There was no other app running. It still started up though On Tue, Sep 6, 2011 at 3:22 PM, Adam Posner wrote: > ep 6, 2011 3:10:54 PM org.apache.catalina.core.AprLifecycleListener init > INFO: The APR based Apache Tomcat Native library whic

Re: servlet unavailable

2011-09-06 Thread Adam Posner
ep 6, 2011 3:10:54 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/

Re: servlet unavailable

2011-09-06 Thread Adam Posner
It couldnt c find the struts servlet, thats the only thing in web.xml if youre using struts. There was nothing specific in the logs, or startupo which was normal On Sun, Sep 4, 2011 at 4:48 PM, Pid wrote: > On 03/09/2011 22:36, Adam Posner wrote: > > Posner to users > > show details 8:16 PM (2

Re: servlet unavailable

2011-09-04 Thread Daniel Baktiar
Hi Adam, I'm not checking any references, but it may be because you are not allowed to have space on the servlet name. Can you try by not using space in the servlet name "Show Bikes", try to change to "ShowBikes" in both instance of configuration in web.xml. The and . --- daniel baktiar On Sun

Re: servlet unavailable

2011-09-04 Thread Pid
On 03/09/2011 22:36, Adam Posner wrote: > Posner to users > show details 8:16 PM (2 minutes ago) > > Hello all: > > > I am hoping someone can help with this. Tomcat 6.0.28 keeps giving me, > saying 'Servlet Front Controller is not available' > I am using struts 1, the jar file is struts-core-1