cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable Jar cache on Application Server

Former Member
0 Kudos

Hello,

I am now developing a Webdynpro Project in the following enviroment:

Windows 2003 Server 64Bit SP2

JDK 5.0 Update 12

Windows x64 Platform

info at sun Installation Notes , Supported System Configurations

C:\Program Files\Java\jdk1.5.0_12

NetWeaver Composition Environment 7.1 (Application Server Java)

Since I need always change my code wiin a jar file and upload it as a library.

The default behavior of Application Server is to support java cache locally in JVM. That brings me many problems (Like can't find new implemented class by dynamical class loader, ref. http://www.szegedi.org/articles/remotejars.html )

It there any way to disable JAVA cache on the Application Server?

Besides, someone told spawning a new JVM for loading the jar may also work. Does our AS support spawning JVM explicitly?

Message was edited by:

Zenghuan Shan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I also want to know if it is possible to disable the cache on server. In my situation, we are deploying the par file (portlet archive) to development server. Could anybody please help?