[JBoss-user] [Installation Configuration] - Re: configuring Tomcat 5.0 to serve static content

2004-07-13 Thread sramkishan
This is a problem only in Jboss/Tomcat5.026
What tomcat5.0.26 expects is the defaultWebXml attribute when specifying the Context. 
So your code should actually be
Context path=/watermarks appBase=webapps
  |  docBase=/usr/local/watermarks
  |  debug=99 reloadable=true defaultWebXml=path to the default 
web xml
Copy the web.xml from tomcatsar folder to probably the conf directory of jboss and 
give that path. It should work.


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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: external static directories under 3.2.4

2004-06-28 Thread sramkishan
This seems to have been changed in JBoss-3.2.4/T 5.0.26

Copy a default  web.xml from 
JBOSS_HOME\server\config-name\deploy\jbossweb-tomcat50.sar and place it in the 
JBOSS_HOME\server\config-name\conf directory and modify your context code in the 
server.xml to point to that file as follows..

Context docBase=C:/projects/classgrabber/webapp/classgrabber/old/Images 
path=/images defaultWebXml=${jboss.server.home.dir}/conf/web.xml/

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user