Hello,

I am just develop a application in Jrun and I am trying to run it on tomcat 3.2.1 
(Both for web server and servlet engine) on win2k. And I want to preload a servlet 
when the tomcat start.

I add some line in the file <TOMCAT_HOME>/conf/web.xml like that 

    <servlet>
        <servlet-name>
            ContentServletNT
        </servlet-name>
        <servlet-class>
            com.i2.iba.test.ContentServletNT
        </servlet-class>
        <load-on-startup>
            1
        </load-on-startup>
    </servlet>

But after I restart the server, it seems not work. It display a error with the same as 
without this line. Is there any problem with this few line?

And I am also cannot login the admin page of the tomcat. What is the username and 
password for the tomcat admin page?

Thanks for your help.

Regards,

Patrick Lee

==================================================================
�s���K�O�q�l�H�c  http://sinamail.sina.com.hk



Reply via email to