| 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
|
|
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
|
 |
 |
|
|
subject: how to fix "description the requested resource () is not available"
|
|
|