Operating System - HP-UX
1753408 Members
7293 Online
108793 Solutions
New Discussion

HPUX AAA Server Manager gui servlet problem

 
SemihBATTAL
Advisor

HPUX AAA Server Manager gui servlet problem

Hello,

 

Could someone please post a working web.xml for the HP-UX AAA Server Manager. ( /opt/hpws22/tomcat/webapps/aaa/WEB-INF/web.xml ).

I can't get the servlets to work with the default web.xml, which contains a reference to the "invoker" servlet which causes an exception on startup.

 

If I delete 

 

<servlet-mapping>
  <servlet-name>invoker</servlet-name>
  <url-pattern>/servlet/*</url-pattern>
</servlet-mapping>

 

and add 

 

<servlet>
  <servlet-name>RadiusExec</servlet-name>
  <servlet-class>com.hp.aaa.admin.RadiusExec</servlet-class>
</servlet>

<servlet-mapping>
  <servlet-name>RadiusExec</servlet-name>
  <url-pattern>/servlet/*</url-pattern>
</servlet-mapping>

 

I can get "RadiusExec" servlet to work.

 

Thanks in advance,

 

Semih BATTAL

Computing Dept. Manager

Edirne Giyim Sanayi A. S.

2 REPLIES 2
pyzze
Occasional Advisor

Re: HPUX AAA Server Manager gui servlet problem

Hi Semih BATTAL,

 

Did you managed to solve this issue? I am stuck in this same problem.

 

Thanks,

José Almeida

SemihBATTAL
Advisor

Re: HPUX AAA Server Manager gui servlet problem

Hi José,

I am really sorry for missing your post for 3 years... 
I was not aware of it until a few minutes ago...

HP Support kindly sent me a web.xml to try, it fixed most problems.

But in the end, I decided not to use the GUI to manage the AAA server, instead I'm using the flat files for configuration.

Best regards,

Semih BATTAL