Re: Re: strange error when trying to deploy to remote host

2006-07-09 Thread Chris Wilkes
On Sun, Jul 09, 2006 at 05:32:17PM +0200, Christoph Sturm wrote: > On 7/9/06, Chris Wilkes <[EMAIL PROTECTED]> wrote: > > > >What DNS name resolves to 192.168.167.126? Make sure that name is in > >the remote server's /etc/hosts (or system32/drivers/etc/hosts I bel

Re: strange error when trying to deploy to remote host

2006-07-09 Thread Chris Wilkes
On Sun, Jul 09, 2006 at 05:00:37PM +0200, Christoph Sturm wrote: > hey people! > > If i want to deploy something to a remote host, for example by running > this command: > > java -jar bin/deployer.jar --host 192.168.167.126 --verbose deploy > myplan.xml > > i get this strange error message: >

Re: Re: Spring class not found in 1.1 - classloader issue ?

2006-07-04 Thread Chris Wilkes
Try putting the spring.jar in the WEB-INF/lib and then putting org.springframework in your geronimo-web.xml file. See http://www.savoirtech.com/roller/page/jgenender?entry=trouble_deploying_your_web_apps Chris On Tue, Jul 04, 2006 at 01:51:07PM +0100, [EMAIL PROTECTED]

Can an event be triggered by deployment?

2006-06-13 Thread Chris Wilkes
A 3rd party library in our webapp requires a license file -- the only way I've been able to have the webapp read it is to put it into the WEB-INF/classes directory. Unfortunately this license file is per server, meaning that I would have to make a war file for every server that we deploy to. This

Re: Relative Path

2006-05-24 Thread Chris Wilkes
On Thu, May 25, 2006 at 09:53:20AM +0530, Anshuk Chinmoy Pal Chaudhuri wrote: > > But this time it is not reading from that file.I am not sure from where > exactly is geronimo trying to pick up the properties/Property.xml > file? > Can anyone let me knowwhere should I put the properties/Pr

Re: Ability to set per-deployment gbeans?

2006-05-17 Thread Chris Wilkes
stand correctly that you have a single WAR with a > separate geronimo-web.xml for each customer? Yes, I have one war file and then deploy for each customer with a separate geronimo-web.xml file, containing information that indentifies that customer. > Thanks, > Aaron > > On 5/1

Ability to set per-deployment gbeans?

2006-05-16 Thread Chris Wilkes
I have a webapp that I'm going to reuse for several customers and would like to have the configuration information (customer name, database schema info, etc) live outside of the webapp. Normally I would would put this sort of information into the web.xml's init-param so that I could get it via the

Re: Please help with db2jcc license jar files

2006-02-02 Thread Chris Wilkes
Bruce Snyder <[EMAIL PROTECTED]> writes: > One year ago here's what I did just to get the license file to live > with the JAR: > > http://jroller.com/page/bsnyder?entry=ibm_universal_jdbc_driver_not > > But there should be no need to do this anymore as the derbyclient.jar > file packages a netwo