RE: Performance problems with tc4.0.4 and custom tags

2002-07-02 Thread Reynir Hübner
I have been playing a little bit around with jasper2 as released with tc 4.1.6 and I am haveing problems. I am using the OSCache taglibrary, and for some reason this does not work as it should. I cannot technically describe the problem, as I have not dug into it, but the tags are returning

RE: Performance problems with tc4.0.4 and custom tags

2002-07-02 Thread Reynir Hübner
. If I remember correctly from discussion on tomcat-dev, tagpooling should be used only if the tag body doesn't contain scriplets. You should ask Remy or Kin-man to get the authorative answer. peter Reynir Hübner wrote: I have been playing a little bit around with jasper2

RE: Virtual site : eric aboudaram

2002-06-26 Thread Reynir Hübner
hi eric aboudaram I already replied to you on this subject. here is the reply again. : open : /tomcat/conf/server.xml create new host lines : Host name=www.mysite.com debug=0 Context path= docBase=webapps\site1 reloadable=true/ /Host Host name=www.mysite2.com debug=0 Context

RE: Tomcat and server side includes

2002-06-26 Thread Reynir Hübner
yes. you need to rename a jar-file in tomcat/server/lib/servlets-ssi.renametojar rename : servlets-ssi.renametojar to servlets-ssi.jar then you also need to alter your tomcat/conf/web.xml you can probable just clear out the remark-tag, as the instructions tell you. or add the following clause

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-25 Thread Reynir Hübner
(in series of tests). .. - [EMAIL PROTECTED] -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 24. júní 2002 09:47 To: Tomcat Users List Subject: Re: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta Reynir Hübner wrote: hi Remy

RE: TC 4.1.3 ExptyStackException

