Re: Sending mail with JavaMail

2005-10-07 Thread Mikolaj Rydzewski
Andrés Reyes wrote: Yes, activation.jar and mail.jar are placed both in /WEB-INF/lib. Try to put them in tomcat's common/lib. It works for me. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104

Manager webapp and virtual hosts

2005-08-25 Thread Mikolaj Rydzewski
) === tomcat.domain.com/webapp2 ? -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Mikolaj Rydzewski
probably because http://server.com/some/folder/ doesn't match *.html pattern. Maybe you should try something like /context/* ? -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 smime.p7s Description: S/MIME Cryptographic Signature

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Mikolaj Rydzewski
. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 smime.p7s Description: S/MIME Cryptographic Signature

Re: Web Application Question

2005-07-26 Thread Mikolaj Rydzewski
Joe Riopel wrote: However, on the server where I was having my problem, the ending tag for the filter's url pattern was wrong. I had /urlpattern instead of /url-pattern It is always a good idea to edit xml files with dtd capable editor. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A

Re: Request parameter data not being recognised as UTF-8

2005-07-22 Thread Mikolaj Rydzewski
-8); Please take a look at SetCharacterEncodingFilter servlet in Tomcat's example apps. It does the job you need. Its sources are located in webapps/jsp-examples/WEB-INF/classes/filters (at least in Tomcat 5.5). Regards -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104

Re: Multi-click from the same user

2005-07-07 Thread Mikolaj Rydzewski
user click. Or maybe you can process such slow request in background thread reloading user page with some kind of a progress bar. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 - To unsubscribe, e-mail

Re: init-params from web.xml not come in right order

2005-07-07 Thread Mikolaj Rydzewski
, param_other, param_3, param7/value /param -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 smime.p7s Description: S/MIME Cryptographic Signature

Re: init-params from web.xml not come in right order

2005-07-07 Thread Mikolaj Rydzewski
(or some other char) and you are ready to read the rest of parameters in the order you want. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 smime.p7s Description: S/MIME Cryptographic Signature

Re: Fileupload - mysterious problem or?

2005-07-06 Thread Mikolaj Rydzewski
proxy modifies users' requests. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 smime.p7s Description: S/MIME Cryptographic Signature

Extra newline characters appenden to taglibs output?

2005-06-30 Thread Mikolaj Rydzewski
: !-- --tags:sample /!-- -- Output looks like this: !-- --Sample !-- -- Is there any way to avoid such behaviour? I wanted to use another tagfile to produce URL used in this way a href=tags:url ... //a and that newline is very unwanted. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A

Re: Extra newline characters appenden to taglibs output?

2005-06-30 Thread Mikolaj Rydzewski
Raghupathy,Gurumoorthy wrote: Can you send the code of the sampleTag ? Everything is there: http://bsd.miki.eu.org/~wintermute/web/ -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 smime.p7s Description: S/MIME Cryptographic Signature