Thank you all for clearing that up.
Alastair
- Original Message -
From: "Caldarale, Charles R"
To: Tomcat Users List
Cc:
Sent: Tuesday, 24 January 2012, 2:00
Subject: RE: Unable to access images stored in webapps//WEB-INF/images ?
> From: removeps-c...@yahoo.com [mailto:removeps-c...
Dear Users
Why am I able to access images stored here:
http://localhost:8080/imageUploader/1234.jpg
but not here:
http://localhost:8080/imageUploader/WEB-INF/images/1234.jpg
File permissions are the same
Any ideas?
Thanks
Alastair
-
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
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
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?
: 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.
>
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