[JBoss-user] [Installation & Configuration] - How to use servlet as default root

2004-04-14 Thread iamneil
I have jboss3.0.4. I want to use a servlet in my war's web.xml named Home and mapped 
as Home.jsp.
I added a jboss-web.xml to the web-inf and I can serve a uncompiled JSP page as the 
root, no problem, but how do I make a servlet class do that ???
I thougth it would be easy. Now my timelines slipping
Thanks alot.

Neil

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

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


---
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


[JBoss-user] [Beginners Corner] - Serving compiled servlet to root context but not found

2004-04-13 Thread iamneil
hi, I have looked around and not yet found a solution for this situation. I have jboss 
3.0.4.  I have made my jboss-web.xml in the WEB-INF folder.
 
  | http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";> 
  |  
  | / 
  | abc.domain.com 
  |  
and specified Home.jsp as the first welcome file in both my WEB-INF\web.xml and in the 
jbossweb.sar .

On my dev system, there are all jsps. in my test server, I put compiled servlets, all 
the mappings are right, and I can hit all of them just fine using 
http://abc.domain.com:8080/PageName.jsp

However, when I hit http://abc.domain.com:8080 I get my directory listing of my war 
folder, so it must not be finding the Home.jsp, which makes sense, because it's not 
there, it's a compiled servlet class.  But, as I mentioned above, the Home.jsp servlet 
class is mapped in my web.xml so that it does come up via 
http://abc.domain.com:8080/Home.jsp

Thanks alot in advance,
Neil

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

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


---
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