SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Alastair Baldwin
Dear users I'm unable to get a Hello World Servlet running from my browser.  Configuration: Windows XP Version 2002 service pack 3 Apache-tomcat-7.0.23-windows-x86 CATALINA_HOME = c:\apache-tomcat-7.0.23-windows-x86\apache-tomcat-7.0.23 CLASSPATH= 

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Mark Thomas
On 10/01/2012 18:28, Alastair Baldwin wrote: Dear users I'm unable to get a Hello World Servlet running from my browser. Configuration: Windows XP Version 2002 service pack 3 Apache-tomcat-7.0.23-windows-x86 CATALINA_HOME = c:\apache-tomcat-7.0.23-windows-x86\apache-tomcat-7.0.23

RE: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Caldarale, Charles R
From: Alastair Baldwin [mailto:alastairgbald...@yahoo.co.uk] Subject: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23 CLASSPATH= .;c:\apache-tomcat-7.0.23-windows-x86\apache-tomcat-7.0.23\servlet-api.jar  Probably not the cause of your problem, but don't set

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Alastair Baldwin
...@apache.org To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, 10 January 2012, 18:30 Subject: Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23 On 10/01/2012 18:28, Alastair Baldwin wrote: Dear users I'm unable to get a Hello World Servlet running from

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Mark Thomas
On 10/01/2012 18:38, Alastair Baldwin wrote: Excuse my ignorance, but I had the package information in place and had the same error so I tried to simplify it by removing the package details from HelloWorldServlet.java and the webapps directory. Is a package essential for tomcat to work?

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Alastair Baldwin
My HelloWorldServlet.class is in CATALINA_HOME/webapps/WEB-INF/Classes Alastair - Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, 10 January 2012, 18:41 Subject: Re: SEVERE: Allocate exception for servlet helloworld

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Mark Thomas
On 10/01/2012 19:14, Alastair Baldwin wrote: My HelloWorldServlet.class is in CATALINA_HOME/webapps/WEB-INF/Classes Which should be: CATALINA_HOME/webapps/WEB-INF/classes Case matters. Mark - To unsubscribe, e-mail:

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Mark Thomas
On 10/01/2012 19:20, Mark Thomas wrote: On 10/01/2012 19:14, Alastair Baldwin wrote: My HelloWorldServlet.class is in CATALINA_HOME/webapps/WEB-INF/Classes Which should be: CATALINA_HOME/webapps/WEB-INF/classes Scratch that. It should be: CATALINA_HOME/webapps/appname/WEB-INF/classes Mark

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Alastair Baldwin
That was it, I can't believe it was so trivial. Thank you so much Alastair - Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, 10 January 2012, 19:24 Subject: Re: SEVERE: Allocate exception for servlet helloworld

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Pid
On 10/01/2012 18:34, Caldarale, Charles R wrote: From: Alastair Baldwin [mailto:alastairgbald...@yahoo.co.uk] Subject: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23 CLASSPATH= .;c:\apache-tomcat-7.0.23-windows-x86\apache-tomcat-7.0.23\servlet-api.jar Probably

Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23

2012-01-10 Thread Alastair Baldwin
Sorry that was a typo - Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, 10 January 2012, 20:00 Subject: Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23 On 10/01/2012 18:34, Caldarale, Charles R