deployment - How to disable the "autodeploy" to server feature in an Eclipse web project -
I am using Eclipse (J2 EEE Galileo) and I have created a dynamic web project and it is a server ( JBs).
Now, whenever I make changes to one of my JSP pages, the eclipse server will create a war file and autoplayuplayer. It is sometimes useful, but sometimes it is more on the way for me.
I would like to disable this feature, and use the "publish" feature whenever I want. I still want to run the server from Eclipse.
But I can not find any setting for this, can someone give me a hint?
Open the server view (window -> Show Show -> Server)
Open your server configuration from the server and show a page with your server name, runtime environment etc. On that page
will be a brief panel called 'Publishing', which lets you configure or disable automatic publishing.
Comments
Post a Comment