web project organization in eclipse

Hi All,

I would like to split my web project into subprojects. for example, if

I build web app which includes forum and blog - I would like to develop

forum and blog as different web projects.

and in final app I would like to access forum and blog as

http://myapp/forum http:///myapp/blog

could anybody advise where I can find any examples how to setup such

projects?

is it possible to produce different war file for each app?

or , do I need to use ant to merge them together for each compilation?

thanks.

[572 byte] By [aaaaaa007a] at [2007-10-3 2:30:20]
# 1
if you create two WAR files, one called forum and one called blog and install them in Tomcat or whatever, they will automatically be accessed as http://myapp/forum and http://myapp/blog
codemwncia at 2007-7-14 19:29:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...