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 down your code. > Lets say

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 : > 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 Tomca

Re: URL rewrite in tomcat 7

2015-02-24 Thread Baran Topal
fails when I directly go via bookmark. What should be the remedy? Br. 2015-02-07 15:40 GMT+01:00 Caldarale, Charles R : > > 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

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 com.test.baran.user.web.SAMLFilter.val

Re: Tomcat 6 SSL issue

2014-10-16 Thread Baran Topal
for private key? Regards. 2014-10-13 10:55 GMT+02:00 Ognjen Blagojevic : > 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

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 don

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

2014-09-25 Thread Baran Topal
s for your help. Regards. 2014-09-25 14:52 GMT+02:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Baran, > > On 9/24/14 5:04 PM, Baran Topal wrote: > > Hi, following works under server.xml > > > > > className="org.apach

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

2014-09-24 Thread Baran Topal
2014 Çarşamba tarihinde, Baran Topal yazdı: > Hi Andre and Chris; > > I understand that Tomcat 6 has valve and Chris, means of context, I have > the feeling that this context.xml may be relevant but i have seen in some > links, conf/server.xml is the place to manipulate. > >

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

2014-09-24 Thread Baran Topal
P for particular page group, namely, in my administrator path. This is the example that i found out. Regards. P.S. tomcat mailing list is blocking this mail (treats as spam, why would it be?) 2014-09-24 18:16 GMT+02:00 André Warnier : > 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. Remote Address Filter org.apache.catalina.filters.RemoteAddrFilter allow 127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1 Remote Address Filter /administrator/* How

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 > 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

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
2012/3/2 André Warnier > 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

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: 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,

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 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 from Tomcat,

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

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:)

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 t

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

2007-05-10 Thread baran topal
start this from 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 proble

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

2007-05-10 Thread baran topal
;t fail me...:) 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

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...

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...