2007/7/11, pinky88 <[EMAIL PROTECTED]>:

Oh, dear. The page that I sent was for finding your Tomcat version and,
then, the corresponding jsp-api and servlet-api
So, if you are using Tomcat 5.5.23, you have to use ONLY:

     <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.4</version>
        <scope>provided</scope>
     </dependency>
     <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>jsp-api</artifactId>
        <version>2.0</version>
        <scope>provided</scope>
     </dependency>

Antonio

Reply via email to