Here's an example:

1. Copy jckeck.ear to orion/applications

2. config/default-web-site.xml :
  <application name="jsp-tests" path="../applications/jcheck.ear" />
  <application name="servlet-tests" path="../applications/jcheck.ear" />

3. config/server.xml :
  <application name="jsp-tests" path="../applications/jcheck.ear" />
  <application name="servlet-tests" path="../applications/jcheck.ear" />

4. Launch your browser for the new contexts:
        http://yourserver:port/jsp-tests
        http://yourserver:port/servlet-tests

HTH,
Arun.
 

"Steele, Robert" wrote:

 

Can anyone give me a quick run down on the process necessary to deploy and 'ear' file that was created using Sun's DeployTool?

Better yet, can anyone off an alternative tool to use with the Orion server?

I ask in reference to my previous post regarding Monica Pawlan's J2EE tutorial on the Sun site. All I wish to do is get through the tutorial, so if someone has already done this and can offer some guidance, I would appreciate it greatly.

MOS

Reply via email to