Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Web Application Server / Java
in the Java Cartridge parameter page of the administration
web system, enter a new parameter:
JavaCacheTimeout
its value should them be set to
10
You can also force a reload by doing a manual shutdown of the system (and then re-start):
owsctl stop listener_name
owsctl stop wrb
owsctl start wrb
owsctl start listener_name
Please feel free to participate in a discussion forum specifically devoted to the Oracle Application Server located at
http://www.dejanews.com/~oracleappserver
There is also a mailing list available:
mail to listproc_at_cpa.qc.ca with no subject and in the body: SUBSCRIBE OraApps-L your name here
In article <36CA730C.6F3C2641_at_spin.ch>,
sjo_at_spin.ch wrote:
> Hi
>
> I'm using Oracle Web Application Server 3.0.1 for Linux. I'd like
> to run Java programs in the Java cartridge. Problem: The cartridge
> caches all classes, so that subsequent changes to my classes
> (by recompiling) have no effect. How can I force the Java
> cartridge to restart?
>
> bye
> --
> Sam Jordan
>
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Feb 17 1999 - 22:41:16 CST
![]() |
![]() |