OT: soap interface

2005-08-25 Thread Maarten Janssen
Have someone of you a servlet implementing a SOAP interface? For a job I must implement a SOAP interface, thus calling a SOAP webservice and deling with the response. Regards, Maarten -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database:

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Maarten Janssen
using JSQConnect is also very very good (incl connection pooling). The only disadvantage is that you have to buy a license. but for a big website with a lot of db activity this disadvantage is to overlook. maarten -Oorspronkelijk bericht- Van: Mitchell Teixeira [mailto:[EMAIL PROTECTED]

RE: Rép. : RE: Multi-click from the same user

2005-07-07 Thread Maarten Janssen
another solution... make two layers...one for the form and one (waitlayer) with a text or image with something like system is busy. after submit hide the layer of the form (and so also the buttons) and show the waitlayer. So one request is only possible. regards, Maarten -Oorspronkelijk

RE: Stored Procedures problem

2005-06-28 Thread Maarten Janssen
where do you define your resultset rs... maarten -Oorspronkelijk bericht- Van: Robert Harper [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 28 juni 2005 21:00 Aan: 'Tomcat Users List'; 'Carlos Bracho' Onderwerp: RE: Stored Procedures problem If this is an update, you will almost always

RE: Tomcat and Internet Explorers caching

2005-06-22 Thread Maarten Janssen
hi, A solution is after submit clear a User object from the session, than identifies the user and put a User object in a session and always check on every page and action if User object exists in the session. regards, Maarten -Oorspronkelijk bericht- Van: Øyvind Johansen [mailto:[EMAIL

RE: JSP too big to compile?

2005-06-03 Thread Maarten Janssen
you can us includes and then delete the compiled file in the work directory. So split page up by using %@ include file=checklogin.jsp % for each block of general code coded in a include jsp. After upload delete the file in the work directory, so compilation is done at runtime of tomcat. And its

socket error

2005-05-05 Thread Maarten Janssen
Hi, Does anybody know where his is coming from? java.net.SocketTimeoutException: Read timed out Seems not al the clients have the problem with using my application (Tomcat 5.5) but one has the problem producing above errors. Any ideas?? Maarten -- No virus found in this outgoing message.

pdf not working

2005-05-04 Thread Maarten Janssen
Hi all, Iam trying to call a link to a new window and that's calling a pdf document thats somewhere in my folder under webapps. The problem is that the pdf is not shown. If i try it with an image it will be displayed correctly. I am using Tomcat 5.5. Maarten -- No virus found in this outgoing

RE: pdf not working

2005-05-04 Thread Maarten Janssen
: woensdag 4 mei 2005 13:20 Aan: Tomcat Users List Onderwerp: Re: pdf not working What browser are you using? Doug - Original Message - From: Maarten Janssen [EMAIL PROTECTED] To: Tomcat User List tomcat-user@jakarta.apache.org Sent: Wednesday, May 04, 2005 6:04 AM Subject: pdf not working

Question about File writing and authorisation

2005-04-27 Thread Maarten Janssen
Hello, I have a servlet that create output files (txt) on the fly (with File obj etc). I can write these files anywhere on the server (where the apllication is running), so thats great. But if I want to write them to another computer in the netwok (accessed by \\name) I receive an access denied

startup

2005-04-13 Thread Maarten Janssen
Hi All, I use tomcat 4.1.27 (with struts) for a long time now. I set all my webapplications up with the use of virtual hosting. Normally when I restart the service I take about 30 seconds to restart. Yesterdag it took a half a hour. In my stout.log I see about 5 rows lik below! It seems its

RE: Tomcat 4x - Delayed Startup when connected to network

2005-04-13 Thread Maarten Janssen
the same 4 us...maybe it helps you 2 to disable any virusscanner service.. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: woensdag 13 april 2005 17:04 Aan: tomcat-user@jakarta.apache.org Onderwerp: Tomcat 4x - Delayed Startup when connected to network