[jboss-user] [Beginners Corner] - Re: Trouble with jboss

2006-11-30 Thread anishx
ok does it do a thread dump? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989996#3989996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989996 ___ jboss-user mailing list jb

[jboss-user] [Beginners Corner] - Re: JBoss Application Server

2006-10-13 Thread anishx
right! with this configuration you may also configure apache to serve the static content (images/html/js/css) and let tomcat handle the dynamic part (saves lot of unnecessary hit to jboss/tomcat) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978126#3978126

[jboss-user] [Beginners Corner] - Re: JBoss Application Server

2006-10-13 Thread anishx
well tomcat has its own web server listening to 8080. Due to many reasons (read security, firewall - dmz configuration, performance and clustering) it is not recommended to use the built in web server and use apache web server instead and use mod_jk to plug it in with tomcat. In short, apache i

[jboss-user] [Installation, Configuration & Deployment] - Re: java.lang.NoClassDefFoundError: org/jaxen/JaxenException

2006-09-21 Thread anishx
i mean change the UseJBossWebLoader to true. damn.. xml tags dont show up in the forum :p View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973229#3973229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973229

[jboss-user] [Installation, Configuration & Deployment] - Re: java.lang.NoClassDefFoundError: org/jaxen/JaxenException

2006-09-21 Thread anishx
a quick (and of course dirty) solution is to use the jboss unified class loader. In your \deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml, change the to true. Let me know if it works. (Please do not do this if you have multiple applications) View the original post : http://www.jboss.

[jboss-user] [Beginners Corner] - Re: Big problem!How to reload a web module without restart t

2006-09-18 Thread anishx
did you try the 'touch' method? touch the jsp/class file and JBoss should redeploy it. Also, touch the META-INF/application.xml to redeploy the entire ear. In case you are using Windows you may want to download touch.exe from http://www.codeproject.com/tools/touch_win.asp View the original pos

[jboss-user] [Beginners Corner] - Re: Binding multiple instances of jboss on seperate IP and s

2006-09-18 Thread anishx
did you try changing the ${jboss.bind.address} in the conf files eg. jboss-service.xml ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972259#3972259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972259 _

[jboss-user] [Beginners Corner] - Re: Deploy an application in a diferent port

2006-09-18 Thread anishx
* Note: In case you are having a cluster you may need to change the port settings in deploy/cluster-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972249#3972249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Beginners Corner] - Re: Deploy an application in a diferent port

2006-09-18 Thread anishx
ok. for this you need to have another instance of jboss server running on a different port and deploy your new application in this new server. This may require that you create a new server and change the ports in jboss-service.xml (available in the conf dir). Note: In case you are having a clust