RE: Customize Url Rewriting + QUESTION

2001-07-31 Thread Ashish Bajpai
); } } Now, I have to manage the login POST form... If you have any quesion / idea ? Loïc Lefèvre -Message d'origine- De : Ashish Bajpai [mailto:[EMAIL PROTECTED]] Envoyé : lundi 30 juillet 2001 18:20 À : [EMAIL PROTECTED] Objet : RE: Customize Url Rewriting + QUESTION HI

Customize Url Rewriting

2001-07-30 Thread Ashish Bajpai
Hi! I was wondering if there is a way that one can add something to the url rewirting scheme. To make things clear what i want is this Can i plugin some code so that all the urls in the html/jsp pages for my site can have a content attirbute some thing of this sort.

RE: Customize Url Rewriting

2001-07-30 Thread Ashish Bajpai
} ^/(.*) [NC] RewriteRule ^/(.*) /index.jsp?$1 [PT] ;-) -Message d'origine- De : Ashish Bajpai [mailto:[EMAIL PROTECTED]] Envoyé : lundi 30 juillet 2001 17:38 À : [EMAIL PROTECTED] Objet : Customize Url Rewriting Hi! I was wondering if there is a way that one can add something to the url rewirting

RE: Customize Url Rewriting + QUESTION

2001-07-30 Thread Ashish Bajpai
Lefèvre -Message d'origine- De : Ashish Bajpai [mailto:[EMAIL PROTECTED]] Envoyé : lundi 30 juillet 2001 17:55 À : [EMAIL PROTECTED] Objet : RE: Customize Url Rewriting Thanks I will try it. In the mean while is it essential for me to use apache ? can i do something by only using Tomcat

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Ashish Bajpai
Tomcat is a jsp/servlet container wheras the Apache is a full fledged web server. It is always good to have a robust webserver as the front door to your site. thanks ashish