• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem accessing the application from tomcat

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I downloaded apache-tomcat-4.1.34 and unzipped the file into
C:\tomcat\ so this is the directory structure i have

C:\tomcat\apache-tomcat-4.1.34
i want to create myapplication.xml.

the documents tell me to go under C:\tomcat\apache-tomcat-4.1.34\conf\catalina\localhost
and create myapp.xml file.

but there is no catalina folder under C:\tomcat\apache-tomcat-4.1.34\conf
so i created catalina\localhost and put myapp.xml file there.

when i try to hit http://localhost:8080/myapp, I get a file not found 404 error.
can anyone please point out what i did wrong.

thanks,
Gayatri
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Firstly, why such an ancient version of Tomcat?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic