Well I figured it out by using the file:// and using a full path

<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";
[
ENTITY jspinc SYSTEM 
"file:///usr/local/emusic_dev/proto/emusic_app/emusic.war/WEB-INF/jsp_inc.xml"
]> 

The path appears to be evaluated relative to the bin/run.sh instead of relative to the 
emusic.war
This becomes a problem if I don't know the full path to the file and want a relative 
uri. Anyone know any tricks to make this work? It seems like its a bug in the parser 
to evaluate the uri the way it is.  Or maybe I am missing something simple??

Thanks,

-Joe

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824953#3824953";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824953>Reply 
to the post</a>


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