hot deploying simple application in jetty

后端 未结 2 1532
萌比男神i
萌比男神i 2021-01-16 15:15

I am working with jetty hightide vesion 7 currently as a stand alone server. I have a simple web project with a couple of jsp\'s and backing classes that I am currently depl

2条回答
  •  天命终不由人
    2021-01-16 15:39

    If you want to use jetty maven plugin

       
            org.mortbay.jetty
            maven-jetty-plugin
            6.1.25
            
                10
                
                    
                    true
                
                ${basedir}/out/war/Spring2_5_6_war.war
            
        
    

提交回复
热议问题