Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a webapplication lets say at location

C:TestMyWeb

Every time I make some change I have to rebuild it via ant package command. Then I copy the MyWeb.war file into apache's webapp folder.

I want to avoid this build and copy thing after every change. How to bypass it?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
149 views
Welcome To Ask or Share your Answers For Others

1 Answer

Try using an IDE like eclipse and start your application from within the IDE. The IDE should automatically recompile your files and in most case can do a hot replace of the code so you don't need to restart.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...