> From: Donald Jolley [mailto:jolleyt...@gmail.com]
> Subject: Do imports inherit?
> I was sort of thinking that if I imported those classes
> into a parent class that would be sufficient for all the
> children. Apparently it isn't.
Your final conclusion is correct - it's not sufficient. This
Yep, it was the realm stuff. I'd removed it from the because I don't
need it for the whole host, just for the manager portion. Added it back into
the context.xml definition, and all is now fine.
Jeff
> -Original Message-
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Se
> -Original Message-
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Sent: Saturday, September 10, 2011 4:44 PM
> To: 'Tomcat Users List'
> Subject: Problem running Manager GUI
>
> Running:
> Windows Server 2008 R2 Standard
> Tomcat 6.0.33
> Sun JDK 1.6.0_26
>
> I installed
I am writing a domain registration application.Typically, servlets
extend the HttpServlet class and import java.io.*, javax.servlet.*,
and javax.servlet.http.*. There are some methods and variables that I
want to make available to all of my servlets in this application. So,
I decided to create a
Running:
Windows Server 2008 R2 Standard
Tomcat 6.0.33
Sun JDK 1.6.0_26
I installed Tomcat using the windows installer and created an admin user &
password.
Then I modified the server.xml and removed the localhost information and
inserted my own host config as:
The Manager director