Hi,
I am new to weblogic and I have installed weblogic 8.1 in my machine.
I have configured a new domain by name TSdomain.
Its directory structure is :
C:\bea\user_projects\domains\TSdomain\
I have placed a folder by name defaultWebApp under C:\bea\user_projects\domains\TSdomain\applications
defaultWebApp
->index.jsp
WEB-INF
--> classes(HelloWorld.class)
--> weblogic.xml
--> web.xml
Now when I am trying
http://localhost:7001/index.jsp page is not displaying.
please clarify these questions.
1) I havent modified any of the files setEnv.cmd, config.xml or startweblogiccmd.
2) I havent set the class path.
Do I need to set the class path.
I worked in tomcat and not able to figure out thsi thing.
weblogic.xml
------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE weblogic-web-app
PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
"http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
<weblogic-web-app>
<jsp-descriptor>
<jsp-param>
<param-name>
pageCheckSeconds
</param-name>
<param-value>
1
</param-value>
</jsp-param>
<jsp-param>
<param-name>
verbose
</param-name>
<param-value>
true
</param-value>
</jsp-param>
</jsp-descriptor>
<virtual-directory-mapping>
<local-path>@SAMPLES_HOME/server/</local-path>
<url-pattern>/examples/*</url-pattern>
</virtual-directory-mapping>
</weblogic-web-app>
Please help me in this regard.
Thanks
Krishna Mohan