I found two web.xml in my project files,

first one in tomcat -> conf -> gwt
which has a long list of session mapping and mime mapping

second web.xml file is in tomcat -> webapps -> ROOT -> WEB-INF which
looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<web-app>

        <servlet>
                <servlet-name>shell</servlet-name>
                
<servlet-class>com.google.gwt.dev.shell.GWTShellServlet</servlet-
class>
        </servlet>

        <servlet-mapping>
                <servlet-name>shell</servlet-name>
                <url-pattern>/*</url-pattern>
        </servlet-mapping>

</web-app>

could anyone please tell me how to declare my jdbc here?

Thanks a million...



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to