Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Dependent web modules don't deploy
Dependent web modules don't deploy [message #150723] Mon, 05 December 2005 05:55 Go to next message
Eclipse UserFriend
Originally posted by: compsci101.hotmail.com

I'm wondering if anyone else is experiencing this same problem under
WTP1.0 RC1:

I have a web project that depends on another utility web project -- on
project deployment, however, only the main project gets WAR'd up. The
utility project does not.

The utility project DOES contribute to the build, however -- Java classes
depending on classes in the utility project compile properly.

Does anybody know how I can get the utility project to deploy as well?

Thanks,
C
Re: Dependent web modules don't deploy [message #150747 is a reply to message #150723] Mon, 05 December 2005 11:18 Go to previous messageGo to next message
Darryl Miles is currently offline Darryl MilesFriend
Messages: 123
Registered: July 2009
Senior Member
Constantine Georges wrote:
> I'm wondering if anyone else is experiencing this same problem under
> WTP1.0 RC1:
>
> I have a web project that depends on another utility web project -- on
> project deployment, however, only the main project gets WAR'd up. The
> utility project does not.
>
> The utility project DOES contribute to the build, however -- Java
> classes depending on classes in the utility project compile properly.
>
> Does anybody know how I can get the utility project to deploy as well?

Deploy ? as in get copied into WEB-INF/lib inside the super-project's WAR ?

Sounds like you have the required projects setup correctly in the build
path of the super-project, good for the build.

But you dont have J2EE Module Dependancies configured in the
super-project, not good to test/export.

Right click on the super-project -> Properties find J2EE Module
Dependancies and you should see listed your sub-project that you can
tick. If you dont check the project types of both projects (Properties
-> Server).

Darryl
Re: Dependent web modules don't deploy [message #151475 is a reply to message #150747] Mon, 12 December 2005 17:06 Go to previous message
Eclipse UserFriend
Originally posted by: dserodio.gmail.com

Darryl L. Miles wrote:
> Constantine Georges wrote:
>> I'm wondering if anyone else is experiencing this same problem under
>> WTP1.0 RC1:
>>
>> I have a web project that depends on another utility web project -- on
>> project deployment, however, only the main project gets WAR'd up. The
>> utility project does not.
>>
>> The utility project DOES contribute to the build, however -- Java
>> classes depending on classes in the utility project compile properly.
>>
>> Does anybody know how I can get the utility project to deploy as well?
>
> Deploy ? as in get copied into WEB-INF/lib inside the super-project's
> WAR ?
>
> Sounds like you have the required projects setup correctly in the build
> path of the super-project, good for the build.
>
> But you dont have J2EE Module Dependancies configured in the
> super-project, not good to test/export.
>
> Right click on the super-project -> Properties find J2EE Module
> Dependancies and you should see listed your sub-project that you can
> tick. If you dont check the project types of both projects (Properties
> -> Server).

It's not working for me, I marked a project as a "J2EE Module
Dependency" for another project but it's still not deployed. How can I
debug what's happening?

Thanks,
Daniel Serodio
Previous Topic:dependency deplyoment tomcat
Next Topic:Publishing problems with RC1 & RC2
Goto Forum:
  


Current Time: Tue Apr 30 04:16:09 GMT 2024

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

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

Back to the top