Yes. In local I have Tomcat server but in prod app runs on weblogic server. I want to use the same server instance to make sure that everything works fine on weblogic. Also starting and ans stopping server on local takes lots of time in local as many of the app configurations are loaded at the time of server startup.
So whenever i make any changes on my local starting server eats a lot of time. I tried Hotswap code replacement but it does not work. So I want to use one of the servers instances already running and use that for debugging my local code. It will help me in reducing unnneccessary time spent on startin servers again and again.
Main Topics
Browse All Topics





by: rajesh_balaPosted on 2009-06-19 at 08:23:53ID: 24667164
Why do you need to start the remote weblogic in dev mode?. any specific requirement for that?.
Are you seeing this issue when started in production mode?