开发者

Spring/Flex on Websphere

开发者 https://www.devze.com 2023-04-09 08:39 出处:网络
I have a simple hibernate/spring/flex project. The project was developed 开发者_高级运维under apache tomcat6. Can anyone point me how to proceed to deploy it on IBM webshphere v6.1? thanksIn general i

I have a simple hibernate/spring/flex project. The project was developed 开发者_高级运维under apache tomcat6. Can anyone point me how to proceed to deploy it on IBM webshphere v6.1? thanks


In general it should work if you project is J2EE 1.4 and JDK 5 compatible.

The most important step is to wrap an EAR around your WAR.

And on think I remember (I have such a port some time ago), is that you will need to change the Class loader order of the WAR!! in WAS to "parent last" (else you will get a lot of strange errors do to not compatible classes.)

And then you need to go form one problem to the next (sorry).

0

精彩评论

暂无评论...
验证码 换一张
取 消