RE: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Reynir Hübner
Hi, I think IIS 6 is not supported yet, it may at somepoint, but it doesn't work right now. Bye -reynir -Original Message- From: Bala Kiran [mailto:[EMAIL PROTECTED] Sent: 10. ágúst 2003 20:47 To: Tomcat Users List Subject: Tomcat 4.1x with IIS 6 on Windows server 2003

RE: Connecting Two PC using internet connection ??

2003-08-01 Thread Reynir Hübner
You might want to take a look at webdav... That might solve some of your problems. -reynir -Original Message- From: Bikash Paul [mailto:[EMAIL PROTECTED] Sent: 1. ágúst 2003 08:32 To: Tomcat Users List Subject: Connecting Two PC using internet connection ?? Hi, I want to

RE: Address Resolving

2003-08-01 Thread Reynir Hübner
If You have one tomcat server, serving for multiple dns names, but only one IP for this computer, you can set up several virtual hosts, one for each dns name, or if you want all to go into the same application you can set up one virtual host with many Aliasdnsname/Alias properties. So you

RE: [ot] RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Reynir Hübner
Scarab. Check out www.tigris.org It's excellent. hope it helps -reynir -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 29. júlí 2003 12:55 To: 'Tomcat Users List' Subject: [ot] RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

RE: Tomcat not working properly

2003-07-28 Thread Reynir Hübner
Hi, By default it should process your jsp code, please give us more info on your setup. -reynir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28. júlí 2003 17:27 To: [EMAIL PROTECTED] Subject: Tomcat not working properly Greetings, My

Memory problems

2003-07-25 Thread Reynir Hübner
Hi, I have a server that I am trying to deploy 36 webapplications to. The server is running redhat linux, with 2.5 gig ram and 4 XEON CPUs. On start up it runs about 30 applications and at that time tomcat failes, with java.lang.OutOfMemoryException. The top function shows many (192) java

RE: Memory problems

2003-07-25 Thread Reynir Hübner
of connections, etc. I have 20 instances of Tomcat running on 4 GB of RAM, and about 800MB stays free. John Reynir Hübner wrote: Hi, I have a server that I am trying to deploy 36 webapplications to. The server is running redhat linux, with 2.5 gig ram and 4 XEON CPUs

RE: Memory problems

2003-07-25 Thread Reynir Hübner
) 8 stack size (kbytes) 8192 cpu time (seconds) unlimited max user processes 16384 virtual memory (kbytes) unlimited That's RH 7.2, dual processor, 4 GB RAM. John Reynir Hübner wrote: Hi John, Thanx for replying. Yes I was looking

RE: IIS 6.0 and Tomcat

