HTTP Status 404 - The requested resource () is not available.

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

HTTP Status 404 - The requested resource () is not available.

mayura.patil
Hi,
I am trying to do a fresh Orbeon professional edition installation. I installed
Tomcat correctly and can see the tomcat homepage at "http://localhost:8080".
I created a directory called "orbeon" in webapps folder and uncommented the
security section in web.xml of orbeon.
But when I try to access "http://localhost:8080/orbeon",It gives me the
following error:
HTTP Status 404 - The requested resource () is not available.

I tried changing the name to Orbeon and OrbeonPE,restarted the service but
still the same error. Kindly help to resolve. Orbeon.log file is not generated
in the tomcat logs folder.
Please help.

Thanks and Regards,
Mayura.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: HTTP Status 404 - The requested resource () is not available.

Andy Kallenbach
Have you successfully deployed CE before? Did you install the trial license key?

May <[hidden email]> wrote:

Hi,
I am trying to do a fresh Orbeon professional edition installation. I installed
Tomcat correctly and can see the tomcat homepage at "http://localhost:8080".
I created a directory called "orbeon" in webapps folder and uncommented the
security section in web.xml of orbeon.
But when I try to access "http://localhost:8080/orbeon",It gives me the
following error:
HTTP Status 404 - The requested resource () is not available.

I tried changing the name to Orbeon and OrbeonPE,restarted the service but
still the same error. Kindly help to resolve. Orbeon.log file is not generated
in the tomcat logs folder.
Please help.

Thanks and Regards,
Mayura.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: HTTP Status 404 - The requested resource () is not available.

Erik Bruchez
Administrator
In reply to this post by mayura.patil
May,

Do you have a license.xml file under webapps/orbeon/WEB-INF/resources/config/ ?

Just in case also try with a trailing "/":

  http://localhost:8080/orbeon/

-Erik

On Fri, Dec 17, 2010 at 8:48 AM, May <[hidden email]> wrote:

> Hi,
> I am trying to do a fresh Orbeon professional edition installation. I installed
> Tomcat correctly and can see the tomcat homepage at "http://localhost:8080".
> I created a directory called "orbeon" in webapps folder and uncommented the
> security section in web.xml of orbeon.
> But when I try to access "http://localhost:8080/orbeon",It gives me the
> following error:
> HTTP Status 404 - The requested resource () is not available.
>
> I tried changing the name to Orbeon and OrbeonPE,restarted the service but
> still the same error. Kindly help to resolve. Orbeon.log file is not generated
> in the tomcat logs folder.
> Please help.
>
> Thanks and Regards,
> Mayura.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: HTTP Status 404 - The requested resource () is not available.

Alexey Vasyukov
In reply to this post by mayura.patil
Hi.
 
I tried changing the name to Orbeon and OrbeonPE,restarted the service but
still the same error. Kindly help to resolve. Orbeon.log file is not generated
in the tomcat logs folder.

Regarding logs - I had similar issue. Check WEB-INF/resources/config/log4j.xml if logs/orbeon.log points to right place. And what does catalina.out say on this issue?


Best regards,
Alexey


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
DL
Reply | Threaded
Open this post in threaded view
|

Re: HTTP Status 404 - The requested resource () is not available.

DL
It could be something simple like case sensitivity of url  in Tomcat.