Hello everybody!!!!
I have still several problems with my embedded Tomcat. I would be very
thankful if you take a look over my src-code and tell me whether it's
right or not, but I think the src-code is not my problem. I think my
problem is the configuration of the Tomcat because it seems to be
impossible to find any documentation about configuring a Tomcat as
Embedded.
So, my introduction for you: I have a ICCS/-directory, which is my
root-directory(app1.getParent()). In this directory there is also a
conf-directory, in which the default-modified web.xml is placed, and in
the ICCS/-directory there is a html/-subdirectory, in which all my
html-files including my desired welcome-file index.html are placed. So I
don't know how to configure my web.xml files or other files, if i was
wrong, correctly. Please help me with all my problems. Perhaps now you
think I am a little bit stupid but I am very new in configuring and
installing webservers generally.
I have just taken over the delievered web.xml in Tomcat Vers. 4 B5 and
created a web.xml file in my html/-subdirectory and then in the
WEB-INF-subdirectory of it. This file is also found and in it is
written:
<web-app>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
</web-app>
If this was all right, there would be an error containing: "The request
file contained no data" or something like that.
I hope you have read until this line and you can now answer my
questions.
Yours faithfully
Matthias Schiffer