[JBoss-user] [Installation, Configuration & Deployment] - Re: Book recommendation for Linux deployment?

2006-02-28 Thread joey.watson
Hi . I am using Linux as my Jboss running plat. So I don't think there have too many difference between Windows and Linux for Jboss. Don't forget Jboss is a Java program. :) 1. you don't have to be a root to run you Jboss server. 2. just copy Jboss to a folder. and change to /jboss/bin folder a

[JBoss-user] [Installation, Configuration & Deployment] - A question about the standard directory structure

2006-02-28 Thread joey.watson
Hello everyone. When we are making a java web program and after deploy to tomcat or jboss. we need to follow the standard of directory Structure, but I don't know where can find the spec of the directory structure. Thanks Joey View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to make deploy faster.

2006-02-26 Thread joey.watson
Hi Martin. Thanks you for answer. I try to use your first way, but it can not work. I setted the deploy/ ,file:/opt/java_plat/jboss-4.0.3SP1/server/default/deploy/testone/ and copy everything in my webapp folder to there. of cause webapp folder is my depolyment folder. it follow W

[JBoss-user] [Installation, Configuration & Deployment] - How to make deploy faster.

2006-02-24 Thread joey.watson
Hi Just Want to know do there have some ways can save my time when I develop Java project. Because if I did any modify to Java file or JSP file. I have to compile and deploy my project again. I know for Tomcat , Just set the class path to compile, and just compile Java file, don't need to co