| Author |
Deploying Grails App on Tomcat/Websphere
|
Bill Lee
Greenhorn
Joined: Feb 02, 2007
Posts: 20
|
|
|
I am new to Grails and have been working on an application with Oracle as back-end. Currently I have it deployed to the Jetty server, but I need to deploy it to tomcat or websphere. I am not sure if I have to change a setting in the Config.groovy file or if there is something, but any help would be appreciated. Thanks.
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
|
I can't speak for Websphere but as far as Tomcat goes, make sure your DataSources.groovy has the right DB info in the production settings, run grails war, and deploy the generated WAR.
|
My Blog | DZone Articles
|
 |
Bill Lee
Greenhorn
Joined: Feb 02, 2007
Posts: 20
|
|
Gregg,
Thank you very much. It was the production settings in DataSources.groovy. Have a nice day.
|
 |
 |
|
|
subject: Deploying Grails App on Tomcat/Websphere
|
|
|