Re: N00b Installation Question

2008-04-02 Thread Lizard Lizard
On Wed, Apr 2, 2008 at 1:10 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Lizard Lizard [mailto:[EMAIL PROTECTED] > > Subject: Re: N00b Installation Question > > > > > I do not want a public server, I want it to only accept > > connect

Re: N00b Installation Question

2008-04-02 Thread Lizard Lizard
I have solved the problem. Norton was blocking connections. :) Looking at the logs helped. Thanks for that suggestion. I have unblocked it in Norton. Now I need to research the security issues more; I do not want a public server, I want it to only accept connections from localhost. Are there good

Re: N00b Installation Question

2008-04-02 Thread Lizard Lizard
On Wed, Apr 2, 2008 at 12:06 PM, David Smith <[EMAIL PROTECTED]> wrote: > I'll give you a hint ... case matters. Take a really close look at what > you've setup in your web.xml and what you've named your servlet. > extenXLSTestbed != ExtenXLSTestbed. > I double-checked; the typo was in my post to

Re: N00b Installation Question

2008-04-02 Thread Lizard Lizard
On Wed, Apr 2, 2008 at 12:06 PM, David Smith <[EMAIL PROTECTED]> wrote: > I'll give you a hint ... case matters. Take a really close look at what > you've setup in your web.xml and what you've named your servlet. > extenXLSTestbed != ExtenXLSTestbed. > Gack. I kept looking for case errors -- I kn

N00b Installation Question

2008-04-02 Thread Lizard Lizard
Greetings! I am trying to setup/configure Tomcat 6.0 under Vista. I am mostly following the examples in the Eclipse Cookbook. Tomcat is running; I get the appropriate startup page when I go to localhost:8080 However, I cannot get my first example to work properly. Here's all of the relevant data

Fixed! Re: Unable to get a basic install working

2007-08-17 Thread Lizard Lizard
I found the problem. Something else was listening on port 8005. I changed it to 8006 in the XML config file and all worked smoothly from then on. Thank you for your help; without netstat, I'd never have managed to puzzle this out. -- === Blog: www.xanga.com/lizard_sf Currently

Re: Unable to get a basic install working...

2007-08-17 Thread Lizard Lizard
Thank you for the tip on netstat. (Dammit, Jim, I'm a database developer, not a network admin!) (Yes, I know, it's important to learn all relevant skills and I'm not claiming ignorance is justifiable...) It did lead me to discover that a)Nothing is listening on 8080, and, b)Despite windows services

Unable to get a basic install working...

2007-08-17 Thread Lizard Lizard
Greetings! I have been given the task of setting up a basic local server to test out Java servlets and evaluate some web technologies for my company. I am using Windows XP SP2, Java 1.6, Eclipse 3.2, and Apache 2.2.4. I am following the directions in the O'Reilly "Eclipse Cookbook", and I download