Hi Everyone
I have tried to deploy SmartGWT application with Apache Tomcat 6.0
I have created
/gwtdemo/webapps as context directory.
/gwtdemo/webapps/WEB-INF/
/gwtdemo/webapps/WEB-INF/lib
/gwtdemo/webapps/WEB-INF/classes
I have included all jars of GWT & 2 jars of SmartGWT.
xml also includes
<inherits name="com.smartgwt.SmartGwt"/>
But when i run it, it does not show anything.
I have tried to deploy SmartGWT application with Apache Tomcat 6.0
I have created
/gwtdemo/webapps as context directory.
/gwtdemo/webapps/WEB-INF/
/gwtdemo/webapps/WEB-INF/lib
/gwtdemo/webapps/WEB-INF/classes
I have included all jars of GWT & 2 jars of SmartGWT.
xml also includes
<inherits name="com.smartgwt.SmartGwt"/>
But when i run it, it does not show anything.
Comment