Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Nothing in WEB-INF! (Nothing in WEB-INF/lib or WEB-INF/classes)
Nothing in WEB-INF! [message #509556] Fri, 22 January 2010 21:44
Jessica  is currently offline Jessica Friend
Messages: 1
Registered: January 2010
Junior Member
Hi All,

I created a "Dynamic Web Project" using Eclipse. I have added some jars into my projects lib directory and etc.. but when I try to deploy my project to my GlassFish server, nothing gets put into the WEB-INF lib or classes directories!

My classpath has all of my jars with the following attribute:

<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>


This is what my common.component file looks like:

<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="myProject">
        <wb-resource deploy-path="/" source-path="/WebContent"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/java"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/test/java"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/resources"/>
        <property name="context-root" value="myProject"/>
        <property name="java-output-path"/>
    </wb-module>
</project-modules>


Why is both WEB-INF/lib and WEB-INF/classes empty! Sad

Please let me know if you guys need any additional information.

Thanks everyone in advance!!
Previous Topic:What are the default values for minoccurs and maxoccurs?
Next Topic:extending javascript content assist for script partition of html editor?
Goto Forum:
  


Current Time: Thu Apr 25 11:24:25 GMT 2024

Powered by FUDForum. Page generated in 0.02635 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top