[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.jdt] Re: How to get hotswap with Eclipse 3.5 and WebLogic 10.1?
|
Dpwegener.gmail.com wrote on Thu, 10 September 2009 00:12
David M. Karr wrote:
> I'm trying to get hotswap working between Eclipse 3.5 and WebLogic 10.1.
>
Server launch configurations are created in the Run/Debug dialog like
other launches. You can open up the dialog, select your server and set
the arguments on the Arguments tab.
I managed to get this working, but it wasn't quite this simple. The launch configuration dialog in run configurations doesn't have an "Arguments" tab like most run configurations. The only thing I could do was change the name of the start script. Fortunately, I realized I could just create a new start script that calls the original start script, but sends my additional arguments.