Jetty: HTTP ERROR: 503/ Service Unavailable

后端 未结 5 2221
遥遥无期
遥遥无期 2020-12-18 22:06

I\'m new to Jetty, I tried to run the sample program here \"http://www.codeproject.com/Articles/128145/Run-Jetty-Web-Server-Within-Your-Application\" but I got error messag

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-18 22:41

    I had the same problem. I solved it by removing the line break from the xml file. I did

    
        
            update
            makePdf
            
                com.myclass
                new
            
            makePdf
        
    
    

    instead of ...

    
                com.myclass
    
                new
    
    

提交回复
热议问题