Change Tomcat Address on my localhost

前端 未结 3 407
不思量自难忘°
不思量自难忘° 2021-02-03 11:51

On my Tomcat, I have an HTML page.

I need to type the following address to make it run:

http://127.0.0.1:8080/BiddingSystem/BiddingSystem.html

but I want

3条回答
  •  自闭症患者
    2021-02-03 11:54

    Have a look at item 4 of O'Reilly's Tomcat tips:

    
        
            
            
            
            
            
            
            
                
                
                
            
    
            
            
                
            
    
            
        
    
    

    The relevant part is where the virtual host is defined (in the last tag).

提交回复
热议问题