Z
zigzagdna
I am new to Eclipse. I am developing some web services.e.g., MyService, using Dynamic Web project. I setup a local tomcat inside Eclipse at port 8081.... I created Web Service and it seemed working. In addition to src and build folders, I do see webcontents folder and several folders under it including services/../MyService which are indication that my web service has been deployed under local tomcat.
I made some changes in java code. I do see class file date/time get updatedunder build/classes, but I do not see updates under webcontents/WEB-INF/services/MyService which has my classes, why? I do have hot update set to true in axis2.xxml file under MyService/.../webcontents/...
When I run my web service in Eclipse it does show the changes I have made in java code, so somehow they seem to be published to local tomcat; but I donot class date/time updated. I also added a new java class MyTest under Src. While it shows under build.. It does not show under contents?
1. How can I set automatic refresh of folders under webcontents ...
2. Why when I run my web services under Eclipse it runs just fine and showsthe changes I made.
Thanks a lot.
I made some changes in java code. I do see class file date/time get updatedunder build/classes, but I do not see updates under webcontents/WEB-INF/services/MyService which has my classes, why? I do have hot update set to true in axis2.xxml file under MyService/.../webcontents/...
When I run my web service in Eclipse it does show the changes I have made in java code, so somehow they seem to be published to local tomcat; but I donot class date/time updated. I also added a new java class MyTest under Src. While it shows under build.. It does not show under contents?
1. How can I set automatic refresh of folders under webcontents ...
2. Why when I run my web services under Eclipse it runs just fine and showsthe changes I made.
Thanks a lot.