do I need to copy any
jsp file or jar file in c:/bea???
I have deployed my application. My path structure is:
c:/myapp/META-INF/application.xml
c:/myapp/myejb/META-INF/ejb-jar.xml
c:/myapp/myejb/META-INF/weblogic-ejb-jar.xml
c:/myapp/myejb/META-INF/weblogic-cmp-rdbms-jar.xml
c:/myapp/myejb/META-INF/classes/*.class
c:/myapp/WEB-INF/jsps/*.jsp
c:/myapp/WEB-INF/web.xml
c:/myapp/WEB-INF/weblogic.xml
I copy app.ear to c:/bea/wlserver6.1/config/mydomain/applications
Do I have to copy any other files in c:/bea? Do I have to copy gangster_list_applet.jsp or *.jar file in any folder in bea? If yes, which and where??? Please do let me know.
When I deploy my file, I get the output as
<Sep 25, 2002 12:32:26 PM PDT> <Debug> <HTTP> <Registering ServletContext:
"sempire_web:/myapp">
How do I run my jsp files to see if it gets the JavaBean instances? In case
I have a file gangster_list_applet.jsp.
Do I check it by specifying the url
http://127.0.0.1:7001/gangster_list_applet.jsp or is it something else?
Thank you
Ronak Parekh