- This topic has 6 replies, 2 voices, and was last updated 19 years, 4 months ago by
senthilkumartnr.
-
AuthorPosts
-
senthilkumartnrMemberI have Myeclispse IDE connected to the weblogic 8.1.4. The security setup is not working when I deploy the application from myeclipse and run them.
But if I create EAR and deploy that through the weblogic console it works fine.
Do I need to configure the myeclipse to work with weblogic security ? If yes let me know the steps.
Thansk in advance for the help.
March 8, 2006 at 10:40 pm #248115
Riyad KallaMemberIf you navigate back to your WebLogic connector settings, there are fields for the security policy file as well as the JAAS login config file, I don’t know if this helps you and I’m not that farmiliar with WL unfortunately.
March 9, 2006 at 10:41 am #248186
senthilkumartnrMemberIs there any one who can help on my Question.
I need to debug the application from Eclipse. So I am deploying the application from Eclipse to weblogic. But my security (Realms) is not getting effected. I am not able to login to the application.
But if I deploy the application directly to the WL server using console, application works fine.
Anybody have experienced this issue. Help me.
Thanks for the help.
March 9, 2006 at 11:53 am #248200
Riyad KallaMemberWhy not just use a remote debugging session so you can start weblogic externally, deploy your app and debug it? Documentation is here:
http://www.myeclipseide.com/images/tutorials/quickstarts/remotedebugging/March 9, 2006 at 2:28 pm #248217
senthilkumartnrMemberHi
I followed the steps from the link, I am getting the Failed to Connect to Remote VM. Connection Timed out. error.
Is there any steps I need to do before luncing the remote Debug ?
March 9, 2006 at 2:53 pm #248218
senthilkumartnrMemberHI ,
I am able to connect to the remote vm from Myeclipse to WL. but when I try to access the application http://localhost:7001/myApp , I am getting
Error 404–Not Found
From RFC 2068 Hypertext Transfer Protocol — HTTP/1.1:
10.4.5 404 Not FoundCan some one help me on this ?
March 9, 2006 at 2:57 pm #248219
senthilkumartnrMemberDo I need to install the application using the Weblogic console, because I am not seeing the application in the Weblogic console. But its present in the path i mentioned.
-
AuthorPosts