When trying to configure a servlet to load
at server startup using:

    <servlet>
        <servlet-name>
                PDFStyle
        </servlet-name>
        <servlet-class>
                reporting.PDFStyleServlet
        </servlet-class>
        <load-on-startup>
              -2147483645
        </load-on-startup>
    </servlet>

I get the following:

cannot load servlet name: PDFStyle

The class file is in the Web-inf/classes/reporting path
as it should be but it's still not loading.

Any ideas on what's wrong?  Is this the correct form for
the load-on-startup tag in web.xml?  What does the integer
represent(classid...)?


---
Michael Wentzel
Software Developer
Software As We Think

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to