Re: Can tomcat 9 handled EJB ?

2018-04-01 Thread Stefan Frei
Hi Karen your keyword here could be "TomEE", a collegue of mine used it recently to code an application, as far as i know its a tomcat with extended EE-Functionalities. Cheers 2018-04-01 16:33 GMT+02:00 Karen Goh : > Hi expert, > > I have come to the point where I may have to use EJB transaction

Re: I cant start Tomcat instances

2018-03-17 Thread Stefan Frei
check the permissons on the .sh files (chmod +x) 2018-03-17 14:16 GMT+01:00 Loai Abdallatif : > Dear Colleagues > I'm new to tomcat, I have successfully installed the service but when I > tried to run three instances I coudnt due to error below > > : the this I did is copied the cataline Home to

setting jvm parameters to optimize production performance

2016-05-06 Thread Stefan Frei
Tomcat 8.0.33 Debain jessie java 8 Hello i cannot find any resources how to set configure the setenv.sh for a production environment. Does somebody have some tips? Best regards Stefan - To unsubscribe, e-mail: users-unsubscr.

CredentialHandler

2016-04-27 Thread Stefan Frei
Hello Tomcat 8.0.33 java 8 debian i need some help with credentialhandler in datasourceRealm. I wan t to achieve a encrypted password, if possible with salt. Encryption SHA-512 or similar. is there a example somewhere how to modify the realm, i couldnt find anything in the docs. Realm looks

Re: Small problems compiling tomcat native

2016-04-25 Thread Stefan Frei
:31 schrieb Stefan Frei: >> >> very sorry just solved it. >> >> >> overlooked a line in configure >> >> /root/tomcat-native-1.1.34-src/jni/native/build/get-version.sh: >> Permission denied > > > OK, no problem. If extracted from a source tarba

Re: Small problems compiling tomcat native

2016-04-25 Thread Stefan Frei
PATH replaced by the tcnative build directory and APR and OpenSSL > install directories respectively. There are indications that debian adds the > relro flag when building the system openssl. > > Does you linker understand "-z relro"? You can check "man ld" a

Re: Small problems compiling tomcat native

2016-04-25 Thread Stefan Frei
libapr1:amd64 1.5.1-3 openssl1.0.1k-3+deb8u4 2016-04-25 12:35 GMT+02:00 Mark Thomas : > On 25/04/2016 10:31, Stefan Frei wrote: >> Hello >> >> tomcat 8.0.33 >> tomcat-native-1.1.34-src >> SMP Debian 3.16.7-ckt25-2 >>

Small problems compiling tomcat native

2016-04-25 Thread Stefan Frei
Hello tomcat 8.0.33 tomcat-native-1.1.34-src SMP Debian 3.16.7-ckt25-2 1.8.0_77 i am unable to compile the native libs, here is the error messages from the make command: libtool: link: CURRENT `-Wl,-z,relro' must be a nonnegative integer libtool: link: `-Wl,-z,relro' is not valid version infor

Re: Multiple SSL certificates on one Instance

2015-03-16 Thread Stefan Frei
hi 2 points: configure the reverse proxy is simpler. tomcat may be harder to troubleshoot issues. i would take the prxy to do that, in fact we use squid rev-proxy to solve exact the same problem. Regards Stefan 2015-03-16 14:16 GMT+01:00 Mark Thomas : > On 16/03/2015 12:53, Rory Kelly wrote:

Re: Same realm for three different countries

2013-12-03 Thread Stefan Frei
users@tomcat.apache.org >> >> do you see a entry point where to start ? >> i already have a customRealm >> >> 2013/12/2 Christopher Schultz : >> > -BEGIN PGP SIGNED MESSAGE- >> > Hash: SHA256 >> > >> > Stefani, >> > >> > On

Re: Same realm for three different countries

2013-12-02 Thread Stefan Frei
do you see a entry point where to start ? i already have a customRealm 2013/12/2 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Stefani, > > On 12/2/13, 2:23 PM, Stefan Frei wrote: >> tomcat 7.0.42 >> >> debian >> >>

Same realm for three different countries

2013-12-02 Thread Stefan Frei
Hello There tomcat 7.0.42 debian I have the same webapplication responsible for providing services fro three different countries. Therefore 3 slightly different database schemes exist on my mysql instance. one for ch(switzerland), one for de(germany) and one for at(austria). now my auth-real

Re: use password expiration with datasource realm

2013-09-16 Thread Stefan Frei
Hello Neven Thanks for your reply. I didnt find anything about security filter in the tomcat docs, is this a common filter. important would be that the filter triggers only when users perform a j_security check, and not on every request. should i use /j_security_check ? Cheers Stefan 2013/9/16

use password expiration with datasource realm

2013-09-16 Thread Stefan Frei
regards Stefan Frei