Actually I want the browser to display my own homepage instead of that
default page after I type in the server's IP address.
What should I do?
Or is there any website that I can refer to, which teaches me how to run a
web application?
In fact, I have already developed a web application using VAJ but I don't
know how to run it.
Thank you.
"ngiik yan" <hii...@samsung.co.kr> wrote in message
news:98ht36$12om$1...@news.software.ibm.com...
Thanks
Niranjan Soni
Chief Architect
Techfactory Asia
"ngiik yan" <hii...@samsung.co.kr> wrote in message
news:98ht36$12om$1...@news.software.ibm.com...
I know that I can just put my whole homepage folder into htdocs and replace
its index.html with my file. This is more straight forward but if possible I
want to avoid this method.
Pls advise.
Niranjan Soni <ns...@techfactory.com> wrote in message
news:98ik1t$kr6$1...@news.software.ibm.com...
You can do this using a meta tag or javascript. I prefer to use javascript,
like this:
<HTML>
<BODY onLoad="document.theform.submit();">
<FORM name="theform" method="POST"
action="www.myserver.com/mywebapp/servlet/EntryServlet">
<p>Starting web application...</p>
</FORM>
</BODY>
</HTML>
"ngiik yan" <hii...@samsung.co.kr> wrote in message
news:98jur2$bnm$1...@news.software.ibm.com...
I can't think other explanation besides the above.
Anyway, thanks for all the help.
Mike Haney <mha...@NOoneSPAMshield.com> wrote in message
news:98m31l$d4k$1...@news.software.ibm.com...