[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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 directory n see 
the jsp there, it too doesn't have the changes of new ear. What else could be 
the reason that it doesn't get hot deployed? I haven't changed any of the 
jboss-service.xml etc files 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930643#3930643

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930643


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3929237#3929237

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929237


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 directory n see 
the jsp there, it too doesn't have the changes of new ear. What else could be 
the reason that it doesn't get hot deployed? I haven't changed any of the 
jboss-service.xml etc files 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3929224#3929224

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929224


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3926698


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 changes of new ear. 
What else could be the reason that it doesn't get hot deployed? I haven't 
changed any of the jboss-service.xml etc files

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3926362#3926362

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3926362


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the updated file.
If i remove it from 
C:\jboss-4.0.3SP1\ server\default\work\jboss.web\localhost
and then replace this ear, the changes are reflected.

After making changes in the jboss-service.xml (uncommenting code for hot 
deployment), i got

Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.deployment:flavor=URL,type=DeploymentScanner
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: Exception setting attribute
javax.management.Attribute: name=Deployer value=jboss.deployment:type=Deployment
Cache on mbean jboss.deployment:flavor=URL,type=DeploymentScanner; - nested thro
wable: (java.lang.RuntimeException: Error creating MBeanProxy: jboss.deployment:
type=DeploymentCache)
  I Depend On:
jboss.deployment:type=DeploymentCache

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.deployment:type=DeploymentCache
  State: NOTYETINSTALLED
  Depends On Me:
jboss.deployment:flavor=URL,type=DeploymentScanner


Please help. Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925991#3925991

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925991


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, where do i 
mention that for JBoss? 
Is there any command which i can run on DOS prompt where i can give 
authentication info as argument?
I know weblogic where I can use the foll command for username/pswd:
java weblogic.Admin -url http://CO-Bank:8000 -username weblogic -password 
weblogic FORCESHUTDOWN COBANKManagedServer.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925005#3925005

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925005


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 without an 
authenticated principal exception when I click on jmx-console. The document 
said If you've configured everything correctly and re-deployed the 
application, the next time you try to access the JMX Console, JBoss will ask 
you for a name and password.
Please help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925016#3925016

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925016


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925193


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 application.xml file of the 
EAR, using a context-root element
inside of a web module. In the following example, the context root of the 
web-client.war application is set to
bank.

application xmlns=http://java.sun.com/xml/ns/j2ee; version=1.4
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://java.sun.com /xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd;
display-nameJBossDukesBank/display-name

bank-ejb.jar



web-uriweb-client.war/web-uri
context-rootbank/context-root




For web applications that are deployed outside an EAR file, the context root 
can be specified in two ways. First, the
context root can be specified in the WEB-INF/jboss-web.xml file. The following 
example shows what the jbossweb.
xml file would look like if it weren't bundled inside of an EAR file.

jboss-web
context-rootbank/context-root
/jboss-web

Finally, if no context root specification exists, the context root will be the 
base name of the WAR file. For webclient.
war, the context root would default to web-client. The only special case to 
this naming special name ROOT.
To deploy an application under the root context, you simply name it ROOT.war. 
JBoss already contains a ROOT.war
web application in the jbossweb-tomcat55.sar directory. You will need to remove 
or rename that one to create
your own root application.
Not sure, if this will help.
cheers

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924952#3924952

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924952


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, where do i 
mention that for JBoss? 
Is there any command which i can run on DOS prompt where i can give 
authentication info as argument?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924954#3924954

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924954


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 takes place on the remote server i.e logs 
etc are there on server. I'm sure with JBoss too, I can start/stop server from 
my local machine.
Your help is greatly appreciated.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3923866#3923866

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923866


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 command:
java weblogic.Admin -url http://CO-Bank:8000 -username weblogic -password 
weblogic START COBANKManagedServer.
Thanks in anticipation.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3923788#3923788

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923788


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user