|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
RES: trim-directive-whitespaces and .tag filesHassan,
Thanks a lot. It worked! I noticed we were using the following web-app in DTD: <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> Then I just replaced by <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" metadata-complete="false" version="2.5"> Which is slightly different, but got the directive working... Thus, I believe this is the most appropriate web-app descriptor, right? Thanks a lot for all your support! Marcus Milanez -----Mensagem original----- De: Hassan Schroeder [mailto:hassan.schroeder@...] Enviada em: sexta-feira, 9 de maio de 2008 15:27 Para: Tomcat Users List Assunto: Re: trim-directive-whitespaces and .tag files On Fri, May 9, 2008 at 11:00 AM, Milanez, Marcus <Marcus.Milanez@...> wrote: > trimDirectiveWhitespaces directive simply doesn't work at all in > Tomcat 6.. I've posted this question here some months ago.. Uh, I just tried it on both a JSP file (page directive) and tag file using the tag directive, and both worked fine. Are you sure you're using a 2.5 deployment descriptor? -- Hassan Schroeder ------------------------ hassan.schroeder@... --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: trim-directive-whitespaces and .tag filesOn Fri, May 9, 2008 at 11:42 AM, Milanez, Marcus
<Marcus.Milanez@...> wrote: > Which is slightly different, but got the directive working... Thus, I > believe this is the most appropriate web-app descriptor, right? sounds like :-) -- glad to hear it's working now! -- Hassan Schroeder ------------------------ hassan.schroeder@... --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
RES: trim-directive-whitespaces and .tag filesThabks a lot for your effort!
-----Mensagem original----- De: Hassan Schroeder [mailto:hassan.schroeder@...] Enviada em: sexta-feira, 9 de maio de 2008 15:51 Para: Tomcat Users List Assunto: Re: trim-directive-whitespaces and .tag files On Fri, May 9, 2008 at 11:42 AM, Milanez, Marcus <Marcus.Milanez@...> wrote: > Which is slightly different, but got the directive working... Thus, I > believe this is the most appropriate web-app descriptor, right? sounds like :-) -- glad to hear it's working now! -- Hassan Schroeder ------------------------ hassan.schroeder@... --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: I dont want my users to see tomcat console. Any advice?Dear Mr. Johnny, Mr. Chris and Mr. Mark,
Thank you very much for all your replies. You have different approaches to my problem. I will try all your solutions / suggestions and use what is most applicable to my situation. Yes, I will also read TC documentations. But for now I want a quick and simple explanation.. and besides all your experiences are the best teachers. =) God bless, Ryan Webb - Philippines On Fri, May 9, 2008 at 9:54 PM, Christopher Schultz < chris@...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Johnny, > > Johnny Kewl wrote: > | Make a new web app call it ROOT > | Then in the JSP page add something like > | > | <meta http-equiv="refresh" content="1; url=/webapp/index.jsp"> > > Better yet, just rename your own webapp to ROOT and use that. > > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkgkV4gACgkQ9CaO5/Lv0PD/aQCfYqnk2Wx/n6Uij0lEc8HLG2TU > oxEAn3NHT1mf/vLTABYR5asF4L6mD5nb > =ydnl > -----END PGP SIGNATURE----- > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@... > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > |
|
|
Re: I dont want my users to see tomcat console. Any advice?-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Ryan, ryan webb wrote: | Yes, I will also read TC documentations. But for now I want a quick and | simple explanation.. The TC documentation is quick and simple. If not, you should suggest editions. | and besides all your experiences are the best teachers. =) While that may be true, reading the documentation saves us from having to help you with problems covered by said documentation, and focus on issues other people are having that may not be so straightforward. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgoVoUACgkQ9CaO5/Lv0PArAQCgoBI++XKfAlZUWArBGjxnyZfG pNMAn333cz0DsLnIksPBXph2tqvBPzf5 =TScu -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: I dont want my users to see tomcat console. Any advice?Mr. Chris,
Yes thank you for your advice, I appreciate your tips. And follow your suggestion. Have a good day Mr. Chris. On Mon, May 12, 2008 at 10:39 PM, Christopher Schultz < chris@...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ryan, > > ryan webb wrote: > | Yes, I will also read TC documentations. But for now I want a quick and > | simple explanation.. > > The TC documentation is quick and simple. If not, you should suggest > editions. > > | and besides all your experiences are the best teachers. =) > > While that may be true, reading the documentation saves us from having > to help you with problems covered by said documentation, and focus on > issues other people are having that may not be so straightforward. > > - -chris > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkgoVoUACgkQ9CaO5/Lv0PArAQCgoBI++XKfAlZUWArBGjxnyZfG > pNMAn333cz0DsLnIksPBXph2tqvBPzf5 > =TScu > -----END PGP SIGNATURE----- > > ------------------------------ --------------------------------------- > To start a new topic, e-mail: users@... > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > warmest regards, Ryan Webb - Philippines email: webb.ryan1@... |
|
|
RE: I dont want my users to see tomcat console. Any advice?Take off with HCL BHANU PRATAP RAINA Systems Administrator HCL Infinet Ltd. E-4,5,6 Sector XI Noida 201 301, UP INDIA bhanu.pratap@... www.hclinfinet.in mobile: +91-9871976805 Add me to your address book... -----Original Message----- From: ryan webb [mailto:webb.ryan1@...] Sent: Tuesday, May 13, 2008 6:41 AM To: Tomcat Users List Subject: Re: I dont want my users to see tomcat console. Any advice? Mr. Chris, Yes thank you for your advice, I appreciate your tips. And follow your suggestion. Have a good day Mr. Chris. On Mon, May 12, 2008 at 10:39 PM, Christopher Schultz < chris@...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ryan, > > ryan webb wrote: > | Yes, I will also read TC documentations. But for now I want a quick and > | simple explanation.. > > The TC documentation is quick and simple. If not, you should suggest > editions. > > | and besides all your experiences are the best teachers. =) > > While that may be true, reading the documentation saves us from having > to help you with problems covered by said documentation, and focus on > issues other people are having that may not be so straightforward. > > - -chris > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkgoVoUACgkQ9CaO5/Lv0PArAQCgoBI++XKfAlZUWArBGjxnyZfG > pNMAn333cz0DsLnIksPBXph2tqvBPzf5 > =TScu > -----END PGP SIGNATURE----- > > ------------------------------ --------------------------------------- > To start a new topic, e-mail: users@... > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > warmest regards, Ryan Webb - Philippines email: webb.ryan1@... The email is subject to Disclaimer as per http://www.hclinfosystems.in/email-disclaimer.htm --------------------------------------------------------------------- To start a new topic, e-mail: users@... To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| < Prev | 1 - 2 | Next > |
| Free Forum Powered by Nabble | Forum Help |