File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes how to fix Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "how to fix "description the requested resource () is not available"" Watch "how to fix "description the requested resource () is not available"" New topic
Author

how to fix "description the requested resource () is not available"

a sac
Greenhorn

Joined: May 24, 2012
Posts: 2
Hello,i'm newbie,i know this title have a lot,but i still not resolve my problem
- i have a project XXX,i copied all source code to .../webapps/ROOT/XXX folder and then i go http://localhost:8080/XXX . it alert "description the requested resource () is not available"
in another case,i login to tomcat manager and deploy XXX.war,then i see source code in webapps folder ,must not ROOT folder ? i don't know why ??

please help me

Thank a lot !
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56162
    
  13

a sac wrote:i copied all source code to .../webapps/ROOT/XXX folder

Wrong place! You should have copied it to webapps/XXX.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
a sac
Greenhorn

Joined: May 24, 2012
Posts: 2
Bear Bibeault wrote:
a sac wrote:i copied all source code to .../webapps/ROOT/XXX folder

Wrong place! You should have copied it to webapps/XXX.

OK,i had done that
Now,my project placed in "C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\xldt\xldt"
and in file server.xml ,i had added 1 line <Context docBase="C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\xldt\xldt" path="/xldt" reloadable="true" ></Context>
but , still not run

Please ,give me a way to resolve this problem


Thank a lot
 
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: how to fix "description the requested resource () is not available"
 
Similar Threads
Help on Servlets- web.xml not working
how to configure a jsp application?
How can I get my HelloWorld Servlet to Run?
Web.XMl in JSP
Web Application Folder