2003-07-10 Thread Reynir Hübner
JK2 does not work with IIS6 -Original Message- From: webmaster [mailto:[EMAIL PROTECTED] Sent: 10. júlí 2003 13:23 To: [EMAIL PROTECTED] Subject: IIS 6.0 and Tomcat Hi all, Does anyone know if the mod_jk.dll is compatible with Windows 2003 ? I'm planning to buy a new

RE: performance

2003-07-08 Thread Reynir Hübner
Hi, I suggest a good reading of the webpage : http://www.javaperformancetuning.com/tips/j2ee_srvlt.shtml -reynir. -Original Message- From: Mark F [mailto:[EMAIL PROTECTED] Sent: 8. júlí 2003 18:35 To: Tomcat Users List Subject: performance Running Tomcat 4.0.6 on Solaris 8

RE: performance

2003-07-08 Thread Reynir Hübner
Works fine for me... :/ -Original Message- From: Pitre, Russell [mailto:[EMAIL PROTECTED] Sent: 8. júlí 2003 19:31 To: Tomcat Users List Subject: RE: performance I think the link may be broken.I couldn't connect Russ -Original Message- From: Reynir Hübner

ISAPI redirect JK2 error/bug/failure or something of the kind

2003-07-07 Thread Reynir Hübner
Hi, I am getting the following : The HTTP server encountered an unhandled exception while processing the ISAPI Application ' MSVCRT!strncmp + 0x14 isapi_redirector2 + 0xC71B + 0xCAD0C8 '. The redirector stopped running suddently (after few weeks of ok running), and it now gives me

Jsp problem

2003-07-01 Thread Reynir Hübner
Hi folks, I have a server, that disbehaves when ever I change any jsp page, it stops rendering it. The context has reloadable=true set. The error messages I get start like this : org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp

RE: Jsp problem: solved ... kindof

2003-07-01 Thread Reynir Hübner
Message- From: Reynir Hübner Sent: 1. júlí 2003 10:13 To: Tomcat Users List Subject: Jsp problem Hi folks, I have a server, that disbehaves when ever I change any jsp page, it stops rendering it. The context has reloadable=true set. The error messages I get start like

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Reynir Hübner
On win2003 ? -Original Message- From: Tom Cole [mailto:[EMAIL PROTECTED] Sent: 27. júní 2003 13:23 To: Tomcat Users List Subject: Re: Win2003 IIS6 ISAPI filter problem I'm using the latest isapi_redirector.dll (notice the 'or' at the end) with no problems. But I'm running

RE: Does Tomcat is OK?

2003-06-19 Thread Reynir Hübner
Hi, Performance of such application is more or less based on how it's implemented, and the hardware it runs on. Tomcats performance is quite good in comparison with other servlet/jsp containers. It's also reliable, so I cant see a reason for you not to use it. If you will have 150 users

RE: Java Blog

2003-06-16 Thread Reynir Hübner
Hi, You mean like freeroller.com or blojsome ?? Look for it in google or sourceforge... Hope it helps -reynir -Original Message- From: Stephen Ting [mailto:[EMAIL PROTECTED] Sent: 16. júní 2003 09:53 To: [EMAIL PROTECTED] Subject: Java Blog Dear Tomcat users, Where

RE: Restart program

2003-06-16 Thread Reynir Hübner
Hi, Write a ServletContextListener, that invokes a thread that runs the program on the specified interval. That way you can interrupt the thread when the context dies, etc. Hope it helps -reynir -Original Message- From: Petter Bengtsson [mailto:[EMAIL PROTECTED] Sent: 16. júní

RE: Tomcat and IIS 6.0??

2003-06-16 Thread Reynir Hübner
I've been trying this, with out luck. The connector does not work between the two, maybe it's enough to build it on win2003... I'm hoping someone will take a look at this soon. Bye -reynir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16. júní 2003

OFFTopic: Jsp vs velocity templates

2003-06-15 Thread Reynir Hübner
Hi, I am wondering about the performance difference between Velocity templates and JSP. A test made by Rickard Öberg in Aug. 2001, was showing the difference being : JSP - 240-480ms Velocity - 50-70ms Since a lot has changed in tomcat and jsp. Has anyone any figures on what the

RE: request.getParameter( x ) returns null - OFFTOPIC

2003-06-12 Thread Reynir Hübner
why, but it's submitting some parameters allright, but others it's not submitting. -reynir -Original Message- From: Frankie Bollaert [mailto:[EMAIL PROTECTED] Sent: 12. júní 2003 12:15 To: Tomcat Users List Subject: Re: request.getParameter( x ) returns null Reynir Hübner

RE: Mimetype settings for Tomcat???

2003-06-11 Thread Reynir Hübner
Hi, Try adding a mapping for .pdf (if it's not there) into tomcat_home/conf/web.xml It's possible if you are using a servlet to deliver the file, that the response ContentType is not the correct one. If you use RequestDispatcher.include at some point while processing the request the default

RE: Error in Tomcat

2003-06-11 Thread Reynir Hübner
Hi, Well, I don't know how many threads you are using, if your website is under a lot of load you might want to increase the maxProcessors settings in tomcat_home/conf/server.xml in the config for the connector you are using. This could also be result of requests locking up threads, which in

RE: request.getParameter( x ) returns null

2003-06-11 Thread Reynir Hübner
Hi, I don't think I've ever seen this problem with IE5.5 (but I use it a lot), so my guess is that the problem has something to do with a broken javascript or the actual form submition. Do you use Get or Post ? Try cleaning out all the cache of the browser (etc.).. -reynir -Original

Has anyone got IIS 6 and jk2 to work ?

2003-06-10 Thread Reynir Hübner
I'm trying but I'm not able. I get the green arrow but always when I request a url that should go through tomcat I get 404 (not found) status. Has anyone got this to work ?? Thanx Reynir Þór Hübner [EMAIL PROTECTED] - To

RE: All threads are busy, waiting

2003-06-07 Thread Reynir Hübner
Hi, I think I would have heard about it before if it was, I used 4.1.12 for production for many months on a loaded server, with out ever seeing that problem. My guess is that you do Thread.sleep() or something in that way in your application, or every request takes a very long time to

RE: Sun JVM vs. JRockit

2003-06-07 Thread Reynir Hübner
Hi, You know, there is a flag in tomcat/conf/web.xml on the jasper config : init-param param-nameenablePooling/param-name param-valuefalse/param-value /init-param So you shouldn't need to disable tagpooling in tomcat source before compiling it.

RE: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread Reynir Hübner
I am guessing that you do not have a mapping on the invoker servlet in web.xml Open the /tomcat_home/conf/web.xml and Unremark the block that mapps the invoker to /servlet/* Hope it helps -reynir -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: 7. júní 2003

RE: JK2 apache2 log errors

2003-06-01 Thread Reynir Hübner
I think it's enough to add the following : - start here --- [status:] info=Status worker, displays runtime informations [uri:/jkstatus/*] info=Display status information and checks the config file for changes. group=status: - end here --- To your workers2.properties. Hope it helps

RE: open source code and IDE

2003-05-30 Thread Reynir Hübner
For IDE I would suggest netbeans or eclipse... There is always a debait going on, on which one is better than the other, but obviously as with any such product both have cons and pros. Sourcecode examples are in the examples directory under /tomcat/webapps/examples/ Start there for generic

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
Hi, I haven't seen this error before, do you have a connector set to receive the request in tomcat/conf/server.xml ? It must be open on port 8009, what hapenes if you do : C:\ telnet localhost 8009 It's seems to me that the workers, and IIS filter is working correctly at least according

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ when I request http://localhost:8080/taglibs/index.jsp it works, so Tomcat is running. Telnet to 8009 gives me a blank screen. -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
Explorer when I request my JSP through IIS. The IIS logs still show Error 500 for the ISAPI dll. -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED] Sent: 29 May 2003 15:02 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

Content type problem

2003-05-29 Thread Reynir Hübner
Hi, I have a content-type problem... I have a website where most urls are not with an file ending such as .jsp that is most urls are something like this : http://website.com/news http://website.com/staff http://website.com/news/12/05/2003 This is done by urlrewriting with a filter. The

RE: Format body message of email

2003-05-29 Thread Reynir Hübner
Hi, You could set the content type of the bodypart of the email to text/html. Then you could just do it with html you know font color= redred letters/font It's really simple... Hope it helps, -reynir -Original Message- From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] Sent:

RE: Content type problem: solved..

2003-05-29 Thread Reynir Hübner
PROTECTED] Subject: Re: Content type problem I'm guessing that you are using an rd.include(request, response), which specifically forbids changing things like content-type. Reynir Hübner [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] .. Hi, I have a content-type problem... I have

RE: File Upload in JSP

2003-04-06 Thread Reynir Hübner
Check out the jakarta-commons libraries, you should be able to find file-upload component there. http://jakarta.apache.org/commons/fileupload/index.html Hope it helps -reynir -Original Message- From: there over [mailto:[EMAIL PROTECTED] Sent: 6. apríl 2003 10:53 To: [EMAIL

RE: Password and session

2003-04-04 Thread Reynir Hübner
Yes, Not authorized has the 401 http error code. So you should be able to set in web.xml (either conf/web.xml or /WEB-INF/web.xml) : error-page error-code401/error-code location/welcome.jsp/location /error-page Hope it helps -reynir -Original

RE: System.out.println()

2003-04-04 Thread Reynir Hübner
Hi, I am not sure it's possible to understand the question but... What kind of error are you refering to ?? If you mean exception you could do exception.printStackTrace(System.out); To print out the stacktrace (the most usefull bit of an exception). But you can of course always print out

RE: GUI for ant ...

2003-03-31 Thread Reynir Hübner
Hi guys.. How about http://ant.apache.org/projects/antidote/index.html -reynir -Original Message- From: Kristján Bjarni Guðmundsson [mailto:[EMAIL PROTECTED] Sent: 31. mars 2003 16:41 To: Tomcat Users List Subject: Re: GUI for ant ... Well it depends on what you mean, if you

RE: Admin is incomplete

2003-03-26 Thread Reynir Hübner
Hi, There are two things I would like to point out. 1. You don't really need the admin app ..so just read the manual on how to edit server.xml and web.xml. 2. It would be more efficient to post a bug in the bugzilla, than shout at the tomcat-user list. The admin application is really a new

RE: Good documentation?

2003-03-26 Thread Reynir Hübner
Yes, I have very similar experience, hard to find good docs on what to do. Last time I configured IIS with mod_jk2 I wrote few lines on the subject which describe the most simple solution I could find to get that kind of setup running. I don't think it uses all the benefits of JK2 but it gets

RE: Problems with tomcat 4.0.1 and 4.1.18

2003-03-21 Thread Reynir Hübner
Hi, I suggest you try increasing the memory size by using jvm parameters such as -Xmx250m or what ever you think the size has to be. If java is running out of memory, it may (possibly) result in strange error messages. Hope it helps -reynir -Original Message- From: Daniel

RE: questions on instances of java beans

2003-03-21 Thread Reynir Hübner
Hi, Put your bean into servlet context when it's instanciated with the first client. Then get it out of ServletContext when you want the other client to use it. Hope it helps -reynir -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: 21. mars 2003 13:44 To:

JK2 problems

2003-03-17 Thread Reynir Hübner
I have a tomcat 4.1.18 running in a win2k server, behind IIS. I installed isapi_redirector2.dll and it works (usually) allright. Every once in a while it stops returning tomcat executed pages, and returns error code 500 I know tomcat is running fine as it works for me to go into port 8080 on

RE: Update Problem / accessing servlet

2003-03-12 Thread Reynir Hübner
Hi, That migth be because the /servlet/* mapping to the InvokerServlet is remarked in tomcat/conf/web.xml Remove the remark tags, and try again. Hope it helps -reynir -Original Message- From: Christoph Fischer [mailto:[EMAIL PROTECTED] Sent: 12. mars 2003 11:08 To: Tomcat Users

IIS / JK2 Parameter is incorrect

2003-03-12 Thread Reynir Hübner
Hi, I'm trying to do multipart requests, and sometimes (occationally) I get an error-response saying : The Parameter is incorrect This error message is not generated from my own application so I must ask where is it coming from ? Where should I look for errors in my setup or code ? Thanx

Tomcat able to set session

2003-03-11 Thread Reynir Hübner
Hi all, I have an Internet Explorer 6, and tomcat (4.1.x) win32. I have two hosts, first one has the url: 1. http://website.host.domain.com And the other has : 2. http://admin.website.host.domain.com If I first enter host 1 one a session is created and held for this client. If I then enter

RE: JK + client authentication: getRemoteUser() returns null

2003-03-11 Thread Reynir Hübner
Hi, I've just installed tomcat4.1.18 with IIS and jk2 and it works fine. I was having problems with the getRemoteUser(), and it works fine when using jk2. I posted the steps to install onto my website http://www.reynir.net/tomcat/tomcat_IIS_service_jk2.html There may be some bugs in these

RE: Tomcat able to set session

2003-03-11 Thread Reynir Hübner
Thanx -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 11. mars 2003 12:07 To: Tomcat Users List Subject: Re: Tomcat able to set session Yes, bug in IE. http://marc.theaimsgroup.com/?l=tomcat-devm=104247780113629w= -Tim Reynir Hübner wrote: Hi all

RE: question

2003-03-09 Thread Reynir Hübner
You can set up virtual hosts with tomcat. You should set up another HTTP server (such as apache, IIS) if you want to use apaches capabilities and performance. Obviously having tomcat delivering static documents, such as images and .html can be a waste of resource. Performance is the

RE: question

2003-03-09 Thread Reynir Hübner
: question On Sun, 2003-03-09 at 11:59, Reynir Hübner wrote: You can set up virtual hosts with tomcat. You should set up another HTTP server (such as apache, IIS) if you want to use apaches capabilities and performance. Obviously having tomcat delivering static documents

RE: question

2003-03-09 Thread Reynir Hübner
. If a web application use dynamic content mechanism such as JSP/Servlet, then the integration won't benifit us at all. Am I correct. I know some one use Apache for traffic load balance only. thanks Paul - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List

RE: Share Java resources between two (or more) servlets

2003-03-07 Thread Reynir Hübner
Hi, See intermixed. -Original Message- From: Andreas Byström [mailto:[EMAIL PROTECTED] Sent: 7. mars 2003 10:20 To: Tomcat Users Subject: Share Java resources between two (or more) servlets Hi all! I'm writing an application that uses (for now) 4 different servlets. I

RE: IIS 5.0 Redirector Strangeness

2003-03-06 Thread Reynir Hübner
Hi, I can understand why PUT and DELETE might be blocked by some sort of write-constraint, but why is OPTIONS failing? If anyone can cast any light on how I can get the new redirector to send *ALL* requests through to my servlet, I'd appreciate hearing from you. This is really just a

RE: Web Page Caching

2003-03-03 Thread Reynir Hübner
Hi, Take a look at OSCache from www.opensymphony.com that is a cache framework. Tomcat it self does not provide cache on any dynamic content such as servlet responses or jsp responses. Hope it helps -reynir -Original Message- From: venkat ramana [mailto:[EMAIL PROTECTED]

RE: XML problem with Tomcat 4.1.18 (but was ok in 4.0.4)

2003-03-01 Thread Reynir Hübner
Hi, This may have something to do with an upgraded version of jaxp or xerces, distributed with some dists of tomcat. According to the error you're getting your url is missing scheme, often 'http' or 'https' in the beginning of the url (before '://') [scheme:]scheme-specific-part[#fragment]

RE: Jsp compilation avoiding writing \r\n characters

2003-02-28 Thread Reynir Hübner
Hi, There is a simple reason for all the \r\n characters, but they actually are in your jsp document. See example : %= TEST1 % %= TEST2 % %= TEST3 % Will return : TEST1\r\nTEST2\r\nTEST3\r\n But : % out.write(TEST1); out.write(TEST2); out.write(TEST3); % Will return :

RE: cgi-bin

2003-02-28 Thread Reynir Hübner
You need to create a new directory named cgi-bin (or something else if you configured web.xml to use something else) under your WEB-INF/ directory of the webapp. Then you can put your cgi scripts in to that directory, and run from command line. Hope it helps -reynir -Original

Performance .. Jsp compile import wildcards

2003-02-27 Thread Reynir Hübner
Hi, I'm wondering what kind of performance decrease (if any) it has to use wildcards in jsp import lines. example : %@ page import=java.util.* % .. but not : %@ page import=java.util.ArrayList % I know in normal java classes using wildcards when importing packages or classes does not

RE: Performance .. Jsp compile import wildcards

2003-02-27 Thread Reynir Hübner
But JSPs are compiled, so this is still only a compile-time issue. (Unless I'm mistaken?) Erik Yup, that's true... I'm really just trying to find out how much this can slow down the compile of a jsp page (jspc). I'm guessing not much but I am no compiler specialist. Maybe this

RE: goodbye

2003-02-26 Thread Reynir Hübner
Send an email to : [EMAIL PROTECTED] Goodbye -Original Message- From: David Durst [mailto:[EMAIL PROTECTED] Sent: 26. febrúar 2003 10:13 To: [EMAIL PROTECTED] Subject: goodbye unsubscribe - To

RE: huge web.xml

2003-02-16 Thread Reynir Hübner
Maybe all you need to do is use a good xml editor. Why is it getting so big ? I recommend xml-spy as a good xml editor Hope it helps -reynir -Original Message- From: Liq Wnq [mailto:[EMAIL PROTECTED]] Sent: 15. febrúar 2003 19:18 To: [EMAIL PROTECTED] Subject: huge web.xml

RE: Configuration of Apache with Tomcat

2003-02-10 Thread Reynir Hübner
Post your errors, and then we might be able to help you. Bye -reynir -Original Message- From: Mahbub ul Huq Bin Kabir [mailto:[EMAIL PROTECTED]] Sent: 10. febrúar 2003 11:08 To: [EMAIL PROTECTED] Subject: Configuration of Apache with Tomcat Hello There I'm Mahbub..From

RE: MOD_JK2 Connector possibly corrupting javascript files (mod_jk2-2.0.43.dll)

2003-02-07 Thread Reynir Hübner
Hi, I've used both mod_jk2 with IIS and apache with loads of javascripts with out any problems, so I think you should look at something else. Check if the content type mapping for *.js is correct (in $tomcat_home/conf/web.xml). Hope it helps -reynir -Original Message- From:

RE: Tomcat 4.1.18, JK2 - no iis_redirect.log

2003-02-06 Thread Reynir Hübner
Check your event log (controlpanel - administrator tools - event viewer) Hope it helps -reynir -Original Message- From: Varley, Roger [mailto:[EMAIL PROTECTED]] Sent: 6. febrúar 2003 12:29 To: Tomcat Users List (E-mail) Subject: Tomcat 4.1.18, JK2 - no iis_redirect.log Hi

Mod_jk2 config

2003-01-30 Thread Reynir Hübner
Hello, Is it possible to set the configuration of urls to be mapped down to tomcat programmatically, when application startsup or something similar to that ? I am also wondering if it's possible to map urls that should not be directed into tomcat. For example I would like all urls that map

RE: Query

2003-01-27 Thread Reynir Hübner
Have you ever heard about the manual ? :) I don't think I have the time to explain in detail, but Apache is an HTTP server, and tomcat is a Servlet Container. Apache and tomcat are not made to do the same things, even though some of the things they do are very similar. You should be able to

RE: Help in URLEncoder.encode()

2003-01-27 Thread Reynir Hübner
Hi, I suspect this migth be a problem due to charset-type. If you where using jdk 1.4.x you would have a way of setting the charset type of the url-encoding. This means you can tell the URLEncoder to use UTF-8 for example or ISO-8859-1 charset. Sample : String encodedval=

Tomcat 4.1.18 - IIS - JK2 - getRemoteUser() returns Null

2003-01-27 Thread Reynir Hübner
Hi I'm using : Tomcat 4.1.18 IIS 5.1. (running on XP) JK2 (isapi_redirector2.dll) Jdk 1.4.1_1 I tried to set request.tomcatAuthentication=false In my jk2.properties. For some reason IIS does not authenticate the user, and when I ask for the user (on the first request) in a jsp document,

RE: Tomcat 4.1.18 - IIS - JK2 - getRemoteUser() returns Null

2003-01-27 Thread Reynir Hübner
Hi, I've seem to have resolved this problem my self. It seems like it's due to the fact I was locking a subdirectory under IIS but not the whole host. If I lock the host I get the domainname\username from getRemoteUser(). Thanx anyways. -reynir -Original Message- From: Reynir

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-26 Thread Reynir Hübner
. janúar 2003 17:48 To: 'Tomcat Users List' Subject: RE: Tomcat 4.1.18/19 - How to activate gzip support? Reynir, It looks Orion is not open sourse and free.. What about license issues, if we want to use for commertial purpose? Madhav -Original Message- From: Reynir Hübner

RE: Tomcat 4.1.18/19 - How to activate gzip support?

2003-01-25 Thread Reynir Hübner
You could install a filter in your webapplication to do this. Check out the filter tutorials at www.orionserver.com Specifically this one : http://www.orionserver.com/tutorials/filters/5.html Hope it helps -reynir -Original Message- From: mech [mailto:[EMAIL PROTECTED]] Sent: 24.

RE: HttpServletResponse Caching

2003-01-24 Thread Reynir Hübner
Check out OSCache from www.opensymphony.com They have some filters and jsp tags to implement cache, that I think may help yah. Hope it helps [EMAIL PROTECTED] -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: 23. janúar 2003 21:49 To: Tomcat Users List

IIS - Tomcat authentication

2003-01-24 Thread Reynir Hübner
Hi, I'm having problems with the most recent release of tomcat (4.1.18) and IIS authentication. I've been using the IIS scheme Windows Intergrated Authentication scheme for serveral applications. System description : Windows XP / IIS 5 / Tomcat 4.1.18 Problem description : I set up a host

RE: Tomcat Out of memory

2003-01-23 Thread Reynir Hübner
Nate, to increase the memory for your tomcat-running as service in NT / win2k/winXP you must re-install the service. You probably have noticed that the service does not start the catalina.bat file but the tomcat.exe. You can uninstall the current service and install again by using tomcat.exe

RE: Weblogic MS SQLServer Driver

2003-01-21 Thread Reynir Hübner
This is a tomcat mailing list, but I suspect you could talk with Datadirect technologies, that have been developing MSSQL drivers for a long time. They're MSSQL driver was used for the MsSQL2000 server, and is distributed for free (at microsofts website).

RE: Help java.sql.SQLException: JZ006: Caught IOException.java.net.SocketException: Broke

2003-01-21 Thread Reynir Hübner
Well it's an exception thrown from the JDBC driver you are using. The error code is JZ006, I recommend you look it up in google.com. The first match I got was this one : http://webforums.sybase.com/nntp/nd41.nsf/85255e6f0052055e85255d7f005ed8bc/a2f5a11abbcec9a9376a775bd27d2bb2?OpenDocument

Logging

2003-01-20 Thread Reynir Hübner
Is it possible somehow to set the logger in tomcat (FileLogger) so that it will tell which application the exception happenes. My problem is this : I have a server running serveral virtual hosts, most running the same web-applications. When an exception is caused it gets stack-trace-printed to

RE: Logging

2003-01-20 Thread Reynir Hübner
to do the same thing, unfortunately I have not found a way to make this happen yet. Brandon -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 9:59 AM To: Tomcat Users List Subject: Logging Is it possible somehow to set

RE: Logging

2003-01-20 Thread Reynir Hübner
allright, how could I miss that.. Thanx man, -reynir -Original Message- From: Paul Yunusov [mailto:[EMAIL PROTECTED]] Sent: 20. janúar 2003 16:41 To: Tomcat Users List Subject: Re: Logging On Monday 20 January 2003 10:59 am, Reynir Hübner wrote: Is it possible somehow

Stream closed

2003-01-17 Thread Reynir Hübner
I'm getting these kind of error messages : java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:95) at org.apache.jasper.runtime.BodyContentImpl.write(BodyContentImpl.java:182) at

Repost: Stream closed

2003-01-17 Thread Reynir Hübner
For somereason the first time I sent this email it did not seem to get into the mailinglist. I'm getting these kind of error messages : java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:95) at

RE: Tool for HTTP Request Stress Test

2003-01-17 Thread Reynir Hübner
Jmeter is one from jakarta, (jakarta.apache.org/jmeter) Microsoft has a WebApplication stresstool that is quite good too (one of the best apps I've seen from M$). Hope it helps -reynir -Original Message- From: randie ursal [mailto:[EMAIL PROTECTED]] Sent: 17. janúar 2003 02:37

Virtual directories

2003-01-16 Thread Reynir Hübner
Is there any way of specifying virtual directories in a host in tomcat with out using contexts ? I'm trying to define a folder with in my webapplication that is shared between web-apps, and I need requests to this folder to go through a request filter in the root-context, the filter

RE: Servlet channing

2003-01-16 Thread Reynir Hübner
Some people would recommend to you that you look into struts, which is an web-application framework. Servlet chaining in it's most simple way is a servlet that forwards the request to another servlet. This can be achived by using the RequestDispatcher, be aware that using the

RE: Servlet channing

2003-01-16 Thread Reynir Hübner
struts over from a servlet to a filter in a later release. Jacob | -Original Message- | From: Reynir Hübner [mailto:[EMAIL PROTECTED]] | Sent: Thursday, January 16, 2003 1:29 PM | To: Tomcat Users List | Subject: RE: Servlet channing | | Some people would recommend to you

RE: Tomcat Won't start on NT

2003-01-13 Thread Reynir Hübner
There are many things that may be wrong. Try opening a command console, browse to the tomcat/bin directory and type in the following to start up tomcat : C:\ tomcat\bin\catalina run It will then try to start it self on the console and you should be able to see the error messages as the error

RE: Tomcat Won't start on NT

2003-01-13 Thread Reynir Hübner
Catalina run (not catalina start). Read the catalina log (from your tomcat\logs\ directory). Often it's because you have an error in one of the configuration XML files or because there is something else running on the port you are trying to start tomcat on. Hope it helps -reynir

RE: Tomcat Won't start on NT

2003-01-13 Thread Reynir Hübner
I suspect the same as stefán. No you can use 1.4. bu then you have to download the correct full version of tomcat (not the LE dist). http://apache.rhnet.is/dist/jakarta/tomcat-4/binaries/ Hope it helps -reynir -Original Message- From: Raj [mailto:[EMAIL PROTECTED]] Sent: 13.

RE: Tomcat Won't start on NT

2003-01-13 Thread Reynir Hübner
Yeah... -Original Message- From: Raj [mailto:[EMAIL PROTECTED]] Sent: 13. janúar 2003 12:41 To: Tomcat Users List Subject: Re: Tomcat Won't start on NT You mean I can still use JDK 1.3? - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users

RE: Precompiling JSP

2003-01-13 Thread Reynir Hübner
Hi, In my understanding it really only affects performance. The first request on a jsp always takes longer to execute because at that time it must precompile the jsp. If you run a precompiler (such as jspc) on the jsp pages before you start up the server (or at startup) you will shorten the

RE: Precompiling JSP

2003-01-13 Thread Reynir Hübner
and our initial database has only about 10 records. It takes about 7 - 10 seconds for our JSP's to load. Hari -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:28 AM To: Tomcat Users List Subject: RE: Precompiling JSP Hi

Default Content-Type in tomcat

2003-01-13 Thread Reynir Hübner
Hi, Can I set the default Content-Type header for servlet/jsp responses somewhere or do I have to do it in my code ? This is because of a problem with the new SAFARI browser from apple. Thanx -reynir -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Debian packages

2003-01-12 Thread Reynir Hübner
Ok...Thanx for your comment... -reynir -Original Message- From: Charles Baker [mailto:[EMAIL PROTECTED]] Sent: 12. janúar 2003 15:05 To: Tomcat Users List Subject: Re: Debian packages --- Reynir_Hübner [EMAIL PROTECTED] wrote: Has anyone created debian packages of tomcat

RE: WEBL Deployment

2003-01-09 Thread Reynir Hübner
Try posting to tomcat-user (not tomcat-dev) Try reading the manual at http://jakarta.apache.org/tomcat/ -Original Message- From: kamlesh thakur [mailto:[EMAIL PROTECTED]] Sent: 9. janúar 2003 11:19 To: [EMAIL PROTECTED] Subject: WEBL Deployment Sir, I am using your

CoyoteAdapter An exception or error occurred ...

2002-12-20 Thread Reynir Hübner
I am having some problems, when reading through the logfiles this is one of the exceptions I get : CoyoteAdapter An exception or error occurred in the container during the request processing java.lang.NullPointerException at

Tc.4.1.17 filters-requestdispatch

2002-12-18 Thread Reynir Hübner
Hi, I am testing the new release of TC no. 4.1.17 I am also testing a Filter, that checks the URL and params of the request and in some occations uses RequestDispatcher to redirect or forward the request to a jsp page, but other occations it just does chain.doFilter(req,resp). It works

RE: Tc.4.1.17 filters-requestdispatch

2002-12-18 Thread Reynir Hübner
Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 5:41 AM To: Tomcat Users List Subject: Tc.4.1.17 filters-requestdispatch Hi, I am testing the new release of TC no. 4.1.17 I am also testing a Filter, that checks the URL and params

- mail tests AUBUCHON, KEVIN

2002-12-17 Thread Reynir Hübner
Yes it works fine. Hope it helps -reynir -Original Message- From: AUBUCHON, KEVIN (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: 17. desember 2002 19:28 To: Tomcat Users List Subject: RE: File access from a servlet. test message - sorry -Original Message- From: Tim

  1   2   3   4   >