cancel
Showing results for 
Search instead for 
Did you mean: 

how to start webdynpro console

Former Member
0 Kudos

Hi,

What is path for logon to visual administrator? How we can start the j2ee engine? Is it necessary to keep start webdynpro console to develop/customize webdynpro (java) application?

Thanksu2026

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kundan,

To develop webdynrpo applications u need to start the J2EE engine.

To Start the tool:

For an ABAP + J2EE system (J2EE Add-In):

1) On Windows:

Run \usr\sap\<SAPSID>\DVEBMGS<xx>\j2ee\admin\go.bat.

2) On UNIX:

Run /usr/sap/<SAPSID>/DVEBMGS<xx>/j2ee/admin/go.

For a J2EE system:

1) On Windows:

Run \usr\sap\<SAPSID>\JC<xx>\j2ee\admin\go.bat.

2) On UNIX:

Run /usr/sap/<SAPSID>/JC<xx>/j2ee/admin/go.

The J2EE Engine Visual Administrator is a graphical user interface (GUI) that enables administration of the whole cluster, all cluster elements, and all modules running on them. It provides remote monitoring and management of managers, services, libraries, and interfaces working on each element in a single GUI.

Follow the help link describes all about Visual Administrator.

[Visual Administrator|http://help.sap.com/saphelp_nw04/helpdata/EN/39/83682615cd4f8197d0612529f2165f/content.htm]

[HELP|http://help.sap.com/saphelp_nw70/helpdata/EN/23/fa1f1e5f6841cf92c64dc19d79f290/content.htm]

Regards,

srikanth

Former Member
0 Kudos

Thanks for your input.