On 8/3/06, Gamefaqs Philippines <[EMAIL PROTECTED]> wrote:
But wouldn't this be specific to only one application? Also, wouldn't this 
expose the real url of my site like 
http://www.xxx.xxx.xxx.xxx:8080/myapp/requesServ.do?uid=12345 instead of 
http://www.mydomain.com/requesServ.do?uid=12345 ?

Well, i realized that your webappp is Struts (I am also a Struts
developer ^_^).
About URI, the refreshing approach basically just redirect to your
struts application from apache home page.

For after redirect, you will see
"http://www.xxx.xxx.xxx.xxx:8080/myapp"; instead of
"http://www.xxx.xxx.xxx.xxx/myapp";. But I dont see any difference
between the above two. what do you wanna hide from customer(user)? If
non tech user, they dont care how the URI looks like (based on real
life experience from customers).

Or

If you use mod_jk, this "view" issue can be solved and apache will
take care of static page processing which can reduce your java AS
workload.

You can decide whether to use or not according to the work load
distribution need.




---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1ยข/min.



--
When we invent time, we invent death.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to