Deployed petstore, but couldnt open on the browser

Hi Everyone,

I deployed Petstore using j2ee with out any problems, but then when i try to open it in browser using url http://localhost:8000/estore/index.html it gives me an error that application is not found and if i see j2ee dos prompt, the exception looks like this

javax.naming.NamingException: Unknown context name : /estore

at org.apache.naming.ContextBindings.bindThread(ContextBindings.java:207

)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV

alve.java:190)

at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)

at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:

2041)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j

ava:161)

at org.apache.catalina.valves.ValveBase.invokeNext(ValveBase.java:242)

at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.ja

va:225)

at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:975)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal

ve.java:159)

at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)

at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso

r.java:818)

at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja

va:897)

at java.lang.Thread.run(Thread.java:484)

I even tested if my webserver is running, and it works fine.

Can anyone help me.

Thanx in advance

[1593 byte] By [kvidya] at [2007-9-26 3:25:27]
# 1
Check your app server to see if the context name for PetStore has been set.
nodalnet at 2007-6-29 11:46:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...