[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Put a file on jboss 4.0.2 with out bundling it in a jar,

2009-06-15 Thread shsharma79
I have found a solution to my query. It might not be a clean solution but I thought I will publish it here so that other might benefit if they have similar need. Solution: Create a directory my-app.war in the deploy folder and put the file in there. JBoss will throw a warning saying that it

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Put a file on jboss 4.0.2 with out bundling it in a jar,

2009-06-14 Thread shsharma79
jaikiran wrote : You can place those files in JBOSS_HOME/server/ servername/conf folder and they will be by default made available in the classpath of the applications deployed on the server. Thanks for your response. Yes, it will be available on the server's classpath but how would I expose

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Put a file on jboss 4.0.2 with out bundling it in a jar, war

2009-06-12 Thread shsharma79
Hi, I have multiple applications running on multiple servers. There are some system properties which are common across all these applications. I want to put all these common properties in one common file on one of the servers and then want to load these properties from all other servers using