aspose file tools
The moose likes Tomcat and the fly likes Project Directory not browse in my site. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Project Directory not browse in my site." Watch "Project Directory not browse in my site." New topic
Author

Project Directory not browse in my site.

Prakshep Jani
Greenhorn

Joined: Nov 02, 2011
Posts: 2
Hi all,

My application is running well. but issue is that the application directory is not browse in site.

e.g.

http://localhost:8080/app/maps

and i gos the error like this,


The requested resource (/maps/) is not available.

Now i want to create link of that mapsfiles which is arrived from the above url.

what i will do

Thanks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
How is the "apps" web application defined in the web.xml file residing in the apps/WEB-INF directory?

Bill

Java Resources at www.wbrogden.com
Prakshep Jani
Greenhorn

Joined: Nov 02, 2011
Posts: 2
This is the dumy name you can also take my actual project Name "PortalADL"
In Tomcat webapp/ have this and with in that the no of subdirectory like,

webapp/
PoratalADL/
1/
2/
3/
web.xml

So i want to show in browser like this when i hit the URL http://localhost:8080/PortalADL/1
Index of PortalADL/1
Parent Directory
11.pdf
12.pdf
and so on.

so what i will do for doing so.

Thanks.

lokesh pattajoshi
Ranch Hand

Joined: Jul 29, 2009
Posts: 130
hi,

You have placed your web.xml file in wrong directory. It should be under projectHomeDirectory/WEB-INF/web.xml.

Regards,
Lokesh
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Project Directory not browse in my site.
 
Similar Threads
Which browser do you use?
Building a non-file based Eclipse plug-in
Setting file permissions
Getting error to upload file
Hi