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
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
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
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