6

We are migrating our project from the Sun App server to Glassfish. For compilation we need the classpath to be set to the servlet-api.jar which is found in the servlet container. Where in the Glassfish installation can I find these jars?

Thanks.

user1226058
  • 403
  • 1
  • 6
  • 12

1 Answers1

9

I guess you want to use Glassfish 3 or higher.

You can find the servlet-api in

$GLASSFISH_HOME\glassfish\modules\javax.servlet-api.jar

in Glassfish 3 and 4.

unwichtich
  • 13,712
  • 4
  • 53
  • 66