Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [Wtp-wst-dev] Eclipse question

I am using JBoss 4.0 adapter
Deploy meaning the EAR file is built and migrated to the default JBoss deploy directory.  From there JBoss is doing a hot deploy of the new EAR file.  What I would like is to NOT have this process occur when I do a "run on server" of a JSP file within the EAR.
 
Basically I just want the web browser to open up pointing to the JSP file selected and nothing else.  That would keep JBoss and IE from stepping on each other.
 
Tim,  thanks so much for the reply.


From: wtp-wst-dev-bounces@xxxxxxxxxxx [mailto:wtp-wst-dev-bounces@xxxxxxxxxxx] On Behalf Of Timothy Deboer
Sent: Wednesday, November 01, 2006 3:44 PM
To: Web Standard Tools developer discussions.
Subject: Re: [Wtp-wst-dev] Eclipse question


Hi Melinda,

Which server/adapter are you using, and which definition of 'deploy' do you mean? I can't tell whether you're saying that you don't want to publish the EAR (only the web app that the JSP is in), or whether there is some deploy processing that you don't want.

Some servers only support running web apps when they are within an EAR. The server framework in WTP gets this information from the server adapter, so we would need to know which server you're using. One way to check this is whether you can use the Add/Remove dialog to add just the web app or whether the server adapter only lets you add the EAR.

For deploy, do you mean 'publish files to server', 'generate deployment code', or something else? Both of these operations should be incremental and only do the minimal change necessary to react to changes within your application.

Thanks,
Tim deBoer
deboer@xxxxxxxxxx



"Savoy, Melinda" <MelindaSavoy@xxxxxxxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

01/11/2006 01:55 PM

Please respond to
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>

To
<wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
[Wtp-wst-dev] Eclipse question





Is there an option in Eclipse 3,2 that I can set that states:  Do not deploy the EAR file when I right-click a JSP page to "RUN ON SERVER" option?

I did not see anything to that effect but thought someone out here would be lot more knowledgeable than I am and I would appreciate any direction, insight or help ASAP.

Regards.

Melinda Savoy
Sr. Programmer Analyst

Enterprise Systems


The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from disclosure under applicable law. If you are not the intended recipient, you are prohibited from copying, distributing, or using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from disclosure under applicable law. If you are not the intended recipient, you are prohibited from copying, distributing, or using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.

Back to the top