aspose file tools
The moose likes Tomcat and the fly likes Deployment error in Apache Tomcat.  Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Deployment error in Apache Tomcat.  " Watch "Deployment error in Apache Tomcat.  " New topic
Author

Deployment error in Apache Tomcat.

Mitsuki Fujisaki
Greenhorn

Joined: Oct 05, 2008
Posts: 1
I'm currently trying to develop a web application in Netbeans 6.1, using Apache Tomcat 6.0. Even when I freshly create a whole new application (enterprise app), and deploy it, it gives me a "Failed to deploy application at context path /Olympics-war" error.

I'm not quite sure what I've configured wrong; I've set Olympics-war's context path to "/Olympics-war", and followed the textbook's graphic-aided steps assiduously. Yet I come smack face-to with this error, and there isn't even any CODE in the project at the moment.

I'd deeply appreciate any help if it's possible. Thanks!
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8147
    
  52

Please post the entire exception stacktrace. Also, what does your Olympics-war contain? Do you have a WEB-INF folder inside the WAR? And does the WEB-INF have a web.xml inside it?


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Deployment error in Apache Tomcat.
 
Similar Threads
tomcat 6 - how to define context root name diff than WAR file name
Simple JSF applicaiton - Error
Problem with context in server.xml
Tomcat weirdness -- incomplete WAR explosion, display of out-of-date (cached?) JSP
Context hell