[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] can't seem to move from myeclipse to WTP???
|
- From: dean@xxxxxxxxxxxxx (Dean Hiller)
- Date: Thu, 10 Sep 2009 21:05:17 +0000 (UTC)
- Newsgroups: eclipse.webtools
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
We have a seam project and currently love that server view they have where
we can deploy our application and debug it, and it hot swaps code changes
and xhtml changes(annotation changes and pages.xml file changes don't work
and require a restart but that is alright considering the other two work).
Our directory structure is so...
project
---input
------javasrc - our src code (gets put in WEB-INF/classes)
------libinclude - jsf libs, libs we need, seam libs
- basically everything that gets put in WEB-INF/lib
------libexclude - jars we don't deploy like servlet-api.jar
------webroot - all our xhtml files
---------WEB-INF - the web-inf stuff excluding classes and libs
---output - our generation directory
We would LOVE to setup WTP so it does not generate anything in input dir
on down and only uses output if that is even needed. Currently we use
myeclipse and it basicaly deploys our app to tomcat moving the above files
into the correct places. Is there a way to do this with WTP and use the
server view to start the server and debug our seam app(keeping xhtml hot
deploy and class file hot deploy intact)???
thanks for any help on this!!!
thanks,
Dean