java - How to deploy WAR manually to JBOSS 5? -



java - How to deploy WAR manually to JBOSS 5? -

i've used tomcat simple apps. when needed deploy application packed maven war file , set app.war tomcat\webapps , started tomcat. need same jboss v.5 , totally cannot understand jboss way :(

ps: utilize jboss through integration ide in particular case need manual deployment

place application within \server\default\deploy

and cmd go to

<jboss_home>\bin

and execute command

run.bat ---> run local access only

run.bat -b 0.0.0.0 --> run in broadcast mode, (can accessed other scheme in lan)

check app in browser

http://localhost:8080/<appname>/<path>

java deployment jboss war

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -