> Thanks Lew, then how should I set up the server that it won't return
> the source code but the result page?
That all depends on what server you're using.
The JEE standard is to put a WAR file or its equivalent directory structure in
the server's web-app directory ("webapps/" for Tomcat). Most application
servers have an administrator utility to help with the deployment process.
Some, like Tomcat, can deploy a web app as easily as dropping the WAR file in
its webapps/ directory.
What servlet container are you using, and what do its instructions indicate
for web-app deployment?

Signature
Lew
Yang - 20 Apr 2007 15:39 GMT
> Yangwrote:
> > Thanks Lew, then how should I set up the server that it won't return
[quoted text clipped - 13 lines]
> --
> Lew
I'm using tomcat, but since it's only a simple JSP page, I put it
directly under
webapps/ROOT/ directory, should I pack it up in a war file and put it
somewhere?