RE: Which is the best way to install an application with connection p ooling

2003-09-03 Thread Kevin Passey
John, I can easily deploy a basic app using the manager. But when it comes to deploying something that needs additional Context information I come un-stuck. I basically have an app that I want to connect to an AS/400 database using connection pooling. The only way I can get it to work is to

Re: Which is the best way to install an application with connection p ooling

2003-09-03 Thread John Turner
If you are using a WAR file, put your entire Context block into a file called (your-webapp).xml and stick it in META-INF. Whatever is legal in a Context block in server.xml is also legal there. Then you can deploy the WAR file using the manager app froma remote system. The admin and manager