[jboss-user] [Installation, Configuration Deployment] - Re: How to create Jboss server instance other than default (

2007-06-29 Thread jignesh_it009
meissa wrote : Running multible instances of JBoss is a litte bit more complicated. | You have two solutions that are described in detail in this wiki: | | [url] | http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine | [/url] | | Let me nkow if

[jboss-user] [Installation, Configuration Deployment] - How to create Jboss server instance other than default (crea

2007-06-28 Thread jignesh_it009
Hi, Could anyone please let me know how to create a new server instance other than default which is created at the time of installation. I am using Jboss 4.0.4 on windows 2000 platform. Thanks in advance. Regards, Jignesh View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: How to create Jboss server instance other than default (

2007-06-28 Thread jignesh_it009
meissa wrote : you just have to copy the default directory and give it another name. | Assume you name it myInstance. To run it, you'll have to use | | run -c myInstance. | | hope that help. Thanks dear. Also I would really appritiate if you can explain me how can I run both the

[jboss-user] [Installation, Configuration Deployment] - Re: How to create Jboss server instance other than default (

2007-06-28 Thread jignesh_it009
jignesh_it009 wrote : meissa wrote : you just have to copy the default directory and give it another name. | | Assume you name it myInstance. To run it, you'll have to use | | | | run -c myInstance. | | | | hope that help. | | | Thanks dear. Also I would really

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Able to run webapp. even if it is undeployed

2007-04-02 Thread jignesh_it009
Hi, I have developed a web application and have installed jboss 4.0.4 GA on my m/c. I am successfully able to deploy and run my web application on default server instance. But if I undeploy it, still I am able to run it. Also If I do some changes in jsp/servlet files, rebuild .war and redeploy