Socketio-netty inside Tomcat

317 views
Skip to first unread message

Israel Ramos

unread,
Apr 26, 2013, 5:47:11 PM4/26/13
to socketi...@googlegroups.com
Is there a way to use the API to build a web application to run inside tomcat?

yongboy

unread,
May 12, 2013, 11:29:14 PM5/12/13
to socketi...@googlegroups.com
Hi,
Maybe you need to insert one servlet file within your project, then write the init methd, set the load-on-startup attr which the servlet you have.
One demo:

    <servlet>
        <servlet-name>springServlet</servlet-name>
        <servlet-class>Your Servlet Class</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>
Reply all
Reply to author
Forward
0 new messages