hi everybody
I have developed a Web application with J2EE and Struts and i have deployed those in
Jboss 3.0.0 and Tomcat 1.4.27 and it was working fine on windows.
So now my problem is i want to move those stuff in to linux and i wrote all needed .sh
instead of my all .bat used in windows
The problem arises here. i have set the JAVA_OPTS in one .bat file in windows the line
is like,
JAVA_OPTS=%JAVA_OPTS% -Dappserver=d:/res Now am having the same line for
linux like
JAVA_OPTS=$JAVA_OPTS -Dappserver=/home/webmast/res
but while compiling this .sh file its showing error like "No Such File or
Directory" at the corresponding line which i have given above
So anyone plz let me kno how to set JAVA_OPTS in .sh file
Thanks in advance
Jagan.M
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062242#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...