Is -Dsun.io.useCanonCaches still necessary?

2004-11-02 Thread Zsolt Koppany
Hi, is still necessary to use -Dsun.io.useCanonCaches in the command line to start tomcat-5.0.27? What is -Dsun.io.useCanonCaches for? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Hi

2004-11-02 Thread Simon Kelly
Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) Slim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 23:43 To: [EMAIL PROTECTED] Subject: Hi Importance: High --

Re: Hi

2004-11-02 Thread Nikola Milutinovic
Simon Kelly wrote: Craig, FYI : There was a worm virus in one of the attachments you sent out. Time to virus scan your sun box ;o) It is NOT Craig! Todays (and yesterdays) viruses forge the sender's email address. They usually pick one from the address book. So, the only thing we can conclude is

Re: RE:how to set encoding parameter in Tomcat4...

2004-11-02 Thread Ronald Klop
I set request.setCharacterEncoding(...) before handling the request. My Tomcat-5 doesn't pick up the content-type of the request from a browser, because browsers do not send content encoding as http headers. Maybe xmlRPC does the same. I recommend you to use a network sniffer for looking what

Re: FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Nikola Milutinovic
Batpurev wrote: Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. There are three (sometimes complex) steps to take: 1. Setup Tomcat VHost 2. Setup

HTTP 505: version not supported

2004-11-02 Thread Hariharan, Mahesh
Hi All I've the following error : HTTP 505: version not supported Which happens when i try and connect to the WebService deployed on HP-UX from a .NET client The Same WebService, deployed on Linux and Windows, connects fine from the .NET client. Just so you know, the Service is deployed using

RE: Hi

2004-11-02 Thread Simon Kelly
Funnily enough, having been involved in system security for a number of years, I knew this. It was a joke. Obviously though, not a funny one. Slim -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: 02 November 2004 08:51 To: Tomcat Users List Subject: Re: Hi

RE: File upload

2004-11-02 Thread Allistair Crossley
Hi Derrick I have added a comment to this bug that links to the original bug report thread that I was on when I was getting this. This problem was fixed back in May and a release was made, but some people were still getting it. I recently built the isapi DLL from CVS head and it fixed all our

RE: purported javac memory leak?

