[JBoss-user] [Beginners Corner] - Re: urgent: hot deployment

2006-03-16 Thread sushant248
Not yet Nascimento :((. If you find a solution pls do post in. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930642#3930642 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930642

[JBoss-user] [Installation, Configuration Deployment] - Ear not redeploying

2006-03-16 Thread sushant248
I'm trying too redeploy my application. I replcae my ear file in /deploy directory - i.e. redeploying my whole ear but it is not working. Scanner shows that new deployment has happened with the same ear name but it keeps showing the old jsps (as if it has cached them). If i go to the work

[JBoss-user] [Beginners Corner] - Re: urgent: hot deployment

2006-03-10 Thread sushant248
I know that but, where is the hot deployment if i've to delete files from work folder (which is not recommended to touch). Is it always the case with everyone that u delete files after replacing exixting ear View the original post :

[JBoss-user] [Beginners Corner] - urgent: hot deployment

2006-03-09 Thread sushant248
I'm trying too redeploy my application. I replcae my ear file in /deploy directory - i.e. redeploying my whole ear but it is not working. Scanner shows that new deployment has happened with the same ear name but it keeps showing the old jsps (as if it has cached them). If i go to the work

[JBoss-user] [Beginners Corner] - install app

2006-02-27 Thread sushant248
In case hot deployment is disabled on remote machine, how do i install my application on a remote machine. Assuming same application is running there, I've to redeploy a new ear. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3926698#3926698

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-26 Thread sushant248
exactly. That is what i'm doing - redeploying my whole ear but it is not working. Scanner shows that new deployment has happened with the same ear name but it keeps showing the old jsps (as if it has cached them). If i go to the work directory n see the jsp there, it too doesn't have the

[JBoss-user] [Beginners Corner] - Hot deployment

2006-02-23 Thread sushant248
By replacing ear in the /deploy directory, i can see in the console that the scanner has read the change but when i see the changes on the browser, they are not reflected. If it's a simple war, then changes are reflected instantly but when this war inside an ear (and nothing else), i can't see

[JBoss-user] [Security JAAS/JBoss] - user authentication

2006-02-20 Thread sushant248
Please tell me where should i put the authentication while doing the deployment on remote server? JBoss suppots hot deployment (i can see the deployment scanner logs in the console), but like weblogic where i provide the username / pswd while doing a deployment from local machine onto a server,

[JBoss-user] [Security JAAS/JBoss] - cannot perform access control without an authenticated prin

2006-02-20 Thread sushant248
As discussed in the startguide.pdf (section 2.2.3 Security Service) of JBoss 4.0.3, i made the changes (basically uncommented code) in jboss-web.xml and web.xml in WEB-INF directory. The JMX-console was working fine earlier but after making the changes, I'm getting cannot perform access control

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-20 Thread sushant248
Thanks. How do i disable hot deployment? in that case how do i remotely stop the server from command prompt? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925193#3925193 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Questions about running applications on Jboss

2006-02-19 Thread sushant248
Arun, Did u check if application.xml exists in META-INF? It's worth if you can look into JBoss Admin pdf, where it says The context root for an application is determined by how it is deployed. When a web application is deployed inside an EAR file, the context root is specified in the

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-19 Thread sushant248
Please tell me where should i put the authentication while doing the deployment on remote server? JBoss suppots hot deployment (i can see the deployment scanner logs in the console), but like weblogic where i provide the username / pswd while doing a deployment from local machine onto a server,

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-15 Thread sushant248
cheers mate. Didn't realise it was that easy and hot deployment was supported. I might need to bring down the server to rename (keep a copy of) deployed ear before I copy my ear. Weblogic.Admin and Wsadmin (of Websphere) start/stop remote server from local console but the execution of command

[JBoss-user] [Beginners Corner] - remote deployment

2006-02-14 Thread sushant248
I am new to JBoss and I've been asked to write alittle batch script to deploy application on Jboss server( assume all enviroment variables, classpaths etc are correct). Please tell me how can I remotely deploy my ear on JBoss server from command line. I know weblogic where I can use the foll