score:3
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
Source: stackoverflow.com
Related Query
- Deploy Java EE Project in Weblogic
- How to deploy Java web application project from Eclipse to live Tomcat server?
- AWS - Unable to deploy java project to aws beanstalk from eclipse
- How to deploy an Eclipse java project into a jar file
- Eclipse: How to deploy ear project into separate managed server in Weblogic (non AdminConsole)
- Publishing Java EE project under Eclipse to WebLogic Server
- How to deploy a Java EE project built using eclipse with tomcat to world wide web?
- How to deploy a project using oracle 11g XE as backEnd to a Java front end
- How to Deploy Java Project using SVN in Eclipse IDE?
- Deploy Google App Engine Java Eclipse project with gcloud app deploy
- Eclipse and Java Configuration to deploy on weblogic 12C local server not work
- How to dynamically recompile and deploy Java project that a Spring Boot project is dependent upon?
- In Eclipse running a Java EE Web Server "Servlet" on Tomcat project attempts to deploy extraneous directories
- how to deploy web project on tomcat which has link with two java projects in eclipse
- WebLogic throws java.lang.ClassNotFoundException when I compile and deploy a change in my eclipse maven project
- Java project in Eclipse: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
- Java compiler level does not match the version of the installed Java project facet
- What causes imported Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?
- How to format all Java files in an Eclipse project at one time?
- How to change an Eclipse default project into a Java project
- Build Eclipse Java Project from Command Line
- Eclipse: The resource is not on the build path of a Java project
- import from another java project in eclipse
- How to locate the Path of the current project directory in Java (IDE)?
- Find unused classes in a Java Eclipse project
- How to simultaneously run all JUnit tests for a Eclipse Java project without Maven?
- Why doesn't my java compiler level match my installed project facet?
- Eclipse Open declaration in Java project
- How do I add a resources folder to my Java project in Eclipse
- This compilation unit is not on the build path of a Java project
More Query from same tag
- Debugging shared library residing in other directory in Eclipse/mingw
- NoClassDefFoundError for Play app with sbt using Eclipse
- Installing IBM MobileFirst Platform Studio 7.0.0 on Eclipse 4.4.2 (LUNA) failed with following errors
- After checking out Subversion code into Eclipse, how do I get it to build?
- created a HTML command in a java class method and imported it to JSP but it was not working
- error while downloading adt plugin
- Eclipse - Change the background color of selected file in the 'View' window
- subversive not installing on eclipse kepler
- EGit did not push layout files
- Simple spring-boot application with pom.xml and app.java is showing build failed error
- how to understand and use spring fuse with eclipse IDE?
- runing an android mobile application on android emulator
- Problem with increasing Java heap size in Eclipse
- Stepping problem in Eclipse CDT
- Lack of Content assist in Titanium
- Where can I download JDK 1.6u20 64-bit?
- Function 'strlen' could not be resolved - Eclipse cpp
- Use environment variable in PyDev Eclipse project file
- Setting up development Environment for android mini PC
- Eclipse project structure ANT and MAVEN
- How to make Eclipse run my program in a terminal
- Unable to sendkeys with html for hyperlink
- Get the minimum number out of a file and print. Python
- Export multiple JAR from Multiple Packages in Eclipse
- org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 15
- Hibernate do not update de path to search hibernate.cfg.xml
- Why is eclipse complaining when I try to close BufferedReader in finally block?
- Design a button in Android
- Android App Failed To Load On Blackberry Z10
- How do I set ${user} in Eclipse to get the correct @author tag?