cancel
Showing results for 
Search instead for 
Did you mean: 

Test environement

Former Member
0 Kudos

Hi,

I have studied NWDS for 2 weeks.

To test my program (either Web Dynpro or J2EE),

I have to deploy to NWAS first.

Since NWAS require many resources (i.e., minimum 1GB memory for 2004s),

I wonder if every developer MUST have NWAS locally to test his program.

Isn't there any small J2EE engine embedded in NWDS such as Oracle's JDeveloper.

Moreover, can I have any clues of minimizing resouces consumed by NWAS,

such as minimizing memory used, stop components that is not necessary for debugging, etc.?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It's not mandatory to have a separate WebAS for every developer, although that has many advantages.

There is no small J2EE Engine included. NWDS is a modified Eclipse 2.0 with additional plugins.

Search SDN with for example "tuning WebAS".

Former Member
0 Kudos

Hi Pascal,

Thank you for your fast reply.

I followed your advice searching documents for tuning Web AS.

I found that I can specify startup mode of a J2EE application

by specifying it in application-j2ee-engine.xml.

I tried setting it by adding the following entry under <application-j2ee-engine>.

<start-up mode="lazy" />

Even NWDS (version 7.0.07) shows error in outline window,

I can deploy the application.

However, confirming from Visual Admin,

the value of "Startup Mode" displayed at Addition Info tab of "Web Container" service

still is "ALWAYS".

Am I doing anything wrong?

(I use NetWeaver 2004s SP7)

Moreover,

Can I change "Startup Mode" of already-deployed application without redeploy it?

Visual Admin seems always show it in read-only manner.

Thanks,