aspose file tools
The moose likes JSP and the fly likes Not able to view the folder contents Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Not able to view the folder contents" Watch "Not able to view the folder contents" New topic
Author

Not able to view the folder contents

shekar march chandra
Greenhorn

Joined: Jul 07, 2005
Posts: 25
Hi ppl,

Good Afternoon.

I am using tomcat.I created a folder by name test in webapps and all the relevant folders in that application(test)folder. i.e web-inf, classes, lib, web.xml(blank)etc.

i have kept classes ,lib and web.xml in web-inf.

Now, when i say http://localhost:8080/test it is saying test not found.

could anybody tell whatz the problem.

Thanks,
chandra
Kalyana Sundaram
Ranch Hand

Joined: Mar 18, 2005
Posts: 94
1) First & foremost, just verify whether this problem repeats when you restart the TOMCAT
2) if the problem persists verify your web.xml

You must have your welcome-files defined in the web.xml. If thats not defined atleast you must be able to see the directory listing.


Only those who will risk going too far can possibly find out how far one can go !!!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56152
    
  13

web-inf != WEB-INF


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Not able to view the folder contents
 
Similar Threads
compiling and deploying into Tomcat
doubt in create new webapplication and deploy
running servlet problem
How can I get my HelloWorld Servlet to Run?
tomcat problem