Re: OT if/else or not if/else

2016-04-22 Thread Baran Topal
if else i prefer. Multiple ifs sounds like a political programming and you are not sure what you are doing. 22 Nisan 2016 Cuma tarihinde, Leon Rosenberg yazdı: > Hi guys, > > this is completely off-topic ;-) > > I was wondering if using if/else is not actually slowing

Re: URL rewrite in tomcat 7

2015-02-25 Thread Baran Topal
Hi; Tuckey plugin did the trick. Thanks for the help. Br. 2015-02-24 20:30 GMT+01:00 André Warnier a...@ice-sa.com: Baran Topal wrote: Hi; Thanks for the swift replies. I am not allowed to tuckey's rewrite (at least until i cannot find a normative Tomcat solution). I looked

Re: URL rewrite in tomcat 7

2015-02-24 Thread Baran Topal
when I directly go via bookmark. What should be the remedy? Br. 2015-02-07 15:40 GMT+01:00 Caldarale, Charles R chuck.caldar...@unisys.com : From: Baran Topal [mailto:jazziiil...@gmail.com] Subject: URL rewrite in tomcat 7 I have a tomcat 7 instance in which i need use alias for my domain

URL rewrite in tomcat 7

2015-02-07 Thread Baran Topal
Hi I have a tomcat 7 instance in which i need use alias for my domain. Essentially, the alias http://test1/ would replace the http:/myaddress.com and its sub addresses It is not a redirect, rather rewrite of the URL. How do i do this? (modifying context.xml or?) Can you help me? BR. baran

SAML exception in tomcat

2014-10-28 Thread Baran Topal
Hi; I end up with this in tomcat for SAML [code] String index out of range: 889 java.lang.StringIndexOutOfBoundsException: String index out of range: 889 at java.lang.String.charAt(Unknown Source) at waffle.util.Base64.decode(Unknown Source) at

Re: Tomcat 6 SSL issue

2014-10-16 Thread Baran Topal
. 2014-10-13 10:55 GMT+02:00 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com : Baran, On 10.10.2014 21:06, Baran Topal wrote: Then I received 2 files from the certificate authority, abc.com.cer and abc.om.p7b What certificates do those files contain? Connector port=443

Tomcat 6 SSL issue

2014-10-10 Thread Baran Topal
Hi; I have created a keystore and CSR for SSL with the following command: %JAVA_HOME%\bin\keytool -genkey -alias server -keyalg RSA \ -keystore \path\to\my\keystore Then I received 2 files from the certificate authority, abc.com.cer and abc.om.p7b From this point, no matter what I have

Re: ipfiltering in Tomcat 6 fails, works fine on Tomcat 7

2014-09-25 Thread Baran Topal
to filter programnameunderCdriveProgramFiles/tomcat/webapps/ROOT/WEB-INF/jsp/admin folder. Thanks for your help. Regards. 2014-09-25 14:52 GMT+02:00 Christopher Schultz ch...@christopherschultz.net : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Baran, On 9/24/14 5:04 PM, Baran Topal wrote: Hi

ipfiltering in Tomcat 6 fails, works fine on Tomcat 7

2014-09-24 Thread Baran Topal
Hi; Recently joined, first mail I have the following filtering which works fine on Tomcat 7 but not on Tomcat 6... It gives just 404. filter filter-nameRemote Address Filter/filter-name filter-classorg.apache.catalina.filters.RemoteAddrFilter/filter-class init-param param-nameallow/param-name

Re: ipfiltering in Tomcat 6 fails, works fine on Tomcat 7

2014-09-24 Thread Baran Topal
it be?) 2014-09-24 18:16 GMT+02:00 André Warnier a...@ice-sa.com: Baran Topal wrote: Hi; Recently joined, first mail I have the following filtering which works fine on Tomcat 7 but not on Tomcat 6... It gives just 404. filter filter-nameRemote Address Filter/filter-name filter

Re: ipfiltering in Tomcat 6 fails, works fine on Tomcat 7

