Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-10 Thread Mammen
Hi John, I looked at your blog and I would like to see the entire deployment plan you are using, what kind of app you are trying to deploy and what problems you are having. There is a Spring integration in Geronimo article where you can find details on how to deploy in Geronimo each of

Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-10 Thread Guilherme Rios
The way I see it, a vanilla J2EE application would be deployed in Geronimo without problems. The issue is, when you depend on projects that Geronimo also provides and are not part of standard J2EE but became de facto standards, you have to use a vendor-specific deployment plan. This is not

Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-10 Thread Mammen
Guilherme Rios [EMAIL PROTECTED] writes: The way I see it, a vanilla J2EE application would be deployed in Geronimo without problems. The issue is, when you depend on projects that Geronimo also provides and are not part of standard J2EE but became de facto standards, you have to use a

How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-09 Thread Mammen
I had a difficult time deploying my application to geronimo. I have documented what I did at http://johnmammen.blogspot.com/2006/04/how-to-deploy-web-application-based-on.html If you have any question,clarification on the post, you can post it here and will reply to it.

Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-09 Thread Hernan Cunico
Hi John, I looked at your blog and I would like to see the entire deployment plan you are using, what kind of app you are trying to deploy and what problems you are having. There is a Spring integration in Geronimo article where you can find details on how to deploy in Geronimo each of the