• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Tomcat virtual host and struts

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i buy a tomcat virtual host config like this:
<Host name="www.xxx.com" debug="0" autoDeploy="false" appBase="/home/xxx/web">
<Context path="" docBase="" debug="0"/>
<Alias>xxx.com</Alias>
</Host>
The web master has disabled the tomcat manager
so if i want to use the manager shall i change
it to
<Context path="/manager" debug="0" privileged="true" docBase="/path-to/server/webapps/manager"/>
it that ok ?
i then upload struts-blank (unpacked) ,but i
cann't load the Welcome.do it says
The requested URL /Welcome.do was not found on this server.
i do nothing with all the code in struts-blank directory ! what is the problem ?
[ May 26, 2003: Message edited by: Tiny Star ]
 
Tiny Star
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BTW:
i am sure that struts can find struts-config.xml
so it has nothing to do with the path of the struts-config.xml i think maybe the ActionServlet has not been load. what config in tomcat can prevent ActionServlet being loaded ???
 
Tiny Star
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sloved!
 
Would you like to try a free sample? Today we are featuring tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic