mailinator, you should have created a new post, not appended to an existing one.
But to answer your question, set URLs to:
deploy/,file:/ws/default/SCB_US/Engineering/
The key is that any URLs entry ending in '/' is trated as a direcotry and that directory is scanned for things to deploy (both files and exploded directories). Anything that does not end in a '/' must be a file, which means that the war would have to be packaged.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018945#4018945
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018945
I think you are still wrestling with making the Sun JVM the default JVM on your system. While that is a worthwhile goal (I did the same on my FC6 box), it is not necessary to run JBoss AS. All you should need is the following line in your .bashrc file:
export JAVA_HOME=/usr/java/jdk1.5.0_10
The run.sh script sets the command to run to $JAVA_HOME/bin/java. Only if JAVA_HOME is not properly set will the run.sh script use the default JVM.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018932#4018932
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018932
Happy to hear that :)
Look here. It's the second login module (commented).
It's just a quick prototype so it's not much tested but should work. The code is also quite simple (ext one here: here)
We may think about providing something more general to use with any login module if there will be enough time, but you can easily extend any login module in similar way by just reusing this code.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018931#4018931
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018931