2014-09-24 Thread Baran Topal
is in WEB-INF and WEB-INF is in the same level with /index.jsp but simply, not working when i ref. the context as /WEB-INF/admin 24 Eylül 2014 Çarşamba tarihinde, Baran Topal jazziiil...@gmail.com yazdı: Hi Andre and Chris; I understand that Tomcat 6 has valve and Chris, means of context, I have

Adding tomcat 7 as server in IBM RAD. But wait, there is no such option in the Server listing. How to fix this?

2012-03-02 Thread baran topal
Hi there; I am trying to add tomcat 7 as server in IBM RAD 7. But wait, there is no such option in the Server listing (up until 5.5). How to fix this? How can I add the new Tomcat servers to the eclipse based IBM RAD 7? Attached. Regards.

Re: Adding tomcat 7 as server in IBM RAD. But wait, there is no such option in the Server listing. How to fix this?

2012-03-02 Thread baran topal
/3/2 André Warnier a...@ice-sa.com baran topal wrote: Hi there; I am trying to add tomcat 7 as server in IBM RAD 7. But wait, there is no such option in the Server listing (up until 5.5). How to fix this? How can I add the new Tomcat servers to the eclipse based IBM RAD 7? Naive question

Re: Adding tomcat 7 as server in IBM RAD. But wait, there is no such option in the Server listing. How to fix this?

2012-03-02 Thread baran topal
You are right. OK, let me check them. Regards. 2012/3/2 Pid p...@pidster.com On 02/03/2012 14:54, baran topal wrote: Hi there; I am trying to add tomcat 7 as server in IBM RAD 7. But wait, there is no such option in the Server listing (up until 5.5). How to fix this? How can I add

Re: SSLSession invalidate

2011-09-06 Thread baran topal
Greetings from Stockholm, this is Baran Topal. As i was drinking my Guiness, i find your question interesting :) Here you go: % HttpSession s = request.getSession(false); if (s != null) s.invalidate(); % Inform me whether this is working or not :) Regards. On 6 sep 2011, at 22:09, Chema

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-07 Thread baran topal
Sent from my iPhone On 6 jun 2011, at 22:50, André Warnier a...@ice-sa.com wrote: Seth Lenzi wrote: Anyone here have any experience with asynchronous servlets under a Tomcat that's linked to Apache via mod_jk? I have an asynchronous servlet that's working nicely when accessed directly

how to: tomcat starts then stops after some seconds...

2007-05-10 Thread baran topal
i was using tomcat two days ago and now i cannot...i guess i uninstall then reinstall...tomcat starts then stops after some seconds...tomcat 5 i have used by i tried 6 too to get rid of the problem...help me...

tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
tomcat starts and immediately(5 secs) stops...i uninstall and reinstall it...and update it to tomcat 6...problem continues and no error message is displayed only standart page not displayed is seemed...

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
...:) but for user manual for my program i need him revive...i know catalina but which file exactly i must control for log? 2007/5/11, David Smith [EMAIL PROTECTED]: baran topal wrote: tomcat starts and immediately(5 secs) stops...i uninstall and reinstall it...and update it to tomcat 6

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
the top. What OS is this being run on and how are you starting it? That'll clue me in on the startup script method used which should have some influence. --David baran topal wrote: i use 2100 in my senior project presentation as port...8080 for oracle XE...no problem occured for 5 months

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
not some... same... soorry for english here 6 a.m. i have to sleep now:) 2007/5/11, baran topal [EMAIL PROTECTED]: well i am using windows xp and i start regularly:)) adn well my team mate says he has some problem he says command prompt he uses services.msc and open from sevies i try the same

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
hey if u use msn...add me [EMAIL PROTECTED] but don't mail to this address ibarelt save it...a pal from department hacked it...he was jealous of me i guess...:( 2007/5/11, baran topal [EMAIL PROTECTED]: not some... same... soorry for english here 6 a.m. i have to sleep now:) 2007/5/11, baran

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
i install it from scratch...and i will copy my webapps and i will copy common/lib of mine to the original one..i must i have jars i have developped...i am now sending the logs as a zipped file... 2007/5/11, baran topal [EMAIL PROTECTED]: hey if u use msn...add me [EMAIL PROTECTED] but don't