Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

managed server started by using node manager

Status
Not open for further replies.

nataliewong

Programmer
Sep 13, 2002
1
HK
Hi,

I've implemented node manager in my two server. s1 is the admin server and s2 is managed server. I can start managed server in s2 by using s1's admin console. Everything seems ok in starting and stoping.

However, there was a problem in running web application. If I started the managed server using startManagedServer in s2, the application is running fine. However, if I started it by using s1's admin console, the application is just 'loading' and nothing is displayed. I've tried to view logs in both server but nothing is found. Therefore, I didn't know what's happened.

Would you please help me? Thanks a lot!

Natalie
 
Check that the server classpath in the admin console matches the classpath used when you run startManagedServer

The server classpath can be found at:

Click 'Servers' in the admin console (in left hand panel)
Click the name of your server (probably s2)

You will now see the tabbed pages for the server. The first one (top-left), will be Configuration and the last one (BOTTOM-RIGHT) will be Remote Start (to the right of Compilers).

Select the 'Remote Start' tab and the fourth element is classpath.

If this is NOT set, then when you start the server via the admin console, the classpath of s2 will be the same as the classpath for admin server.

If it IS set, check it and make sure it is what you want.

That's a lot of typing so I'll let you try that for now...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top