Hi,
1. can u tell me why there r 2 files are there
--> Dynatabl.gwt.xml
--.>web.xml file
and what is the purpose of each & every file ,what is the fundamental
difference between these 2
files.is there is any link b/w these 2
files r there ,how can these 2 files r interlinked
2.when we send request to a resource?(static/dynamic) ,let consider
dynamic resouce (Servelt)
we have to configure in the web.xml file ,therefore the servlet
container (let tomcat)will take the information like servlet name
after matching the url pattern from the web.xml file then recogizes
the name of the servlet class from this(web.xml) file ,then process
the servlet ,then sends the response,.all these thiongs happens due to
configuring in web.xml file only.
here in gwt how we will achieve this ?by configuring in web.xml
file or ---.gwt.xml file,plz tell me in more details.
3.shall we run our gwt application using our own tomcat server i.e
using port no. 8080,as we run our normal java applications in Tomcat
server instead of gwt Tomcat server which uses port no8888
if we can run can tell me the steps how to do it.
Regards,
jagadish