- This topic has 2 replies, 2 voices, and was last updated 16 years, 1 month ago by harry.
-
AuthorPosts
-
harryMemberi have deployed my web project in the jboss server which is configured in the myeclipse. My question is , if i make changes to the code , are those changes are going to be reflected in the deployed war file, so that i do not have to undeploy and redeploy the war file.
if not ,what is the best way for the development where an application will be deployed in the form of .war file?
Or should i just test my development on tomcat server where the changes are copied over to the deploy directory of tomcate?
please reply
thanks,
Loyal WaterMemberharcharan,
If you deploy the app as an exploded deployment, the changes will be picked up without redeploying the app.You are facing an issue with exploded deployment? Can you go to MyEclispe > Installation Summary > Installation Details and paste the information here for me.
What version of JBoss are you working with?
harryMemberHi Nipun ,
These are the installantion details.
I have unable to hot deploy the changes that i make in my code to the Jboss server*** Date:
Wednesday, October 8, 2008 11:43:00 AM MST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
55c_74
-clean
-vm
C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe -
AuthorPosts