Hi all,
I have read similar old  queries but no solutions seems to work for me.
I'm trying to deploy a simple war on jboss 3.2.3.
I have deployed my HelloWorld.war file under JBOSS's "/default/deploy" directory.
The structure of HelloWorld.war is as follows:-
 /
 index.html
 [Web-inf]
   web.xml
   [classes]
     HelloWorld.class (servlet class)
   [lib]

I'm able to access the index.html by foll. link
 http://localhost:8080/HelloWorld/index.html

but when I try to access the servlet class from index.html (/servlet/HelloWorld) I get 
an HTTP 500 error.

I'm using a simple web component example that most of the tutorials teach.

I have tried most of the combinations to access the servlet but in vain. Any help is 
really appreciated.

Thanx in advance,
Sheetal.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829146#3829146

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829146


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to