Hello everyone,
I've built a gwt project and for it's deployment i create a dynamic
web project that i call workplaceDeploy.
-I copy the servlet.jar for the old in the folder lib of the new.
-I copy all the content of the folder www othe old project in the
folder webcontent of the new project
-I right click on the new project ->property->J2EE module dependences
and i select the module the module which are depended with my project.
i modify the web.xml and this my new web.xml
<web-app>
<display-name>workplaceDeploy</display-name>
<servlet>
<servlet-name>EimServicesImpl</servlet-name>
<servlet-
class>com.atosorigin.eimservices.workplace.server.EimServicesImpl</
servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>EimServicesImpl</servlet-name>
<url-pattern>/workplace</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>home.html</welcome-file>
</welcome-file-list>
</web-app>
-i generate the war file by right click export war file that i put in
the folder webapp of tomcat 6
i start tomcat and it has detected the deployment of workplaceDeploy
and in the tomcat manager i have the filed fonctionnant which is
true but the field session is 0.For me the deployment to tomcat has
succeed
when i try to lauch the application by enterring
http://localhost:8080/workplaceDeploy
i have ths error
Rapport d'�tat
message /workplaceDeploy/
description La ressource demand�e (/workplaceDeploy/) n'est pas
disponible.
Can help me please?
Arnaud
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---