Showing posts with label jboss. Show all posts
Showing posts with label jboss. Show all posts

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

JBOSS: Running JBoss as a Service

Starting JBoss as a service:
http://wiki.jboss.org/wiki/Wiki.jsp?page=StartJBossOnBootWithLinux

More Linux tutorials (relative to startups)
http://yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html