[JBoss-user] [JBoss AOP] - Is there a JBoss AOP version for my JBoss 3.2.6 ?

2006-07-05 Thread sylobsa
Hi, I use a JBoss 3.2.6 AS in production. I don't want to upgrade to JBoss 4 for the moment. Is there an AOP Framework I can use (dynamic AOP) ? Which version ? Thanks A. ROY View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955417#3955417 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Shutting down a JBoss instance ...

2006-06-30 Thread sylobsa
Hi all, I started 2 JBoss instances on a server. To start each instance I type : run.sh -c config1 and run.sh -c config2 Now I'd like to shut down one of these instances. I didn't see how to shut down a single instance anywhere. The usual command is something like :

[JBoss-user] [Installation, Configuration Deployment] - Multiple JBoss instances problem

2006-06-23 Thread sylobsa
Hi all, I use JBoss 3.2.6 on a Linux box. I'd like to start multiple JBoss instances. So I followed the Configuring Multiple JBoss Instances On One Machine Wiki directives. The solution I'd prefer use is the multi-home network card one. So I added a new IP addres to my network card :

[JBoss-user] [Installation, Configuration Deployment] - Problem to define the base URL of my web app

2006-03-30 Thread sylobsa
Hi all, I use JBoss 3.2.6 + Struts. I deployed a web app MyWebApp To use it I have to type the URL : http://localhost:8080/MyWebApp/start.do Does anybody knows which files I have to configure and how to have the URL : http://localhost:8080/ Regards View the

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem to define the base URL of my web app

2006-03-30 Thread sylobsa
Complements : I modified MyApp.ear/META-INF/application.xml == web-uriMyWebApp.war/web-uri context-root//context-root MyApp.ear/MyWebApp.war/index.jsp == line added logic:forward name=welcome/ MyApp.ear/MyWebApp.war/WEB-INF/struts-config.xml ==

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem to define the base URL of my web app

2006-03-30 Thread sylobsa
Argh !!! All xml excerpt have disappeared. Sorry for this mistake. Here is the complete message : I modified MyApp.ear/META-INF/application.xml == module id=myeclipse.1110128383921 | web | web-uriMyWebApp.war/web-uri | context-root//context-root | /web

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Ehcache configuration

2005-11-18 Thread sylobsa
Hi all, I use JBoss 3.2.7 with Hibernate 2.1.8. I copied ehcache-0.9.jar into the $JBOSS_HOME/server/default/lib directory. Now I want to configure EHCache to use it for my application classes. I created a ehcache.xml configuration file which contains informations for caching classes of my

[JBoss-user] [EJB/JBoss] - Maximum allowed connections reached ...

2005-05-30 Thread sylobsa
Hi all, I use JBoss 3.2.3 + jBpm 2 (=Hibernate 2 + c3p0). I reach the maximum number of connections allowed. Surely I open an hibernate session and forget to close it. I'd like to tune JBoss and see when sessions are created when I run my application in debug mode. Does anybody know a tool

[JBoss-user] [Installation Configuration] - Custom System Properties

2005-01-31 Thread sylobsa
Hi all, I want to define new System Properties, so I configured jboss-service.xml to load my properties file. I'd like to define some properties using other properties already defined. Is it possible ? I tried the Ant syntax, but it doesn't work. Var1=Value1 Var2=${Var1}_and_some_complement

[JBoss-user] [Beginners Corner] - Re: Static resource location

2004-12-09 Thread sylobsa
Thank for your response. I don't need absolute path and must use the ContextClassLoader. But can you give me an example on how to use it and get my properties file ? Regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858003#3858003 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Static resource location

2004-12-09 Thread sylobsa
Doesn't work for me. Here is my configuration : MyApp.ear static.war MyWeb.war MyEJB.jar The properties file is in the static.war archive. The path is : /dir1/dir2/MyFile.properties The class needing this properties file is located in the MyEJB.jar archive. I tried :

[JBoss-user] [Beginners Corner] - Static resource location

2004-12-08 Thread sylobsa
Hi all, I'd like to get the URL of a properties file from within a class located in the EJB tiers (in MyEjb.jar). This properties file is located in MyModule.war J2EE module, included in MyApp.ear. MyEjb.jar is also included in MyApp.ear. Is there a way to find the properties file and get it's