2002-06-25 Thread Reynir Hübner
You can get 4.1.5 though, 4.1.5 has issues regarding jasper2 (tag-pooling), so I would download 4.1.5 and use jasper2 from 4.1.3. on the other hand I dont know of any other problems with tc.4.1.5 (there might be as it's only in a test-release).

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-25 Thread Reynir Hübner
more clearly that there are no problems with coyote. -reynir -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 25. júní 2002 10:07 To: Tomcat Users List Subject: Re: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta Reynir Hübner wrote: Hi

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-24 Thread Reynir Hübner
Subject: Re: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta Reynir Hübner wrote: Victor the others.. I've tested tc 4.1.5 and I get very similar problems as I did with tc. 4.1.3. if I stress/load my application with 10*10 threads I get messages like this on the stdout log

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-24 Thread Reynir Hübner
hi Remy, I don't see how opensymphony would create problems, but 4.1.5 introduces tag instance pooling. If those are tags which keep a lot of stuff in memory, then I suppose it could hurt. That's what it is. both in memory and on disk. Or it is, as I stated before, an

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-22 Thread Reynir Hübner
when we increased the memory. Right now, we have scheduled a daily service restart (this is in production :-( ). I'll be looking forward to your feedback regarding 4.1.5 Regards Victor -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-21 Thread Reynir Hübner
I had the same problem, increased memory up to 512 and got rid of it. But it seemd kind of obvious to me that tomcat 4.1.3 was taking way more memory than 4.0.3, for example an application that normally takes 40 - 60 mb was taking 400mb of memory under load, and it did not seem to release the

RE: REPOST: 2 questions..requests...

2002-06-19 Thread Reynir Hübner
of misterperentation of the .jsp ending, within ie6. thanx -reynir -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 18. júní 2002 21:50 To: Tomcat Users List Subject: Re: REPOST: 2 questions..requests... On Tue, 18 Jun 2002, Reynir Hübner wrote: Date

REPOST: 2 questions..requests...

2002-06-18 Thread Reynir Hübner
hi, I have 2 questions (not really related) : 1. How can I get the header if-modified-since, from the request object, when I print out the enumeration of getHeaderNames() it's not there. 2. I've been writing some scripts in java, mainly regluar-expression related stuff,downloading

2 questions..requests...

2002-06-13 Thread Reynir Hübner
hi, I have 2 questions (not related): 1. How can I get the header if-modified-since, from the request object, when I print out the enumeration of getHeaderNames() it's not there. 2. I've been writing some scripts in java, mainly regluar-expression related stuff,downloading webpages with

RE: How do I implement favicon.ico using catalina?

2002-06-13 Thread Reynir Hübner
yes,I think it should work as it's the browser that checks for it, it has nothing to do with the webserver. for somereason I feel like it should be favico.ico but not favicon.ico .. can it be correct ? hope it helps -reynir -Original Message- From: [EMAIL PROTECTED]

RE: Help! I am so stuck. Tomcat NT credential

2002-06-06 Thread Reynir Hübner
Hi, It's possible to understand your question in two different ways, so I answer in two different ways. First answer : If you are running tomcat as a service you should be able to see which user it is that runs it (from the services dialog). If you are not running it as service it is

RE: ReloadTask needs improvement

2002-06-05 Thread Reynir Hübner
why dont you read the bottom of the e-mail and unsubscribe your self ? hope it helps -reynir -Original Message- From: anette mysel [mailto:[EMAIL PROTECTED]] Sent: 5. júní 2002 14:50 To: Tomcat Users List Subject: Re: ReloadTask needs improvement PLEASE REMOVE ME FROM YOUR

RE: oci8 driver problem on Linux

2002-04-23 Thread Reynir Hübner
hi, maybe some of these comments you've seen in previous replies to your question. First of all, the classes12.zip is not the same for Oracle9i and 8i, so you must ensure that you've downloaded the correct one (from otn.oracle.com). You must install the Oracle Client Software to use OCI

RE: ERROR 500

2002-04-19 Thread Reynir Hübner
My imagination tells me that you have a servlet file named the same way but in a different case internally.. what I am trying to say is that you probably have the files : DatabaseServlet.java it compiles ok with javac and you have the file : DatabaseServlet.class but in the

RE: ERROR 500

2002-04-19 Thread Reynir Hübner
be : webapp/WEB-INF/classes/database/servlet/DataBaseServlet or in the according path within a jarfile. hope it helps -reynir - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 19, 2002 2:02 PM Subject: RE: ERROR 500

RE: JDBC Drivers

2002-04-16 Thread Reynir Hübner
rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or not but here goes I am trying to connect to an oracle DB using a thin

RE: Exception when executing JSP

2002-04-16 Thread Reynir Hübner
put tools.jar in your classpath (from the jdk. dist.). hope it helps -reynir -Original Message- From: Darsey, Charlie [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 17:56 To: '[EMAIL PROTECTED]' Subject: Exception when executing JSP I cannot get any jsp pages to execute on my Sun

RE: What does IMHO mean?

2002-04-15 Thread Reynir Hübner
both! now would be a good time to stop this! If there has ever been anything off topic here this is it.. ever heard of http://www.webster.com/ bye [EMAIL PROTECTED] -Original Message- From: Abhishek Pamecha [mailto:[EMAIL PROTECTED]] Sent: 15. apríl 2002 11:21 To: Tomcat Users

RE: FileLogger - how to get reference?

2002-04-15 Thread Reynir Hübner
I recomend that you reconsider your plan and use log4j loging. http://jakarta.apache.org/log4j hope it helps -reynir -Original Message- From: rob [mailto:[EMAIL PROTECTED]] Sent: 15. apríl 2002 14:51 To: [EMAIL PROTECTED] Subject: FileLogger - how to get reference? I would like to

RE: tomcat 4.0 url authentication

2002-04-10 Thread Reynir Hübner
yes I use it all the time with the memoryrealm thing. -reynir -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: 10. apríl 2002 18:41 To: Tomcat-User Subject: tomcat 4.0 url authentication Does TC4.X support http://username:[EMAIL PROTECTED]:8080/manager/list ? I

RE: port

2002-04-09 Thread Reynir Hübner
I guess you are talking about server.xml -Original Message- From: Atif Munir [mailto:[EMAIL PROTECTED]] Sent: 9. maí 2002 10:45 To: [EMAIL PROTECTED] Subject: port Hi, in which file the port is set fro tomcat? atif -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Installing tomcat as NT service

2002-04-08 Thread Reynir Hübner
just check the [] NT Service (NT/2k/XP only) box in the setup program hope it helps, -reynir -Original Message- From: Árni Arent [mailto:[EMAIL PROTECTED]] Sent: 8. apríl 2002 17:27 To: [EMAIL PROTECTED] Subject: Installing tomcat as NT service Hi, How the heck do I install

RE: help redirecting requests to mod_jk

2002-04-08 Thread Reynir Hübner
If I understand it correctly it happens like this : apache - mod_jk - AJP - tomcat and back. So mod_jk uses AJP to connect with tomcat (meaning you do not need HTTP connector if you are using Apache). hope it helps -reynir -Original Message- From: jo outen [mailto:[EMAIL

RE: client interact with server -- other than submit?

2002-04-08 Thread Reynir Hübner
hi, it is possible to send requests and get responses with Javascript in IExplorer (5,5+) I used it to create test clients for SOAP applications : script var objRequest = new ActiveXObject( MSXML2.XMLHTTP.3.0 ); objRequest.open( POST, SOAPForm.Url.value, false );

RE: client interact with server -- other than submit?

2002-04-08 Thread Reynir Hübner
I've never had that problem (sounds like something is wrong with your tomcat setup). I got my sample from this page (when I first tested it).. http://marting.develop.com/soap/simple/simpleDOM.html check it out, it works fine there, and also it works fine here. I think this provides the

RE: can Tomcat call classes in JARs?

2002-03-27 Thread Reynir Hübner
place your .jar file in WEB-INF/lib and it will work you must call your servlet with full path (e.g. com.companyname.package.classname) in your url-path. http://server.com/servlets/com.companyname.package.classname/ if your servlet is not in a package http://server.com/servlets/classname/

RE: can Tomcat call classes in JARs?

2002-03-27 Thread Reynir Hübner
sure what ever, if you want to map your servlets into web.xml you can do that, with any name if you like. bye -reynir -Original Message- From: Carlos Martins [mailto:[EMAIL PROTECTED]] Sent: 27. mars 2002 10:20 To: Tomcat (E-mail) Subject: FW: can Tomcat call classes in JARs?

RE: Chaging default port

2002-03-27 Thread Reynir Hübner
check out server.xml, change the port in the clause that looks like this : Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443 acceptCount=10 debug=0

mod_jk seems to corrupt JPEGs

2002-03-23 Thread Reynir Hübner
Hi, The strangest thing is happening, some of the jpegs I have in my application are getting corrupted when they are viewed through Apache using mod_jk. What I am trying to say is if I use a normal URL, something like http://www.host.com/media/img/someimg.jpg I sometimes get corrupted images,

RE: mod_jk seems to corrupt JPEGs

2002-03-23 Thread Reynir Hübner
of the img, using size controls in the img tag, it might make your image blurry and ugly. matt - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 23, 2002 8:44 AM Subject: mod_jk seems to corrupt JPEGs Hi

RE: TC 4 - URLRewrite :: repost

2002-03-21 Thread Reynir Hübner
finished my tests by this evening is you want to give it a try. Regards, James Williamson www.nameonthe.net - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 7:35 PM Subject: RE: TC 4 - URLRewrite

RE: [Coyote] Coyote 1.0 Beta 2 available

2002-03-16 Thread Reynir Hübner
Hey guys .. what is coyote ? Does coyote have a project website ? thanx. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 16. mars 2002 08:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Coyote] Coyote 1.0 Beta 2 available Coyote 1.0 Beta 3 is

RE: [Coyote] Coyote 1.0 Beta 2 available

2002-03-16 Thread Reynir Hübner
sorry I can read it.. found the page (the link you gave). -Original Message- From: Reynir Hübner Sent: 16. mars 2002 10:45 To: Tomcat Users List Subject: RE: [Coyote] Coyote 1.0 Beta 2 available Hey guys .. what is coyote ? Does coyote have a project website ? thanx

RE: image manipulating via servlets on tomcat4

2002-03-12 Thread Reynir Hübner
hi, www.acme.com has some solutions for gif encoding.. I guess you can just use awt for jpeg, and some other formats as well. you might also want to take alook at www.imagemagick.org and especially the Jmagick partition, I dont think Jmagick is yet available for win32 comps, only unix. hope

RE: [Ajp13] bad read: -103 error !

2002-03-05 Thread Reynir Hübner
see if : http://www.apachelabs.org/tomcat-user/200110.mbox/%3C88500E0F870AA542B63 [EMAIL PROTECTED]%3E ...helps -bye reynir -Original Message- From: ravi [mailto:[EMAIL PROTECTED]] Sent: 5. mars 2002 04:44 To: Tomcat Users List Subject: [Ajp13] bad read: -103 error ! I

RE: Unable to compile class for JSP

2002-02-27 Thread Reynir Hübner
your JSP page does not find the class in the classpath. you must import it in the beginning of the page. do something like this : %@ page import=fwLine % I think that should work ... hope it helps [EMAIL PROTECTED] -Original Message- From: Andrew Rodwell [mailto:[EMAIL PROTECTED]]

RE: tomcat 4.0 and soap 2.2

2002-02-27 Thread Reynir Hübner
sure hmm no well tomcat 4.02 I think works with jdk 1.4. both work with soap 2.2. hope it helps [EMAIL PROTECTED] -Original Message- From: Joo Park [mailto:[EMAIL PROTECTED]] Sent: 27. febrúar 2002 22:02 To: [EMAIL PROTECTED] Subject: tomcat 4.0 and soap 2.2 Hello, Will

RE: config tomcat to find jdbc driver

2002-02-27 Thread Reynir Hübner
which driver are you using, some drivers need to have a special setup program. depends on the vendor. anyways, if you put the jarfiles (that include the driver) into your webapp/WEB-INF/lib/ .. it´s in your classpath. hope it helps [EMAIL PROTECTED] -Original Message- From: Khanh

RE: Internal Server Error with METHOD:POST

2002-02-26 Thread Reynir Hübner
Hi, there are few possibilities ... 1. that you need to restart tomcat to get the servlet loaded. 2. case sensitivity, is the taskserv in correct case ? 3. is, that you're servlet is not compiled. (you only have .java under WEB-INF/classes) sounds like one of those, but it could always be

RE: Ho can I make my URL shorter?

2002-02-25 Thread Reynir Hübner
reed inline comments : -Original Message- From: Rudi Doku [mailto:[EMAIL PROTECTED]] Sent: 25. febrúar 2002 18:37 To: [EMAIL PROTECTED] Subject: Ho can I make my URL shorter? Hello, HLLOOO!! I have a URL which is too long. I would appreciate it of someone could

RE: war files.

2002-02-25 Thread Reynir Hübner
dont you need to set the unpackWARs attribute to true on your host in server.xml ? I think so, check out : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html hope it helps [EMAIL PROTECTED] -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: 25.

RE: Added newlines in beginning

2002-02-25 Thread Reynir Hübner
Hi, I dont know if you are using JSP to render your HTML but if you are maybe this will help if your page looks like this : %@ page import=java.lang.*% % //some code % htmlHTML tagscontent/html - you´ve already put 2

RE: Servlet threw exception java.io.IOException: Posted content length of 36238773 exceeds limit of 8388608

2002-02-25 Thread Reynir Hübner
cant really say much as I haven't worked with openCMS. but the problem sounds like a limit on the multipart-request parser to me. I do not recall any problems when uploading big files in tomcat. -hope it helps [EMAIL PROTECTED] -Original Message- From: Bührle, Martin, FCI1

RE: Placing of jar files times 3

2002-02-21 Thread Reynir Hübner
place it under : yourwebapp/WEB-INF/lib/your.jar the files you put inthere are distributed within the war files. hope it helps [EMAIL PROTECTED] -Original Message- From: Øyvind Vestavik [mailto:[EMAIL PROTECTED]] Sent: 21. febrúar 2002 10:42 To: Tomcat Users List Subject:

RE: classes visibility in the WEB-INF dir

2002-02-21 Thread Reynir Hübner
try jar-ing the classfiles up and put the jar file into WEB-INF/lib then it should be in the classpath (seems like that's the problem here). -hope it helps -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: 21. febrúar 2002 13:40 To: Tomcat Users List Subject:

RE: Problem with SendMailServlet examples application

2002-02-18 Thread Reynir Hübner
you must have mail.jar in your classpath (usually in the folder /tomcat/common/lib/(mail.jar). you should be able to compile the sendmail servlet by executing the command : classes/ javac -classpath $pathtotomcat/tomcat/common/lib/mail.jar;$pathtotomcat/tomcat/common/lib /servlet.jar;

RE: Prevent reboot of Tomcat when new classes are applied

2002-02-16 Thread Reynir Hübner
well try setting reloadable=true (on the context in server.xml) If you do that, then at least new versions of your classes get reloaded, I am not sure if new classes get loaded unless they are in a Jar file and put into the WEB-INF/lib directory. hope it helps [EMAIL PROTECTED]

RE: Making Tomcat listen on a specific IP.

2002-02-15 Thread Reynir Hübner
have you tried to set up a host in server.xml ? if the hostname is something like 127.0.0.1 I think it only listens to that IP. hope it helps -reynir -Original Message- From: Bob Dushok [mailto:[EMAIL PROTECTED]] Sent: 15. febrúar 2002 19:18 To: [EMAIL PROTECTED] Subject: Making

J2EE and Tomcat

2002-02-14 Thread Reynir Hübner
hey guys.. On that matter (J2EE Tomcat), I've noticed one small difference between Tomcat and the jsp spec. Tomcat renders jsp-code that's between !-- --, the HTML comment tag. this means that Javascript especially can be commented out of the HTML for old browsers while some of the

RE: startup

2002-02-09 Thread Reynir Hübner
this means that you have another instance of tomcat running, or another application using the ports tomcat runs on. bye bye -reynir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 9. febrúar 2002 18:35 To: [EMAIL PROTECTED] Subject: startup When I

RE: WEB-INF/classes

2002-02-07 Thread Reynir Hübner
Hi Anja, To set up a new context you really only have to add a line to server.xml but just to take on the basics I take it from the start. create a folder that has a web-app structure : context / - WEB-INF/ web.xml - configuration file for this webapp -/lib/ your jar files here

RE: WEB-INF/classes

2002-02-07 Thread Reynir Hübner
check out Larry Isaacs reply, it sounds very possible to solve your problem. -reynir -Original Message- From: Anja Falkner [mailto:[EMAIL PROTECTED]] Sent: 7. febrúar 2002 22:32 To: Tomcat Users List Subject: Re: WEB-INF/classes Hi Reynir, but exactly this I have done! The

RE: DB2 App Driver?

2002-02-05 Thread Reynir Hübner
well, I agree, just to make things clear : you must have the DB2 client set up (it´s a type 2 driver), for the [app], but not for the net driver. the [net] is a type 4. But on the other hand, I know of people that have had to deal with some problems when using the [net] driver, that do not

RE: apache or tomcat

2002-02-05 Thread Reynir Hübner
I think the main disatvantage is, it´s very slow compared to apache / IIS in serving Static content (html, images, ...). I dont know about security, the above was reason enough for us to use apache / IIS, in production env. hope it helps -reynir -Original Message- From: Gang Wu

RE: How to force Tomcat to compile?

2002-02-05 Thread Reynir Hübner
you only have to set the reloadable=true attribute. Context path= docBase=C:\contextpath reloadable=true debug=0/ hope it helps, -reynir -Original Message- From: Anja Falkner [mailto:[EMAIL PROTECTED]] Sent: 5. febrúar 2002 18:24 To: Tomcat Users List Subject: How to force

RE: How to force Tomcat to compile?

2002-02-05 Thread Reynir Hübner
Hello Anja, This is strange, If I understand you correctly, you are really having problems with compiling your classes with javac ? I think the ClassDefNotFoundError is thrown if you're trying to run your classes (with wrong name) with java, not with javac. which version of tomcat are you

RE: How to force Tomcat to compile?

2002-02-05 Thread Reynir Hübner
Anja, I´ve never heard or used this auto-compiler feature in tomcat. I tried it by inserting a very simple heyworld.java servlet with in my classes directory, and nothing happens, at least it definately does not get compiled. I always use javac to compile everything with in my classes folder,

RE: DB2 App Driver?

2002-02-04 Thread Reynir Hübner
I evaluated the app driver few days ago, also the net driver. check this page out before you start trying to use it : http://www-4.ibm.com/cgi-bin/db2www/data/db2/udb/winos2unix/support/docu ment.d2w/report?fn=1000797 I use merant (datadirect-technologies.com) driver now. The problem you are

RE: Can I use the Hotspot JVM to run tomcat

2002-01-31 Thread Reynir Hübner
In fact there is no -servlet option, and you are probably using hotspot right now. You can choose between the -hotspot to select the hotspot VM -server to select the server VM -classic to select the classic VM Default is hotspot JVM so, if you are using tomcat as it

RE: Tomcat 4.0 and IIS 5.0

2002-01-30 Thread Reynir Hübner
why dont we try checking out the http://jakarta.apache.org website, there is a very good manual on how to do this : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html hope it helps [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: Free Load Testing Tool

2002-01-25 Thread Reynir Hübner
Check out Microsofts tool. search MSDN for : Microsoft Webapplication Stress tool (I recoment this tool). also you could check out JMeter (jakarta.apache.org). hope it helps [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25. janúar

RE: Pooling database connections: best practices?

2002-01-24 Thread Reynir Hübner
just use a 3rd party component. check out the www.bitmechanic.com JDBC-Pool. have a nice day -reynir -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED]] Sent: 24. janúar 2002 16:00 To: [EMAIL PROTECTED] Subject: Pooling database connections: best practices? I'm just

RE: How to configure IIS5 with Tomcat 4.0

2002-01-22 Thread Reynir Hübner
try reading the article at following url : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html it should help -hope so. [EMAIL PROTECTED] -Original Message- From: Peter Cimring [mailto:[EMAIL PROTECTED]] Sent: 22. janúar 2002 10:54 To: [EMAIL PROTECTED] Subject: How to

RE: running jar files

2002-01-22 Thread Reynir Hübner
To execute a Jar file I would do c:\ java -jar jarfile.jar if I was trying to execute a specific class in a jar file I would do : c:\ java -cp jarfile1.jar;jarfile2.jar; com.lansa.web.admin.WebAdmin If that doesn´t work I would check if this class really exists in the jarfiles I have, and

RE: Urgent Disable Directory browse

2002-01-19 Thread Reynir Hübner
well just change the global web.xml (in your tomcat/conf/ directory). change the mapping for default servlet so listings are false: servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-clas s init-param

RE: mod_jk with Tomcat4

2002-01-19 Thread Reynir Hübner
we are using it. no problems so far, sometimes it prints out [AJP read error -113] (but it´s not harmfull). we are also using the AJP1.3 connector with IIS in another setup. on the other hand, we tested mod_webapp / warp few months ago, it did not provide the flexibility we needed

RE: Not running

2002-01-18 Thread Reynir Hübner
hmm check your config and see if there are some case sensitivity issues. Unix/linux are case sensitive. also you can check if any path has a wrong type of slash ( \ vs / ). those are the things I can think of right now. hope it helps -reynir -Original Message- From: Otávio Augusto R.

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Reynir Hübner
PrintWriter is a part of the Java.io package. (not org.apacke.jsp). http://java.sun.com/j2se/1.3/docs/api/java/io/PrintWriter.html import it in your jsp. hope it helps -reynir -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: 18. janúar 2002 14:23 To: 'Tomcat

RE: tomcat doesn' t find beans

2002-01-17 Thread Reynir Hübner
try putting your beans into Jar files and insert those under tomcat\webapp\web-inf\lib\ the quickest way to try it is just to go into command promt change dir to web-inf\classes\ then execute the command, jar -cf filename.jar beans move the filename.jar under web-inf\lib\ hope it helps

RE: TomCat 4, Servlets Oracle JDBC

2002-01-17 Thread Reynir Hübner
Hi, To use the thin driver from oracle with in your servlets/jsp you must put the driver into your classpath. the simplest way to do this is to move classes12.jar (for oracle 8i) into the folder yourwebapp/WEB-INF/lib/ I must admit that I have no Idea if the jar files are installed anywhere

RE: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Reynir Hübner
we´re using tomcat 4.01 with mod_jk in production with IIS 5.0 with isapi_redirect.dll, with out problems. Does this little program have anything that the usual mod_jk, and isapi_redirect.dll doesn´t have ? bye [EMAIL PROTECTED] -Original Message- From: Terrence Beard [mailto:[EMAIL

RE: Tomcat 4.01, IIS and JSPs

2002-01-04 Thread Reynir Hübner
, IIS and JSPs Hi Reynir, Why do you need mod_jk for isapi_redirect.dll to work ?? -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 5:18 PM To: Tomcat Users List Subject: RE: Tomcat 4.01, IIS and JSPs we´re using tomcat 4.01 with mod_jk

RE: Is Tomcat considered to be a J2EE implementation?

2001-12-15 Thread Reynir Hübner
hello, The J2EE includes the following technologies : Servlets, JSP, JNDI, JAXP, JDBC, EJB, JMS, Java Transactions, JavaMail, Java IDL, J2EE connectors and Corba (am I missing something ?). Read all about j2ee and related technologies at http://java.sun.com/j2ee Tomcat is only a Servlet / JSP

RE: Is Tomcat considered to be a J2EE implementation?

2001-12-15 Thread Reynir Hübner
no Tomcat does not come with an EJB container, but it supports the use of EJBs with in servlets jsp. But you can download Jboss, bundled with Tomcat... Jboss is EJB container/ application server. Try it, it´s very good. hope it helps, -reynir -Original Message- From: Michael

RE: how can I switch off the directory listing

2001-12-09 Thread Reynir Hübner
yes. by going into the /$tomcathome/conf/web.xml and changing the listings attribute of the servlet configuration to false --- cut from my web.xml -- servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-clas s init-param

RE: IIS Ajp13 error

2001-12-08 Thread Reynir Hübner
my understanding of this system.out is that it´s ok, it´s only a debug. in the most recent version of tomcat, and the redirector this has been fixed and it does not print this line out. but you dont need to worrie about this... You can search the message archive, Henry Gomez has explained this

RE: tomcat jboss

2001-12-04 Thread Reynir Hübner
you can download a package of the two and alot of info on it from www.jboss.org check it out. -reynir -Original Message- From: renyu teng [mailto:[EMAIL PROTECTED]] Sent: 4. desember 2001 12:59 To: Tomcat Users List; [EMAIL PROTECTED] Subject: tomcat jboss this is a little bit off

what causes StackOverflowError at ...

2001-11-30 Thread Reynir Hübner
Using TC4.01, it seems to happen when executing an update on a MySQL database. Just wondering, what causes this error : java.lang.StackOverflowError at org.apache.catalina.core.ApplicationHttpRequest.setAttribute(Application HttpRequest.java:251) where should I look in my app ?? thanx

RE: URL for JavaBean tutorial

2001-11-24 Thread Reynir Hübner
try http://java.sun.com/docs/books/tutorial/ I hope you will find something usefull. regards, [EMAIL PROTECTED] -Original Message- From: Law Kim Soon [mailto:[EMAIL PROTECTED]] Sent: 24. nóvember 2001 15:22 To: [EMAIL PROTECTED] Subject: URL for JavaBean tutorial Hi all, I'm

RE: AJP bad read - 113

2001-10-23 Thread Reynir Hübner
:) It was a false exception - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Reynir Hübner [mailto:[EMAIL

RE: Tomcat-IIS integration

2001-10-23 Thread Reynir Hübner
hi, the only thing I can tell you to do is ... connect the AJP connectors accordingly to this document http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ and then try to use the documentation for tomcat 3.3 on how to intergrate into IIS. That´s what we did, and it works. hope it helps, - reynir

RE: Can the isapi_redirect.dll be used for Tomcat 4.0?

2001-10-22 Thread Reynir Hübner
nope. -Original Message- From: Bigelow, Mark [mailto:[EMAIL PROTECTED]] Sent: 19. október 2001 23:17 To: '[EMAIL PROTECTED]' Subject: Can the isapi_redirect.dll be used for Tomcat 4.0? If I change to point to the correct libraries in the new structure, can the old DLL be used?

RE: I'm using Tomcat, do I also need Apache

2001-10-19 Thread Reynir Hübner
We use tomcat as a servlet/jsp container inside of apache. Apache is alot faster in serving images / static content, than tomcat, but tomcat is obviously only used for executing java/jsp. We´ve done some tests... this { tomcat/standalone 201.47 tomcat/apache 296.35 }shows how many

RE: Will tomcat sessions work with IE6?

2001-10-02 Thread Reynir Hübner
I´ve also made few tests on this, sessions are being created both when user is logged on and not. the only thing I noticed was I could not find the cookie file that get´s created in the cookies folder of the userprofile. hope it helps -r -Original Message- From: Bavo De Ridder

RE: servlet to jsp

2001-09-30 Thread Reynir Hübner
u must use the requestDispatcher to forward the request onto the JSP page from the servlet. then you can use what ever in your JSP to access what ever beans your servlet instanciates and puts into the request object. request.putAttribute() -Original Message- From: Huaxin [mailto:[EMAIL

RE: servlet to jsp

2001-09-30 Thread Reynir Hübner
sorry I was going to write this into the other email ...but accidentaly clicked send... use this to forward the request.. RequestDispatcher dispatcher = getServletContext().getRequestDispatcher(ServletName); dispatcher.forward(request,response); hope it helps -r -Original

RE: Tag Libs And Model 2

2001-09-26 Thread Reynir Hübner
I would say tags can fit perfectly into your architecture, but it dependes on what functionality the tags should deliver. What kind of tags are you thinking of using ? in short, (I dont know if this will get throug understandably), Tags can be used in many different purpose. Tags that access

RE: why tomcat

2001-09-11 Thread Reynir Hübner
Tomcat is only a servlet/jsp container... To get EJB support you need an EJB container such as Jboss... Go to www.jboss.org and download a bundled jboss with tomcat for a simple setup and all the reading material you need. hope it helps, -r -Original Message- From: peter

RE: why tomcat

2001-09-11 Thread Reynir Hübner
but it does support EJBs. Is JBoss robust and secure enough to compete with Weblogig and other app servers. Thanks Peter PS. I'm currently downloading JBoss now. - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 10:43 AM

isapi_redirect problem (tc 3.2.3 / IIS5.0/ W2kpro)

2001-09-06 Thread Reynir Hübner
hi, I´m haveing the strangest problem. I´ve now tried to install the isapi_redirect 2 times, and I always end up with the same problem. Everything seems to be ok, I get the green arrow, I get the logfile (see below), and it almost works. I can call the tomcat with port 8080 all the time, but

RE: JSP and Connection Pooling

2001-08-09 Thread Reynir Hübner
I recomend you get your self something like poolman, or jdbcpool from www.bitmechanic.com because it must be better to use something like this, it has been tested and is btw free of charge to use and even distribute (bitmechanic). So I think you would be spending alot of time into doing something

image resize

2001-07-31 Thread Reynir Hübner
Hi, this is probably a bit of topic... What would be the best way to resize images with servlet ? I have .jpgs and .gifs in files (not kept in database) and I need to create new files in different sizes from those images. Is anyone willing to give me a hint (or more :) on how to do it. thanx

RE: Class reloading

2001-07-19 Thread Reynir Hübner
does anyone know how this is in tomcat 4 ? thanx -r -Original Message- From: Paul Foxton [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:23 AM To: '[EMAIL PROTECTED]' Subject: RE: Class reloading AFAIK tomcat doesn't support automatic reloading of classes. You do have to

project tomcat 4

2001-07-17 Thread Reynir Hübner
Does anyone know when the new tomcat 4 will be finished and when a final release is scheduled ? thanx -r

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Reynir Hübner
I think you need to download classes11.zip (rather than classes12.zip) from http://otn.oracle.com/software/content.html get a thin client driver for oracle 8.0 put the oracle.jar into your tomcat/lib Use the thin driver... hope it helps, -Original Message- From: [EMAIL PROTECTED]

<    1   2   3   4   >