[JBoss-user] [Installation & Configuration] - How to declare a context path ?

2005-01-21 Thread Femto
Hello,

I would like to declare a context path but I don't find the way to do it.
For instance, I would like to have all my images, stored in 
/myapp/asubdir/images, mapped to /images in my webapp.

I am using JBoss v4.0.0.

Can you help me please ?
Thank you !




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863055#3863055

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863055


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread Femto
Why is there a link between JNDI and JMX ?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861955#3861955

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861955


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread Femto
"mveitas" wrote : Have you removed anything from the deploy directory? 
Specifically the jmx-adapator-invoker.sar?
  | 
  | 


Yes. I have almost deleted all the content of the directory.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861954#3861954

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861954


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread Femto
Yes I see that in the documentation but the URL is a JNDI URL :

-s, --server=Specify the JNDI URL of the remote server

I don't use JNDI. 
When i try it, I get an error :

Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound

I don't use JMX also.





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861935#3861935

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861935


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Stoppping Jboss

2005-01-13 Thread Femto
Hello,

I start my application using run.sh like this :
  $JBOSS_HOME/bin/run.sh -c myappli

How can I stop it in the same way, I mean by specifying the server to stop. My 
problem is that I start a lot of JBoss on the same box, on the same account 
(but different server). 

Thank you !

Femto

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861886#3861886

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861886


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: IllegalAccessError when stopping MBean

2004-11-10 Thread Femto
As I was writing a response, i find out what my problem was. It is so stupid... 
I had a copy of my jar files in the deploy directory and in the lib directory. 
And it was different versions...
It works now.

Sorry for this.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854616#3854616

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854616


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - IllegalAccessError when stopping MBean

2004-11-10 Thread Femto
Hello,

I have a strange behaviour that i don't understand.

I have a MBean named PGC used as a startup MBean. It initializes a database 
connections pool.
The PGC is in a pgc.jar file, in package tcpro.server.ejb.pgc.PGC.
The pool is in a common.jar file, in package tcpro.server.serveruti.pool.

The start() method of the MBean call the ini() method of the connections pool 
(that is in another package, in another jar file). This works fine.

Ths stop() method of the MBean call the stop() method of the connections pool. 
And this doesn't work !

I have the following IllegalAccessError :
11:24:41,400 WARN  [ServiceController] Problem stopping service 
jboss:service=PGC
java.lang.IllegalAccessError: tried to access method 
tcpro.server.serveruti.pool.SRUC_PoolConnexions.arreterToutesLesConnexions()V 
from class tcpro.server.ejb.pgc.PGC
at tcpro.server.ejb.pgc.PGC.stopPGC(PGC.java:226)
at tcpro.server.ejb.pgc.PGC.stop(PGC.java:332)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:908)
at $Proxy0.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(ServiceController.java:498)
at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.stop(Unknown Source)
at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:295)
at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:593)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:576)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:463)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:886)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:861)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:849)



What is the problem here ? There is no problem of protected class/method. It 
works when starting up but doesn't when stopping

Help me please !
Thank you






View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854584#3854584

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854584


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss