Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Ing. Gustavo Edelstein
If you use MySQL MAX you'll have transactions.
Another choice is PostgreSQL
Regards,

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
- Original Message - 
From: "Jens Skripczynski" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 3:20 PM
Subject: [OT] free Database with Transaction (Sorry for the noise)


> hi,
> 
> I'm looking for a Database, that can do 
> - sql transactions,  
>   (or anything similiar to sql - if it works with a xml
>   database, xml is fine)
> - has a java 1.4.1 jdbc driver
> - is free (even better if for commercial use)
> 
> 'Mysql' was my first option, but it does not have transactions.
> 
> In an _old_ computer magazine i found 'instantdb' but this one
> seems to be discontinued.
> 
> The database tables i want to create, are only for one application.
> So a client server system or connection pooling are not neccessary.
> 
> If someone knows what 'instantdb' is, its features seem to be enough.
> Anything additional is good.
> 
> But i think the 'free' statement reduces the return results to '0'. :(
> 
> Ciao
> 
> Jens Skripczynski
> -- 
> E-Mail: skripi(at)myrealbox(dot)com
> 
> In this world there are only two tragedies; one is not getting
> what one wants, the other is getting it.
>   -- Oscar Wild
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: class loader in JSP file

2003-02-10 Thread Ing. Gustavo Edelstein
Ok Nicole, how to do that ??

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
- Original Message -
From: "Nicole Hibbard" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Ing. Gustavo
Edelstein" <[EMAIL PROTECTED]>
Sent: Monday, February 10, 2003 6:00 PM
Subject: RE: class loader in JSP file


> Many users that have this problem because they don't put their class in a
> package.
>
> -Original Message-
> From: Ing. Gustavo Edelstein [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 10, 2003 11:58 AM
> To: Tomcat Users List
> Subject: class loader in JSP file
>
>
> Hi list!
>
> I've a jsp page that use a xx class that I wrote. I put the file class
> xx.class in WEB-INF/classes but Tomcat cannot find it from my jsp page.
> Any idea?
> Thanks,
>
> Gustavo
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




class loader in JSP file

2003-02-10 Thread Ing. Gustavo Edelstein
Hi list!

I've a jsp page that use a xx class that I wrote. I put the file class xx.class in 
WEB-INF/classes but Tomcat cannot find it from my jsp page.
Any idea?
Thanks,

Gustavo




Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Ing. Gustavo Edelstein
Hi Antonio,
Which is your platform ?
Thanks

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
- Original Message -
From: "Antonio Vázquez" <[EMAIL PROTECTED]>
To: "Tomcat" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 7:57 AM
Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
>
> If I call a HTTPS page the conexion is secure.
>
> If I call to the tomcat example aplication with https://mihost/examples/ I
> can see the servlets and JSP folder, but when I select servlets, the IE6
> says that the conexion will be not secure and appears the url
> http://mihost:443/examples/servlets/index.html
>
> The port 443 is the SSL port.
>
> How can avoid this?. I want the https protocol all the time.
>
> Thanks.
> Antonio Vázquez
> [EMAIL PROTECTED]
> www.winsoftsystems.com
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Ing. Gustavo Edelstein
Thanks for your promptly answer, Lajos. I've red those guides but my problem
is compiling mod_jk in HPUX 11.00
Best regards,

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
- Original Message -
From: "Lajos" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:56 PM
Subject: Re: Tomcat and Apache+SSL integration issues


> I've done it on Linux, Solaris and Windows. I have various guides on my
> site, www.galatea.com/flashguides, that detail my experiences. The
> biggest problem I've had was in some Tomcat 4.0.x versions that didn't
> correctly support authentication over SSL using mod_jk. But that seems
> to be cleared up in recent versions.
>
> Regards,
>
> Lajos
>
>
> Ing. Gustavo Edelstein wrote:
> > Hi Lajos,
> > Which is your platform ?
> > Thanks,
> >
> > Ing. Gustavo A. Edelstein
> > Tech. Mgr.
> > Equiplus S.A.
> > www.equiplus.com
> > - Original Message -
> > From: "Lajos" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Wednesday, January 29, 2003 1:26 PM
> > Subject: Re: Tomcat and Apache+SSL integration issues
> >
> >
> >
> >>Maris -
> >>
> >>I have done this on several occasions with mod_jk without any problem. I
> >>can't compare it to mod_proxy, since I rarely use it, but I suggest you
> >>try mod_jk.
> >>
> >>Regards,
> >>
> >>Lajos
> >>
> >>
> >>Māris Orbidāns wrote:
> >>
> >>>hello all
> >>>
> >>>We have finished a large project which was based on Tomcat and Struts
> >>
> > farmework.
> >
> >>>Now our client wants to use SSL.
> >>>
> >>>Our architecture is as follows:
> >>>
> >>>Client<-ssl content->Apache (MOD_SLL)  <-unencrypted content->
> >>
> > Tomcat
> >
> >>>
> >>>We use Tomcat 4.1.18 (have tried also 4.0) and Apache HTTP server
> >>
> > 1.3.27. SSL support is installed in Apache, and it uses mod_proxy (NOT
> > mod_jk) to talk to Tomcat.
> >
> >>>It doesnt work very well , if I go to https:// and login succesfully,
IE
> >>
> > shows a warning message "you are gonna be redirected to a non-secure
> > connection" and it goes back to http://
> >
> >>>I have tried Tomcat+SSL without Apache HTTP server  and all worked
> >>
> > perfectly.
> >
> >>>Also I am not sure that mod_proxy (with ProxyPass and ProxyPassReverse
> >>
> > in httpd.conf file)
> >
> >>>is enough,  or should we use mod_jk ?
> >>>
> >>>Does anybody have some ideas how to solve it ?
> >>>
> >>>thanx
> >>>Maris Orbidans
> >>>app. architect
> >>>
> >>>
> >>>-
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>
> >>
> >>--
> >>
> >>
> >>
> >>Lajos Moczar
> >>   
> >> Open Source Support, Consulting and Training
> >>   
> >> Cocoon Developer's Handbook
> >>  (www.amazon.com/exec/obidos/tg/detail/-/0672322579)
> >>
> >>_  _
> >>   / \ /
> >>  /___\  /
> >> / \   /
> >>
> >>  http://www.galatea.com -- powered by AzSSL
> >>
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
>
>
>
> Lajos Moczar
>
>  Open Source Support, Consulting and Training
>
>  Cocoon Developer's Handbook
>   (www.amazon.com/exec/obidos/tg/detail/-/0672322579)
>
> _  _
>/ \ /
>   /___\  /
>  / \   /
>
>   http://www.galatea.com -- powered by AzSSL
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Ing. Gustavo Edelstein
Hi Lajos,
Which is your platform ?
Thanks,

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
- Original Message -
From: "Lajos" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:26 PM
Subject: Re: Tomcat and Apache+SSL integration issues


> Maris -
>
> I have done this on several occasions with mod_jk without any problem. I
> can't compare it to mod_proxy, since I rarely use it, but I suggest you
> try mod_jk.
>
> Regards,
>
> Lajos
>
>
> Māris Orbidāns wrote:
> > hello all
> >
> > We have finished a large project which was based on Tomcat and Struts
farmework.
> > Now our client wants to use SSL.
> >
> > Our architecture is as follows:
> >
> > Client<-ssl content->Apache (MOD_SLL)  <-unencrypted content->
Tomcat
> >
> >
> > We use Tomcat 4.1.18 (have tried also 4.0) and Apache HTTP server
1.3.27. SSL support is installed in Apache, and it uses mod_proxy (NOT
mod_jk) to talk to Tomcat.
> >
> > It doesnt work very well , if I go to https:// and login succesfully, IE
shows a warning message "you are gonna be redirected to a non-secure
connection" and it goes back to http://
> >
> > I have tried Tomcat+SSL without Apache HTTP server  and all worked
perfectly.
> >
> > Also I am not sure that mod_proxy (with ProxyPass and ProxyPassReverse
in httpd.conf file)
> > is enough,  or should we use mod_jk ?
> >
> > Does anybody have some ideas how to solve it ?
> >
> > thanx
> > Maris Orbidans
> > app. architect
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
>
>
>
> Lajos Moczar
>
>  Open Source Support, Consulting and Training
>
>  Cocoon Developer's Handbook
>   (www.amazon.com/exec/obidos/tg/detail/-/0672322579)
>
> _  _
>/ \ /
>   /___\  /
>  / \   /
>
>   http://www.galatea.com -- powered by AzSSL
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




error compiling mod_jk

2003-01-29 Thread Ing. Gustavo Edelstein
Hi list!
My platform is HPUX 11.0, Tomcat 3.3.1, Apache 1.3.19
The command I'm using to compile is:

apxs -I$JAVA_HOME/include -I$JAVA_HOME/include/hpux -I../jk -o mod_jk.so -c *.c 
../common/*.c

The error msg I've got is:

gcc -DHPUX11 -DMOD_SSL=208103 -I/usr/local/php-4.0.6 -I/usr/local/php-4.0.6/main
 -I/usr/local/php-4.0.6/main -I/usr/local/php-4.0.6/Zend -I/usr/local/php-4.0.6/
Zend -I/usr/local/php-4.0.6/TSRM -I/usr/local/php-4.0.6/TSRM -I/usr/local/php-4.
0.6 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -DKRB5  -I/usr/local/a
pache/include -I/opt/java1.3/include -I/opt/java1.3/include/hpux -I../jk  -c ../
common/jk_worker.c
In file included from ../common/jk_global.h:69,
 from ../common/jk_logger.h:65,
 from ../common/jk_ajp12_worker.h:65,
 from ../common/jk_worker_list.h:80,
 from ../common/jk_worker.c:63:
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdlib.h:28: warning:
`__va__list' redefined
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: t
his is the location of the previous definition
  -o mod_jk.so jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o
jk_nwmain.o jk_msg_buff.o jk_map.o jk_lb_worker.o jk_jni_worker.o jk_connect.o j
k_ajp13_worker.o jk_ajp13.o jk_ajp12_worker.o mod_jk.o
apxs:Break: Command failed with rc=16777215

Thanks for your help !!

Gustavo A. Edelstein