Howdy,

>actually what i want is to see to different web pages when i go
>www.xxxxxx.com and www.xxxxxx.com:85. (there will be two application
and
>when i go www.xxxxxxx.com index.html of first application will be shown
>and
>when i go www.xxxxxx.com:85 the other index.html will be shown.)

If those are all your requirements, you're better off simply creating
two separate tomcat instances.  One connector each, at the ports you
want.
One context each with the app you want.

If you need the two apps to talk on a level supported by tomcat, e.g.
single sign on or crossContext stuff, then it's back to one instance of
tomcat with some filtering and forwarding.

>filtering may be a good solution but can you give an example how to
make a
>filtering.

See here for a good intro to servlet filters:
http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html

Yoav Shapira
Millennium ChemInformatics

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to