[JBoss-dev] [Tomcat] - Re: Precompiled Welcome file failure

2004-05-31 Thread treespace
Resolved: cannot use servlets in welcome-file-list until Tomcat 5.0 is released with 
JSP 2.0. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836983#3836983

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836983



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Re: Precompiled Welcome file failure

2004-05-23 Thread treespace
I am going to post this on the jbossweb forum since it is not really an integration 
issue per se. Sorry about that. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835954#3835954

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835954


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Re: Mapping context URLs to file system

2004-05-22 Thread treespace
To clarify you want to use a context that exists outside of your JBoss configuration's 
deploy folder? If that assumption is correct  you can expand the search path of the 
JBoss deployer with URLs in your jboss-service.xml -- search for the string Deployment 
Scanning. 

Say you had a war file in c:\foo called bar.war.  That would be picked up if you added 
c:\foo to the deployment scanner URL list. 

  
 deploy/, file:///c:/foo
  


Double check the syntax of file: URLs but I think that is correct. If the war is in an 
ear you can map it as usual in the application.xml file.


 
web-uribar.war/web-uri 
context-root/bar/context-root 






View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835948#3835948

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835948


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Precompiled Welcome file failure

2004-05-22 Thread treespace
Using tomcat configuration in JBoss 3.2.3. I precompiled my JSPs but my default page 
stopped working. This works with loose files but not when I precompile servlets:

http://localhost:8080 


This always works, precompiled or not:

http://localhost:8080/sentry.jsp

The welcome-file-list has an entry for sentry.jsp. The servlet mapping for the 
precompiled JSPs is /sentry.jsp. I tried adding a welcome-file with the leading slash 
but that did not work. Any ideas?

TIA





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835949#3835949

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835949


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Re: Reformulation: context definition in jboss/tomcat

2004-05-22 Thread treespace
Add WEB-INF/jboss.xml to your war file and map the context as follows:

jboss-web
context-root/foo/context-root
/jboss-web





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835950#3835950

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835950


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development