Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » eclipse Galileo with Tomcat republishes the whole project(eclipse Galileo with Tomcat republishes the whole project when a change is made to the JSP)
eclipse Galileo with Tomcat republishes the whole project [message #501298] Tue, 01 December 2009 19:14 Go to next message
Shakeel  is currently offline Shakeel Friend
Messages: 5
Registered: October 2009
Junior Member
Hi, I am having an issue with the new Galileo eclipse. When I change a jsp and save it, it seems like republishing the whole project again. With Europa, it did not take more than a second to be able to see the new jsp changes. What is wrong with Galileo? Is this a configuration issue? Any setting in the menu?

Thanks.
Re: eclipse Galileo with Tomcat republishes the whole project [message #501469 is a reply to message #501298] Wed, 02 December 2009 13:51 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
Shakeel wrote:
> Hi, I am having an issue with the new Galileo eclipse. When I change a
> jsp and save it, it seems like republishing the whole project again.
> With Europa, it did not take more than a second to be able to see the
> new jsp changes. What is wrong with Galileo? Is this a configuration
> issue? Any setting in the menu?
>
> Thanks.

The Tomcat server support in WTP always tries to publish only the
differences after the first full publish. Why this doesn't seem to be
happening is likely unique to your situation, but without details, it's
hard to speculate further.

Cheers,
Larry
Re: eclipse Galileo with Tomcat republishes the whole project [message #501470 is a reply to message #501469] Wed, 02 December 2009 13:54 Go to previous messageGo to next message
Shakeel  is currently offline Shakeel Friend
Messages: 5
Registered: October 2009
Junior Member
This is happening to all the developers in our team. Europa did not behave this way
Re: eclipse Galileo with Tomcat republishes the whole project [message #501482 is a reply to message #501470] Wed, 02 December 2009 14:08 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
Shakeel wrote:
> This is happening to all the developers in our team. Europa did not
> behave this way

I'm not aware of any changes to the Tomcat support that would cause this
behavior. Some underlying support could have changed, but I don't think
typical projects would have been affected or the issue would have been
caught. I don't see this issue in my testing. So the question is what
is different about your project(s) or workspaces that may be triggering
this behavior.

Cheers,
Larry
Re: eclipse Galileo with Tomcat republishes the whole project [message #501519 is a reply to message #501482] Wed, 02 December 2009 16:08 Go to previous messageGo to next message
Shakeel  is currently offline Shakeel Friend
Messages: 5
Registered: October 2009
Junior Member
Hi Lary,

When we installed the new eclipse we were having the following issues:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=239859
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266268

to overcome this we had to point the build path to:
project/build/classes

I think this issue is causing the full redeployment. Is there any fix to the above mentioned two issues.

Thanks.
Re: eclipse Galileo with Tomcat republishes the whole project [message #501558 is a reply to message #501519] Wed, 02 December 2009 19:01 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
Shakeel wrote:
> Hi Lary,
>
> When we installed the new eclipse we were having the following issues:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=239859
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=266268
> to overcome this we had to point the build path to:
> project/build/classes
>
> I think this issue is causing the full redeployment. Is there any fix
> to the above mentioned two issues.
>
> Thanks.

Having "project/build/classes" as the Java output directory is the
default and shouldn't result in constant full publishing. Before trying
to dig further, please verify that the following doesn't help:

1. Remove all project(s) from the server
2. Perform a manual publish
3. Re-add project(s) to the server
4. Perform a manual publish

At this point modifying a JSP and performing a manual publish should
only publish the JSP. If such a publish still takes a long time, then
we'll have to figure out why the "delta" handling in the publish
operation isn't doing its job.

Cheers,
Larry
Previous Topic:error on webservice client generation
Next Topic:Problem deploying facelets projekt
Goto Forum:
  


Current Time: Fri Mar 29 10:26:02 GMT 2024

Powered by FUDForum. Page generated in 0.02349 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top