0 Replies Latest reply on Jul 10, 2007 12:44 AM by mailtojagatheesh

    JBOSS DEPLOYMENT IN LINUX

    mailtojagatheesh

      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