[jboss-user] [Installation, Configuration & Deployment] - Re: how to configure Java Virtual Machine via JBOSS

emclee_00 do-not-reply at jboss.com
Thu May 10 12:45:10 EDT 2007


Peter,

I am not sure in creating a WAR is correct here is my deploy.bat

@echo off
set JAVA_HOME=C:\j2sdk1.4.2_12
set JBoss_Home=C:\jboss-3.2.7

"%JAVA_HOME%\bin\jar.exe" -cvf iproof.war *.jsp WEB-INF
copy iproof.war "%JBoss_Home%\server\default\deploy"
pause

here is my structure in my project's base directory:

C:\Projects\iProof\Web\

\images\*.gif
\images\*.jpeg
\library\ip.js
\library\ip_search.js
\library\ip_style.css
\library\ip_user.js

\WEB-INF\web.xml
\WEB-INF\lib
\WEB-INF\lib\Archive.jar
\WEB-INF\lib\iProof.jar
\WEB-INF\lib\Common.jar
\WEB-INF\lib\WebFlow.jar

\xml\env.xml
\xml\text_en-us.xml
\xml\version.xml
\xml\site\flow.xml
\xslt\messages\*.xslt
\xslt\pages\*.xslt
\xslt\site\*.xslt

blank.html
getacro.jsp
index.html
loading.htm

hope you can help me in creating a war file

Thanks,
Elmer



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044746#4044746

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044746



More information about the jboss-user mailing list