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 To: Tomcat Users List 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 wrote: >> From: Alastair B

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\apa

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 To: Tomcat Users List Cc: Sent: Tuesday, 10 January 2012, 19:24 Subject: Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23 On 10/01/2012

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//WEB-INF/classes Mark -

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: users-uns

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 To: Tomcat Users List Cc: Sent: Tuesday, 10 January 2012, 18:41 Subject: Re: SEVERE: Allocate exception for servlet helloworld Apache-Tomcat 7.0.23 On 10/01/2012

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
: Tomcat Users List 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 my browser. >

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 d

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

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= .;c:\apache-tomcat-7.0.23-windows-x86\apache-tomc