PDA

View Full Version : Login commond configuration with WASCE



kannanMugundan
Apr 15th, 2009, 10:55 PM
Hi,

Any one tried to run the springBlaseDs M2 with spring security deployed on Websphere application server community edition ?

I guess we need to change the login command class in service config file.
currently my channelset.login works fine with spring blazeds M2 + spring security on Tomcat,but the same does not run on WASCE v2, So I tried to set the login command to WebSphere server, but login send failed error. I think we need to modify or write some extra code to map to our server.

Can any one guide me on how to do it.

please help me.
Thanks
Kannan

jeremyg484
Apr 16th, 2009, 08:10 AM
You should not need to configure a Websphere-specific login command. Can you provide more detail on what errors you saw when using the same setup as on Tomcat?

kannanMugundan
Apr 16th, 2009, 10:50 PM
Hi Jeremy ,

thanks and now I am able to run the project in WASCE v2.

1)Once I added geronimo-web.xml it worked, but the strange thing, when I was deploying SpringBlazeDs M1, it was not looking for geronimo-web.xml

may be some thing to do with M2 +security

But now it need that file. once I added that file to my project it worked.


My server was throwing java.lang.OutOfMemoryError: PermGen space when I tried to publish through WTP, even after increasing the heap size etc ,
some how when I exported it as WAR directly (thru web console) it worked.

Thanks