I haven't dealt with TC 4 in a long time. I would think it's the
difference in how the user is forwarded to the resource. An internal
forward leaves the browser to compute relative paths based on the
original request URI while an external forward offers the browser a new
request URI to compute re
Xiao Xiao wrote:
Hi,
Saying i have the following web-app structure:
WEB-INF/web.xml
html/logo.gif
html/welcome.html
logo.gif
in the web.xml, html/welcome.html is defined as one of the
welcome-file, which includes an image defined as src="./logo.gif". My
question is
Xiao Xiao wrote:
Hi,
Saying i have the following web-app structure:
WEB-INF/web.xml
html/logo.gif
html/welcome.html
logo.gif
in the web.xml, html/welcome.html is defined as one of the
welcome-file, which includes an image defined as src="./logo.gif". My
question is
Hi,
Saying i have the following web-app structure:
WEB-INF/web.xml
html/logo.gif
html/welcome.html
logo.gif
in the web.xml, html/welcome.html is defined as one of the welcome-file, which includes an image defined as src="" My question is which logo will be shown when