Urgent Help Required ! How to deploy an entire Application on weblogic.

HI All,

I am new to Weblogic.I am trying out an example.

Which contains 3 EJB's one session and two entities.

It also has JSP's as clients.I need information as how to deploy those JSP's( I mean which folder of weblogic) so that weblogic will run as both app server as well as a webserver.I am connecting to oracle thru weblogic connection pool.One more problem I am facing is while trying to deploy just the three beans using EJBC ...I am getting an error

ERROR: Error from ejbc: Unable to load a class required by your EJB: examples.ejb.beans.projentity.ProjHome

ERROR: ejbc found errors

Pls let me where can be the problem for compiling using EJBC

If anyone can give me the STEPS INVOLVED in such a deployment.I will try again.

I want to make it up and running on one machine using local host.

Kindly help

Thanx

Sanjeevk_sahu1

[912 byte] By [sanjeevk_sahu1] at [2007-9-26 2:35:53]
# 1

The easy way to do this is.......

1. Copy the files (including jsp's) you want your web server to use into:

<weblogicHome>/config/<defaultDomain>/<DefaultWebApp>

2. Also, put the home interfaces of you EJB's + any other supporting Java classes below this directory.

3. Copy the jar file containing your EJB's (home/remote/bean classes) into:

<weblogicHome>/config/<defaultDomain>

4. Remember that your jar file should contain a META-INF/ejb-jar.xml and a META-INF/weblogic-ejb-jar.xml

I suggest you do this in steps getting the JSP's working first. You may find it useful to set weblogic to output all notifications so that you can see just what is going on.

Hope this helps,

KMS

kevinms at 2007-6-29 10:02:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...