score:3

Accepted answer

if your web application is already a "dynamic web application", then you should be able to deploy it just by right clicking on it, then run as > run on server and choose the weblogic server runtime.

if this doesn't work, maybe you need to add the right facet to your project. right click on your project and go to properties > project facets and check that dynamic web module is checked.

if this still doesn't work, maybe recreate a "dynamic web application" from scratch and move (or copy) your sources to this newly created project.

many tutorials are actually available at the wtp community resources page. see for example using the eclipse web tools platform with apache tomcat. it is not specific to weblogic but if you already have it setup in eclipse, it should be easy to adapt the specific parts.

ps: it's hard to say anything about your sample project and the weblogic.xml as you didn't provide any detail about them. maybe try to follow the advices above and, if you still have problems, update your question with more information.

score:-1

question is missing much details. you can find some detailed help here

http://download-llnw.oracle.com/docs/cd/e13222_01/wls/docs90/deployment/index.html

score:0

there are a number of resources on using eclipse with weblogic, including oracl'es enterprise pack for eclipse. it's hard to tell without more information, but you need a weblogic domain configured with at least an admin server to deploy the web application to. when doing local development, it's acceptable to deploy applications to the admin server, but beyond this you typically want an admin server and a managed server where the application will get deployed to.

here's some info on eclipse and weblogic - http://www.oracle.com/technetwork/developer-tools/eclipse/learnmore/index.html


Related Query

More Query from same tag