I figured it out :-)
the path to the servlet name foo is

http:/www.xxx.yyy.zzz:8080/test/servlet/foo

 

-----Original Message-----
From: Dave Robbins [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 11:51 AM
To: '[EMAIL PROTECTED]'
Subject: Newbie question


Hello All,

Hope someone can help me out.
I developed a servlet using Netbeans and when I tried to deploy it I had
problem
In an attempt to debug, I went back to Netbeans and created the simplest
servlet I could,
 it just prints out some text. Works fine in development environment.
Netbeans has option to build test.war file for me, did that.
put test.war file in $CATALINA_HOME/webapps
restarted tomcat
I can see new directory test with WEB-INF/classes/test.class in it
point browser an http:/www.xxx.yyy.zzz:8080/test and I get directory listing
with nothing in it
if I make junk.html file in $CATALINA_HOME/webapps/test. I can load it like
$CATALINA_HOME/webapps/test/junk.html
if I just give it http:/www.xxx.yyy.zzz:8080/test I see directory listing
with junk.html
shouldn't I see WEB-INF in directory listing??
I've messed with Netbeans/Tomcat in the past and I thought all I had to do
was make war file
dump it in webapps dir and restart Tomcat
seems like a path problem to the servlet

linux 2.4.18 tomcat 5.0.16

Anybody see what I'm missing

Thanx
Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to