i 've deploy py project to tomcat by generating war file.when i lauch
http://localhost:8080/workplaceDeploy i only have the introducing page
<veuillez patientez...>>that i write in home.html.
thsis is the script;
<script type="text/javascript">document.getElementById('loading-
msg').innerHTML = 'veuillez patienter...';</script>
<script type="text/javascript"
src="com.atosorigin.eimservices.workplace.home.nocache.js"></script>
but i don't have the home.html page.
This is my web.xml file:
<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>
can you help me please?i need your help.
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
-~----------~----~----~----~------~----~------~--~---