• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic 8.1 Deployment using Eclipse OEPE

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Oracle Enterprise Pack for Eclipse 3.4 (Ganymede) and have configured a Weblogic 8.1 server on localhost in it.
The Weblogic server domain has some applications (WAR modules) deployed on it.
These applications are showing under the 'Published Modules' section of the server.

I want to import one of the modules as a Dynamic Web Project in my Eclipse workspace, make changes in it and Republish (basically, Redeploy) onto the server.

To achieve this, I tried to import the Project using File -> Import -> General -> Existing Projects into Workspace and browsed for the module folder under 'applications' folder under the domain. But, it did not work.

Please let me know how I need to go about this in order to modify an existing application and redeploy.

reply
    Bookmark Topic Watch Topic
  • New Topic