- This topic has 6 replies, 3 voices, and was last updated 19 years, 10 months ago by
Randy Burgess.
-
AuthorPosts
-
minelhaj@netonomy.comMemberhi all,
I can not deployed my web application as an exploded archive on tomcat web server. Does anyone has experienced this ?
Any hep welcome.
thanks.
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Also please describe what is happening exactly so we can see what is going on.
Randy BurgessMember@support-rkalla wrote:
Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Also please describe what is happening exactly so we can see what is going on.
I’m having some similar problems. My environment:
WinXP SP2
Eclipse 3.1 final, fresh installPlugins:
ME 4.0 M2 fresh install
KeepResident
oXygen XML
Log4E
SoapScope 1.1
JadClipse
JDepend
PMD
Java2Html
JDK 1.5 for Eclipse and JBoss/TomcatWhen I open the deployment dialog and select either Tomcat or JBoss for one of my projects the Deploy location is blank, but the other project I have in my workspace right now is filled in correctly with whichever app server to which I want to deploy, when I select one. As a work around I’m using Custom Location for the ‘problem’ project. When I make changes to the ‘other’ project the changes are not being automatically propogated to JBoss, I have to manually redeploy that project to test the change, which is a PITA.
I created a new workspace for Eclipse 3.1 and imported my projects from CVS so the cache from my other Eclipse installation/setup would not conflict with the new one. I was not having this problem with 3.8.4 on 3.02 using JDK 1.5 on the same box.
Riyad KallaMemberRB,
Open up the problem project, open the project properties, go to MyEclipse-Web and re-fill out the Web Root context. Sometimes this value gets emptied out for some reason and one of the symptoms is the “empty location box” you are seeing.
Randy BurgessMemberThanks for the quick reply! OK, that’s fixed, what about changed files not being automagically redeployed?
Riyad KallaMemberYou need to be using an exploded deployment, if you are, then make sure that Project > Build automaitcally is checked in your menu. Now the changes should be deployed. If you still aren’t seeing them real-time, make sure the context you are deploying to is setup to be “reloadable=true”.
Randy BurgessMemberThe context.xml file was in the wrong location for JBoss so the reloadable flag wasn’t being set for my context. The file was probably going to deploy/tmp/** and not being reloaded in the context.
Thanks!
-
AuthorPosts