On Fri, Aug 03, 2001 at 04:14:30PM -0500, Phil Harrison wrote:
> I have jboss with tomcat running fine inside of my project directory, but the only 
>way I can run run_with_tomcat.bat is inside the jboss bin directory.  This effects 
>the paths I use inside of my JSP and other files.  I want to be able to run it 
>"vicariously" from my project directory so that I can keep a firm path in all of my 
>files, and not have to change hundreds of lines of code one at a time.

If you were running Unix with a modern shell I would tell you to add the line

cd `dirname $0`

at the top of the script. In the Microsoft world, I don't know whether adding
a line at the top of the script with

cd JBOSS_INSTALL_DIRECTORY/bin

will help.

FGL

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to