cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver AS Java 7.0 supports Servlet 2.4?

Former Member
0 Kudos

Hello,

I am trying to deploy remotely a web application from NWDS to WAS 7.0.

I need to deploy a JSP servlet using Servlet 2.4.

But when I change my web.xml source in NWDS like this:


<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

I get errors.

As this descriptor needs to be deployed on the AS, how can I build a war with this version?

I don't find any documentation on how to configure NWDS 7.0 to build Web Modules using Servlet 2.4 or 2.5.

Thanks for helping,

Tanguy Mezzano

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185706
Participant
0 Kudos

Hi,

WAS 7.0 support Servlet 2.3 only .

You need the next release of WAS 7.10 - it is fully JavaEE5 complient i.e. supports Servlet2.5, JSP2.1 etc.

Have a look here :

https://www.sdn.sap.com/irj/scn/nw-ce-downloads

Best Regards

Bojidar

Former Member
0 Kudos

Hello Bojidar,

I only need to use Servlet 2.4, is it really not possible to have a workaround to use Servlet 2.4 on WAS 7.0 as we already have a lot of deployements and configuration on this system?

Kind regards,

Tanguy Mezzano

Former Member
0 Kudos

Apparently not

Let's stay supported then...