Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> simple OAS question

simple OAS question

From: <chienli_at_uclink4.berkeley.edu>
Date: Mon, 09 Aug 1999 23:33:52 GMT
Message-ID: <7onoh0$8i3$1@nnrp1.deja.com>


Hi, I am trying to get started with a helloworld app using OAS's Jweb cartridge. I created my little java class file Helloworld.class. And then went through all the steps of adding the application, defining the virtual path, and then reloading the application, and starting and stopping the http listeners as well. However, when I type in the URL at /java/helloworld/Helloworld (which is my virtual path + class name) it simply gave me a requested URL was not found error. Can someone who did this before briefly tell me if there are some details I am missing? Here are the steps I took:

  1. Create Helloworld.class under c:\test\
  2. go to http://mymachine.com:8888/ to get to my OAS manager
  3. Add application, named it helloworld.
  4. Set up the cartridge, named it cart1.
  5. Set up virtual directory to be /java/helloworld and link it to c:\test\
  6. Edit environment variable CLASSPATH to include c:\test\ (I did not change the classpath var in my NT environment, is that ok?)
  7. Reload the applications
  8. Stop all listeners and then start them again
  9. tried to access my application using http://mymachine.com:8888/java/helloworld/Helloworld

if anyone recognize what I am doing wrong please correct me. thanks for your time
chienli

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Aug 09 1999 - 18:33:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US