cancel
Showing results for 
Search instead for 
Did you mean: 

Login module development in CE7.1

Former Member
0 Kudos

Hi,

I'm trying to create a custom login module in Netweaver CE 7.1. The code fails to compile on the following import statements:

import com.sap.engine.lib.security.http.HttpCallback;

import com.sap.engine.lib.security.http.HttpGetterCallback;

import com.sap.engine.lib.security.http.HttpSetterCallback;

In Netweaver 7.0 this required the external jar util.jar in the build path, however in CE7.1 this jar file seems to be gone. Does anyone have an idea which jar file provides these classes in CE7.1?

Best regards,

Jos van Vlimmeren

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gareth,

In the meantime I succeeded. util.jar apparently has a new name in CE7.1 - as do most jar files by the way - it's now named sap.comtcbljkernel_utilimpl.jar

The location of the file is \usr\sap\<SID>\JC<XX>\j2ee\cluster\bin\system

Hope this helps you too!

Best regards,

Jos

Former Member
0 Kudos

Hi Jos,

Funnily enough I was trying to do this yesterday too and have also successfully achieved it in the past on other Portal systems...

I was following the guide here - http://help.sap.com/saphelp_nwce10/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm

I didn't get any problems with it not finding the correct .jars for building it, instead I was getting errors with the .jsp taglibs I think.

To be honest, I gave up as I couldn't figure out what value to give in the application.xml file against the element module id - the help says:-

<module
    id="WebModule_1183039485065">

But I couldn't figure out the significance of that so stopped!

I also couldn't get my NDS to build a deployable archive so just gave up - sometimes I think SAP help has a lot of holes where it needs more detail...

Gareth.