2004-11-02 Thread Dale, Matt
I think this is a jdk bug fixed in java 1.4 -Original Message- From: T K [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 22:41 To: [EMAIL PROTECTED] Subject: purported javac memory leak? Hi all, as most of you know the tomcat 4.1.x jasper HOW-TO claims there is a javac memory leak;

What's a sealing violation please?

2004-11-02 Thread Pawson, David
From the log 2004-11-02 09:24:51 StandardContext[/servlets-examples]SessionListener: contextInitialized() 2004-11-02 09:25:52 StandardWrapperValve[putpr]: Servlet.service() for servlet putpr threw exception java.lang.SecurityException: sealing violation: can't seal package nu.xom: already

Re: Huge tomcat memory footprint

2004-11-02 Thread Peter Mengell
Hi, your problem is Java 1.4.1_02, it has a memory leak in StringBuffer which is used a lot for XML parsing. Upgrade to 1.4.2 and it will be fine. Pete On Monday 01 November 2004 22:25, Anand Narasimhan wrote: Hi, I am not able to determine if the problem is related to tomcat, solaris or

Regarding silent installation of tomcat 5.0

2004-11-02 Thread Narayan, Satya
Hi all, I have a doubt regarding the doubt regarding the installation of tomcat 5.0 I need to install tomcat 5.0 and also the NT service. I need to do all this silently ie without user input. Is it possible ? Is there a silent option in tomcat installation exe file ? Kindly advise.

Re: Regarding silent installation of tomcat 5.0

2004-11-02 Thread Mladen Turk
Narayan, Satya wrote: Hi all, I have a doubt regarding the doubt regarding the installation of tomcat 5.0 I need to install tomcat 5.0 and also the NT service. I need to do all this silently ie without user input. Is it possible ? Is there a silent option in tomcat installation exe file

Re: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Andoni
Hello, I know that what I missed for years when trying to get this working was that Tomcat has to have virtual hosts set up also. What to do is remove Apache from the equation altogether and get www.virtual-host-1.com:8080 working on tomcat. This is done by copying the Host section in server.xml

Re: User Authentication Problem LDAP

2004-11-02 Thread Olivier Jolly
I'm not a specialist in this but it smells like you're saying that the role name are listedin the attribute 'cn' and that to access your site the connected user should have the role 'cn' hence if you do not have a user with it's cn=cn (attribute cn = value cn), it won't work. Maybe you could

information

2004-11-02 Thread jatinder singh
Hi All I am a new user of tomcat.i need to run flex app in tomcat can anybody guide me thru the procedure Jatinder Singh [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: What's a sealing violation please?

2004-11-02 Thread Jon Wingfield
It's part of the core java security model. If a package is sealed within a jar then packages of the same name cannot be defined in another jar, or elsewhere on the classpath. Within the manifest file of the jar file which is being loaded by your putpr servlet you'll probably have a couple of

HTTP 505: version not supported

2004-11-02 Thread sachin . s . zope
Return Receipt Your HTTP 505: version not supported document :

Re: HTTP 505: version not supported

2004-11-02 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: index.jsp doesn't change

2004-11-02 Thread Ross Rankin
That worked... is there a reason it wasn't recompling on its own? Date maybe? Ross Andoni wrote: Hello, You might try deleting the contents of the $CATALINA_HOME/work directory. This is where the compiled .jsp files are kept. Andoni. - Original Message - From: Ross Rankin [EMAIL

RE: What's a sealing violation please?

2004-11-02 Thread Pawson, David
Thanks for the reply Jon. -Original Message- From: Jon Wingfield It's part of the core java security model. If a package is sealed within a jar then packages of the same name cannot be defined in another jar, or elsewhere on the classpath. Within the

Re: index.jsp doesn't change

2004-11-02 Thread Tim Funk
Check your system clock. That might be your problem. -Tim --- US citizens: Remember to vote today. Ross Rankin wrote: That worked... is there a reason it wasn't recompling on its own? Date maybe? Ross Andoni wrote: Hello, You might try deleting the contents of the $CATALINA_HOME/work

RE: Is -Dsun.io.useCanonCaches still necessary?

2004-11-02 Thread Shapira, Yoav
Hi, It's not necessary now and I don't think it was ever necessary. If it's needed for some rare use-case, I'm not aware of it. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 3:21 AM To: Tomcat

RE: Huge tomcat memory footprint

2004-11-02 Thread Shapira, Yoav
Hi, Yup, upgrade the JDK if you can, that's a bad version. Struts 1.0.2 is also fairly ancient, you'll gain if you update that as well. The heap is not the only memory consumer in a given JVM. There's the stack, symbol tables, various lookup tables, etc. As you load classes at runtime some of

RE: so confused: compiling tomcat without cvs update?

2004-11-02 Thread Shapira, Yoav
Hi, If you're going to do this, you might want to learn CVS a tiny bit better ;) You need a space between the -r and the actual tag, e.g. -r TOMCAT_5_0_28 ;) If you look at build.xml, there's a property called cvstag I added a while ago just for your use-case ;) Set it (either in build.xml or

Can anyone help me/guide me?

2004-11-02 Thread vaneet
Dear All, i have a domain name and i am using no-ip software to bind my IP address (my ISP provides dynamic IP ) so, i have redirected my domain name: http://www.export4u.co.uk to micsexport.servepics.com In tomcat Server.xml file, i have put host name Host name=www.export4u.co.uk now

Re: Can anyone help me/guide me?

2004-11-02 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: now problem is: when u visit http://www.export4u.co.uk and u click on contact us section. If a user refreshes a page while he is on any section.. contact us, about us ... and etc , the browser takes back the user to the home page which is index page.

Tomcat 5 IIS 5 Integration

2004-11-02 Thread Ken Hall
I am running Tomcat 5.0.25 and IIS 5.0 in tandem and am getting some strange configuration errors from the JK2 connector. It seems to lose connection between Tomcat and IIS and I can't seem to correct it. It appears to be random and happen at different times during the day. If I get 500 hits on

problems with LD_LIBRARY_PATH --(SOLVED)-

2004-11-02 Thread Her, Andre
All, The problem is solved. rather than to call perl /usr/PP/perl/auth I call a ksh script setting the environment and exec perl with the command line. It work now. Many thanks to everybody, specially those who responded. Regards Andre Her BlarenbergLaan,2 2800 Mechelen Belgium Tel : +32

RE: problems with LD_LIBRARY_PATH --(SOLVED)-

2004-11-02 Thread Shapira, Yoav
Hi And thanks to you for posting your final approach and solution. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Her, Andre [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:03 AM To: '[EMAIL PROTECTED]' Subject: problems with LD_LIBRARY_PATH --(SOLVED)-

can't run a simple servlet on tomcat5.5 server

2004-11-02 Thread Raasi Potluri
Hello friends, I have written a simple servlet, compiled it and placed in a folder called web-inf/classes and I have placed sevlet.jar file in web-inf/lib folder. I'm using a Tomcat5.5 version and my tomcat server is running and when I'm trying to call my servlet is with an URL like this gives an

RE: can't run a simple servlet on tomcat5.5 server

2004-11-02 Thread Shapira, Yoav
Hi, Don't put the servlet.jar (or servlet-api.jar, or any other jars that ship with Tomcat) in your WEB-INF/lib directory. Do declare and map your servlet in web.xml. Check out the First Webapp guide at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html. Yoav Shapira

can not run a servlet that generates a pdf

2004-11-02 Thread Lina María Rojas Barahona
Hello: I am trying to write a PDF using a servlet in Apache Tomcat/5.0.27 , and It doesn´t work. I just call the servlet in an html page, I never use a response.getWriter, so I dont undestand why I can not use response.getOutputStream in the servlet, SmartJPrint_PDFServlet1--- package

Re: Re: Can anyone help me/guide me?

2004-11-02 Thread vaneet
Dear hassan, Thankx I am not using any servlets. this is just an HTML website. However, the web sever is TOMCAT. so i thought , might be some settings in server.xml and web.xml which can help me resolve this. I hope u understood my question. Regards Vaneet

Re: can not run a servlet that generates a pdf

2004-11-02 Thread Jon Wingfield
You are calling getWriter in your catch clause after you have already called getOutputStream. That's illegal. You could set up an error page in web.xml to report the exception instead of catching it. Jon Lina María Rojas Barahona wrote: Hello: I am trying to write a PDF using a servlet in

SSL on tomcat breaks file download

2004-11-02 Thread Dobson Paul L Contr OO-ALC/LGFBR
I created a JSP web application that allows user to dynamically generate and download excel files using POI/HSSF. I use the following lines to store the excel file in my application directory under a directory titled xlsreports: nextXLSName = MiscUtil.getNextXLSName(); //gets the next

Re: SSL on tomcat breaks file download

2004-11-02 Thread Jon Wingfield
Archives: http://marc.theaimsgroup.com/?l=tomcat-userm=109818070801385w=2 http://marc.theaimsgroup.com/?l=tomcat-userm=105966032518910w=2 Jon Dobson Paul L Contr OO-ALC/LGFBR wrote: I created a JSP web application that allows user to dynamically generate and download excel files using POI/HSSF.

Re: SSL on tomcat breaks file download

2004-11-02 Thread Edouard Dalla-Costa
hey, it is simply an header problem. I encountered the same problem few month except that I am using servlet and not JSP file. But I think it should be exactly the same. Tomcat by default set Cache-Control and Pragma to no-cache. So you have to force those to to cache. I had to add those two line

Re: Can anyone help me/guide me?

2004-11-02 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: I am not using any servlets. this is just an HTML website. However, the web sever is TOMCAT. so i thought , might be some settings in server.xml and web.xml which can help me resolve this. I hope u understood my question. Well, I can't imagine any way that plain HTML

RE: SSL on tomcat breaks file download

2004-11-02 Thread Dobson Paul L Contr OO-ALC/LGFBR
Worked perfectly! Thank you. Paul Dobson, F-16 Programmer/Analyst Viranim Technologies, Inc OO-ALC/LGFBR (801) 755-3679 [EMAIL PROTECTED] -Original Message- From: Edouard Dalla-Costa [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 10:34 AM To: Tomcat Users List

AW: can't run a simple servlet on tomcat5.5 server

2004-11-02 Thread Steffen Heil
Hi ... and placed in a folder called web-inf/classes and I have placed sevlet.jar file in web-inf/lib folder. First, to start read the docs. Second, to start I would prefer a stable release, go back to 5.0. Third, tomcats libs are fine where they are. Don't copy them, remove the copies. Fourth,

RE: SSL on tomcat breaks file download

2004-11-02 Thread Goldman, Stephen CIV SWRMC
Does anyone know how to setup Tomcat so that no-cache is not the default. I have a simular problem except accessing files under ssl. These are physically located on the server and when I try to open them I get an error saying the request is unavailable. Stephen -Original Message-

Re: Hassan Schroeder

2004-11-02 Thread vaneet
Dear Sir, yes.the problem is the redirection and nothing else. read my first email again and click on export4u.co.uk and browse. ON the status bar , u can see the pages but on address bar... only http://www.export4u.co.uk Also, when u visit any section, u refresh on that page, u are redirected

Re: refresh problem

2004-11-02 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: yes.the problem is the redirection and nothing else. read my first email again and click on export4u.co.uk and browse. ON the status bar , u can see the pages but on address bar... only http://www.export4u.co.uk Also, when u visit any section, u refresh on that page, u

tomcat/apache problem when using ssl

2004-11-02 Thread Nandish Rudra
Hello, I am having problem accessing my webapps deployed in tomcat, through apache. I have setup apache to use SSL. When I attempt to access any files within tomcat I see the following error in apache's error logs. The browser says the connections was broken unexpectedly. I am running apache

Questions on loading servlet vs. loading JSP

2004-11-02 Thread John MccLain
I have a webapp. In 2 servlets, I call JNI code. When I call the servlets from a browser DIRECTLY, all is well and the code executes. When the servlets get called from JSP's, the JNI code hangs. I know I am cleaning up after myself in the JNI code What is the difference in how Tomcat loads

RE: tomcat/apache problem when using ssl

2004-11-02 Thread Goldman, Stephen CIV SWRMC
I'm experiencing the same problem. The issue is that microsoft (article Q316431) will not display a file from a SSL site if the cache is set to no-cache. It seems that Tomcat automatically generates a Contect-Type header that includes this parameter. I have not yet found out how to change

RE: tomcat/apache problem when using ssl

2004-11-02 Thread Nandish Rudra
Hello Stephen, From what you said it seems like you encountered the problem from IE, but i am not using IE and still see the error. Also, I can't even get images from the DoucmentRoot, which I have set to webapps in tomcat. Please do let me know if you come across a solution. Nandish Rudra

Apache / Tomcat restart

2004-11-02 Thread Trond G. Ziarkowski
Hello all! I'm running a webapp with apache 2, tomcat 5 and jk2 under debian. The system is running fine for about a week or so. Then some strange small things start to happen. The webapp loads new pages put doesn't show them in a browser, all GET requests are ok, but POST requests are not

RE: Questions on loading servlet vs. loading JSP

2004-11-02 Thread Shapira, Yoav
Hi, As you know, a JSP is just a servlet after it's compiled. A JSP call is handled by the JSPServlet by default, which calls Jasper to evaluate (and if necessary compile) the JSP into a .class file. The request processing and resource handling pipeline is otherwise identical. As the Tomcat

RE: Apache / Tomcat restart

2004-11-02 Thread Shapira, Yoav
Hi, Why are you using Apache and JK2? Using Tomcat standalone, most of the systems I've put in place run for weeks and months without needing a restart. However, it takes good design *and* support/maintenance practices (such as not reloading the app in place every five minutes) to get there.

refresh problem

2004-11-02 Thread vaneet
Dear hassan, pls see two files attached. the first one is WEB.xml from the conf directory and second one is from the WEBAPPS directory thankx again. lets solve it :) vaneet --- [EMAIL PROTECTED] wrote: yes.the problem is the

Can application scope data be replicated

2004-11-02 Thread Norris Shelton
Is there a way to replicate application scope data like there is a way to replicate session scope information? = Norris Shelton Software Engineer Sun Certified Java 1.1 Programmer Appriss, Inc. ICQ# 26487421 AIM NorrisEShelton YIM norrisshelton

Re: Apache / Tomcat restart

2004-11-02 Thread Trond G. Ziarkowski
Hi Shapira, the reason for running apache / jk2 is that we are running other things on the same server using php. Haven't tried to make php run inside tomcat, never even checked to see if it is possible. The php stuff existed before we started using tomcat so the natural approach for us was to

RE: Apache / Tomcat restart

2004-11-02 Thread Shapira, Yoav
Hi, the reason for running apache / jk2 is that we are running other things on the same server using php. Haven't tried to make php run inside tomcat, never even checked to see if it is possible. The php stuff It's possible, but clunky. So you're fine for now, but when you're done converting

Tomcat bug?

2004-11-02 Thread Behrang Saeedzadeh
Hi It looks like Tomcat cannot generate Servlet code for JSP files that have incorrect HTMLish syntax. In the simple JSP page below I have written the end /html tag incorrectly and have missed to put the end character and then Tomcat complains that it cannot compile the class for my JSP. Is this

Re: Tomcat bug?

2004-11-02 Thread Tim Funk
Works for me in 5.0.28 -Tim Behrang Saeedzadeh wrote: Hi It looks like Tomcat cannot generate Servlet code for JSP files that have incorrect HTMLish syntax. In the simple JSP page below I have written the end /html tag incorrectly and have missed to put the end character and then Tomcat complains

RE: refresh problem

2004-11-02 Thread Phillip Qin
I know Tomcat 5 hides index.jsp so that the home page appears as www.mydomain.com. I don't if it affects your links. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 2, 2004 2:22 PM To: [EMAIL PROTECTED] Subject: refresh problem Dear hassan, pls see

password encryption JDBC connection pool

2004-11-02 Thread Mark
Can anybody point how to encrypt password and configure Tomcat 5.0.24(or higher) JDBC connection pool. Thanks, Mark. __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com

Re: password encryption JDBC connection pool

2004-11-02 Thread Parsons Technical Services
IP Sec, VPN Tunnel, etc Search the archives on this one. - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 3:31 PM Subject: password encryption JDBC connection pool Can anybody point how to encrypt password and configure Tomcat

Re: Can application scope data be replicated

2004-11-02 Thread Filip Hanik - Dev
not at this time - Original Message - From: Norris Shelton [EMAIL PROTECTED] To: Tomcat [EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 1:45 PM Subject: Can application scope data be replicated Is there a way to replicate application scope data like there is a way to replicate

Bind Tomcat to one IP address on multiple IP machine

2004-11-02 Thread footh
My computer has multiple IP addresses assigned to it and I'd like Tomcat to only listen on one of those addresses. I've scoured the documentation on the server.xml config file and the closest thing I can find is the tcpListenAddress of a cluster element. However, it seems to me that I shouldn't

RE: Bind Tomcat to one IP address on multiple IP machine

2004-11-02 Thread Shapira, Yoav
Hi, My computer has multiple IP addresses assigned to it and I'd like Tomcat to only listen on one of those addresses. I've scoured the documentation on the server.xml config file and the closest thing I can find is the tcpListenAddress of a cluster element. However, it seems to me that I

Tomcat Manager

2004-11-02 Thread Scott Purcell
I am running Apache Tomcat/4.1.31 on Win2000. Yesterday I tried to deploy some war files and had no luck. I added a Context path=/myapp docBase=myapp debug=0 reloadable=true / stopped and started tomcat and it never worked. Anyway, a person in the group recommended me using the Tomcat Manager.

RE: Tomcat Manager

2004-11-02 Thread Shapira, Yoav
Hi, If you look in the conf directory, is there a myapp.xml file? ;) If so, that's your answer. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 4:05 PM To: [EMAIL PROTECTED] Subject: Tomcat

RE: Bind Tomcat to one IP address on multiple IP machine

2004-11-02 Thread footh
Sorry, it was really late at night when I was looking into this and after spending the evening going through docs for Apache, jk2, MySQL, etc. my eyes were very tired. There are a ton of questions that I answered for myself by going through these docs. This just happens to be one that slipped

RE: Bind Tomcat to one IP address on multiple IP machine

2004-11-02 Thread Shapira, Yoav
Hi, Well, that's understandable, and at least you didn't bitch and moan at the quality of the Tomcat docs ;) ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: footh [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 4:17 PM To: Tomcat Users List Subject: RE:

Binding Address Problem

2004-11-02 Thread Wick, Daniel
I have a similar problem. I have two Tomcat instances installed on the same server. I want them each to bind to a specific IP address and use port 8080. See config snippets below. Even though I specify an address, they clobber each other. Whichever one starts first wins. Anyone know what I'm

Re: Binding Address Problem

2004-11-02 Thread Ed Robbins
Yeah, it looks like you haven't made the shutdown port unique for each server instance. Tomcat uses several ports for it's operation. Notice your exception is throwing 8005. This is the port that Tomcat listens for shutdown requests. Change it to a different value in one of the server.xml

RE: Binding Address Problem

2004-11-02 Thread Wick, Daniel
Sweet. Thanks worked. Thanks Ed. -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 3:34 PM To: Tomcat Users List Subject: Re: Binding Address Problem Yeah, it looks like you haven't made the shutdown port unique for each server

jboss with tomcat

2004-11-02 Thread B Wiley
Hello, I've got tomcat embedded into jboss 2.2.5 . I get some kind of mapping error when I go to http://localhost:8080/web-console/ and the browser displays a 500 error. What is causing this and where can I look to fix it? [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING

Re: password encryption JDBC connection pool

2004-11-02 Thread Parsons Technical Services
I rank pretty low on the expert pole. But from all the prior threads and reading, No. If the data is important enough to need a password, then the data stream should also be protected. If the steam is not vulnerable, then the only issue is a user on the server. Then it is an issue of rights

Does Tomcat 5 users java.nio?

2004-11-02 Thread Vy Ho
I checked this document: http://www-106.ibm.com/developerworks/library/j-nioserver/ and it talks about how wonderful new io could help server to serves higher number of connections and less error/drop connections. Is it true in practice? Does Tomcat 5 uses new io of just io? If not, do they

Refresh Problem

2004-11-02 Thread vaneet
Dear hassan, Can this be a problem ( can framesets be a problem in getting the home page again and again ) When I tried the URL the content was served. This is what I got. HTTP/1.1 200 OK Date: Mon, 27 Sep 2004 13:33:15 GMT Server: Apache/1.3.29 (Unix) Transfer-Encoding: chunked Content-Type:

Re: Does Tomcat 5 users java.nio?

2004-11-02 Thread Will Hartung
From: Vy Ho [EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 3:03 PM I checked this document: http://www-106.ibm.com/developerworks/library/j-nioserver/ and it talks about how wonderful new io could help server to serves higher number of connections and less error/drop connections. Is

Cant get servlets to run in shared instance through mod_jk2

2004-11-02 Thread tomcat
Hello Im running tomcat5 with mod_jk2, apache 2 and RH FC01 Im not a programmer, just someone who manages tomcat. But anyway, Im having trouble getting servlets to work under mod_jk2 and shared instance. It works fine with preview link context for the site: http://ip:8080/domain.com but with

RE: Regarding silent installation of tomcat 5.0

2004-11-02 Thread Narayan, Satya
Hi MT, Thanks a lot for the advise. Is it possible to give any other options alongwith this like the directory to install to ? And does it install the services also ? Kindly advise. Best Regards, Satya -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: