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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to