Hi
My app gets a 404 error calling the IDACall servlet. I read a lot about this but not found the solution. We have not defined the IDACall servelt in our web xml. I read that must be.
But: We have a running installation without this!
I try to debug my app with eclipse, tomcat 7 and firefox (including the gwt plugin).
Question:
- It must be possible to run an app without IDACall servlet. I think this is true because we have an app who do this. Is that right?
- If yes I think another servlet take the job if IDACall. Could that be?
- How is the configuration if we have another servlet? I mean where have I to configure that? In the web xml of the web app? Or os the configuration somewhere in Tomcat? I think it must be in the web app.
- Maybe an lowercase or uppercase problem of the URL?
The original installation is not from me and I try to config my environment to debug this app. I searched for hours, but I don't find the point.
I thank for every hint.
Hans
My app gets a 404 error calling the IDACall servlet. I read a lot about this but not found the solution. We have not defined the IDACall servelt in our web xml. I read that must be.
But: We have a running installation without this!
I try to debug my app with eclipse, tomcat 7 and firefox (including the gwt plugin).
Question:
- It must be possible to run an app without IDACall servlet. I think this is true because we have an app who do this. Is that right?
- If yes I think another servlet take the job if IDACall. Could that be?
- How is the configuration if we have another servlet? I mean where have I to configure that? In the web xml of the web app? Or os the configuration somewhere in Tomcat? I think it must be in the web app.
- Maybe an lowercase or uppercase problem of the URL?
The original installation is not from me and I try to config my environment to debug this app. I searched for hours, but I don't find the point.
I thank for every hint.
Hans
Comment