| Reconverting an existing web project to a Dynamic [message #876785] |
Fri, 25 May 2012 05:26 |
David érez Messages: 221 Registered: July 2009 |
Senior Member |
|
|
My objective is to launch my app by using the J2EE Preview.
I have created a dummy Dynamic Web project, and copied the required natures and settings.
I create a new J2EE Preview server, and I see the dummy project but not my project.
Questions:
1) What is the best way of launching for debugging and testing a web app?. I think is hte J2EE preview server
The Run-Jetty-run plug-in (an alternative) is failing.
2) Why my project isn't shown in the list of "resources" to add to the project. My project is Maven based.
Here is my .project:
<projectDescription>
<name>webIma</name>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
I have tried many approaches: remove the project and add it again in the workspace, restarting Eclipse, .....
Thanks in advance for any help.
|
|
|
Powered by
FUDForum. Page generated in 0.01553 seconds