cancel
Showing results for 
Search instead for 
Did you mean: 

How to use J2EE config tool on Linux

Former Member
0 Kudos

Hi All,

I'm part of the Duet project and we run some tested usinf J2EE on Linux .

All the configuratios are made remotely but we need o use the J2EE config tool on Linux and we don't know how .

I would like to receive information how to use it remotely.

I need for example to connect the J2EE UME to the ADS or BE .

Thanks to help me ,

Stephane

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_gabriel
Explorer
0 Kudos

Hi Stephane,

I'll elaborate a little on what Oliver said. Yes, you need to run /usr/sap/<SID>/<Instance>/j2ee/admin/go to run visual administrator and /usr/sap/<SID>/<Instance>/j2ee/configtool/configtool.sh to run the configtool on the os but remember that to run java apps that displays a gui, you need an x-server to produce the gui screens.

I think a standard linux install doesn't have xserver installed (I may be wrong). You can also run these tools on your PC via ssh or telnet session if you have an xserver configured on your PC and have X11 forwarding defined on linux.

I have used a freeware tool called cygwin on my winxp machine to ssh to linux server and display java gui tools such as visual administrator and configtool successfully, though with JSPM tool have found refresh rates a bit slow.

Hope that helps.

Regards

Stefan

oliver_hummel
Explorer
0 Kudos

Hi Stephane,

you have to start the configtool from the OS of the J2EE Engine.

On UNIX platforms, start

/usr/sap/<SID>/JC##/j2ee/configtool/configtool.sh

Regards,

Oliver

0 Kudos

Thank you