cancel
Showing results for 
Search instead for 
Did you mean: 

Could not Running Deployed J2EE Application

Former Member
0 Kudos

Hi all,

I have create and deployed sucessfully one j2ee application on server. After deploying i saw newly created datasource name(alias)in JDBC Conector. But while running i got the following error messages.

You are not authorized to view the content of the requested directory.

Details: Directory listing is not allowed on this server.

I tried the following address

http://192.168.254.60:50000/gettingstarted-sql

gettingstarted-sql is the Context Root for my war file.Which is available in application.xml file.

Is there any grant permission to user.

Regards,

Mukesh mani.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The error sounds as though the application is looking for a shared directory rather than looking for the page

i.e looks like your application first page is not in the list of default pages. you can try access the site providing the complete url upto the first jsp.

like http://192.168.254.60:50000/gettingstarted-sql/firstpage.do(jsp).

Regards,

S.Divakar

Former Member
0 Kudos

Hi Divakar,

I solved the Problem,

Thank you

Answers (0)