[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] Re: changing project to dynamic web project fails miserbly???
|
- From: dean@xxxxxxxxxxxxx (Dean Hiller)
- Date: Fri, 11 Sep 2009 20:55:14 +0000 (UTC)
- Newsgroups: eclipse.webtools
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
yes, that file does exist....
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="xcore3">
<wb-resource deploy-path="/" source-path="/"/>
<wb-resource deploy-path="/" source-path="/input/javasrc"/>
</wb-module>
</project-modules>
and the source path is correct..not sure why there is two source paths
though. Not sure why this is not working.
I look at the tomcat folders that were created and in the config files, I
see
<!-- Define the default virtual host
Note: XML Schema validation will not work with Xerces 2.2.
-->
<Host appBase="webapps" autoDeploy="true" name="localhost"
unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false">
which is saying webapps but I can't find this nor the wtpwebapps folder.
I then do a search on my harddrive and found this...
D:\AAROOT\areas\voicelog5\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps
but there is nothing in there but ROOT/WEB-INF/web.xml. No other files
exist.
I guess I will try to start from scratch again and see if that helps but
not sure why I don't see anything deployed yet it is finding all the
web-app libs and just not my EJB3's project's classes.
If you see anything above that doesn't look right though, let me know.
thanks,
Dean