Saturday, September 09, 2006

JBOSS: Deploying a win32 project on linux

When you copy a jboss project from a windows (eclipse) programming environment there are two important things to remember.

Modify permissions
1. chmod 775 $JBOSS_HOME/server/default/deploy/ProjectName.war

Fix WEB-INF
2. Change web-inf folder to uppercase WEB-INF

No comments: