cancel
Showing results for 
Search instead for 
Did you mean: 

Add Logon Language option on Portal Logon Page

Former Member
0 Kudos

Hi Gurus,

I am using SAP Netweaver Portal 7.4 and trying to add logon Language option on Portal Logon Page.

I followed below blog to customize the logon page.

But I cannot find the jar files, which are mentioned by the blogger.

"1. Create a Java Project (in my case it's CTSJAAS) and add the following jar files to project Build Path

  • admin.jar
  • com.sap.security.api.jar
  • connector.jar
  • exception.jar
  • logging.jar
  • security.jar
  • security_api.jar"

Are there anyone that could help me to figure out where those files are in? I have tried to find it on Installation folder of Java instance, but seems like they are not totally the right files should be chosen.

Below is the list of jar files I have found on the installation folder of Java instance.

sap.com~tc~bl~jkernel_util~impl.jar

sap.com~tc~exception~impl.jar

sap.com~tc~je~appadmin~impl.jar

sap.com~tc~je~basicadmin~impl.jar

sap.com~tc~je~connector~impl.jar

sap.com~tc~je~security_api~impl.jar

sap.com~tc~je~security~impl.jar

sap.com~tc~logging~java~impl.jar

sap.com~tc~sec~ume~api~impl.jar

They helped me to pass some import statements, but still being stuck on below 2 statements:

import javax.resource.spi.security.PasswordCredential;

import com.sap.engine.services.security.exceptions.BaseSecurityException;

"Import cannot be resolved". That's what I am facing to.

Please help.

Regards,

Loc Nguyen

I am using SAP Enhancement Package 1 for SAP NetWeaver Developer Studio 7.3 SP15 PAT0001.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193379
Active Contributor
0 Kudos

Hi Loc,

You can get above mentioned jar files from Market Place.

Thanks,

Hamendra

Former Member
0 Kudos

Hi Hamendra,

Could you more specific about the location? I have tried to search admin.jar on SWDC but no result.

Regards,

Loc Nguyen

former_member193379
Active Contributor
0 Kudos

Hi Loc,

You can get some of the files from your Netweaver installation's lib folder and some of the jars are the part of DC files.

Some of the jar files are also available in Logon war's LIB folder.

Thanks,

Hamendra

Former Member
0 Kudos

Hi Hamendra,

I have found connector.jar file in NWDS folder, and can solve import javax.resource.spi.security.PasswordCredential.

Now only import com.sap.engine.services.security.exceptions.BaseSecurityException is stuck. I am not really sure if this this import is exist on Netweaver 7.4.

I have tried to Build Path from as much as jar files I could find in the installation folder of Java, but hopeless until now.

Do you have any idea?

Regards,

Loc Nguyen

former_member193379
Active Contributor
0 Kudos

Hi Loc,

Above mentioned exception class is the part of com.sap.Security.api.jar file.


You can copy this jar file from the below path (It is for 7.0, but will be same just change in release number).

<installation dir>\SAP\IDE\IDE70\eclipse\plugins\com.sap.security_2.0.0\lib

Thanks,

Hamendra