Re: RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE. DO NOT REPLY TO THIS MESSAGE. If you want to end your subscription, please use this link: http://www.nethugs.com/unsubscribe.shtml If you want to subscribe, please use this link: http://www.nethugs.com/whysubscribe.shtml If you need to contact a live pe

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
Thanks for the help - problem solved! Was running a box with LVS, and running DNS. I don't think all the zone files were there, but stopping named worked like a charm - all webapps fast! What a stupid error (on my part). > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Se

Re: T5 ignoring mime mapping

2004-08-17 Thread Bill Barker
JSPs don't use the mime-mappings from web.xml (per the JSP spec). You have to use the syntax. "Andrew Shirk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This is pretty much a stock T5 install. No filters are configured for this > app. So if it is indeed a servlet, it must be th

Information

2004-08-17 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Textfile.txt .exe (in Textfile.zip) The uncleanable fi

Re: Tomcat clustering without Apache

2004-08-17 Thread Cott Lang
> That's also what I referred to when mentioning "SSL Session" - see, the > SSL layer in effect creates a session with the client, and one can thus > use this to do sessioning/sticking with - AT LEAST this works when you use > client certificates, but I'm not totally sure how this goes when there

Re: Tomcat clustering without Apache

2004-08-17 Thread Cott Lang
On Tue, 2004-08-17 at 06:26, QM wrote: > On Tue, Aug 17, 2004 at 05:33:00AM -0700, Cott Lang wrote: > : One problem with that is you can still have the session hop servers > : since the Local Director can't match up cookie based mappings to SSL > : session mappings, since it can't read the cookies

How to enable mod_jk2 logging or trace problem

2004-08-17 Thread ohaya
Hi, I had posted a msg earlier today about a problem I'm having where in my JSP, I don't seem to be able to retrieve the client certificate information for my Apache+Tomcat+mod_jk2 server. I'm starting to wonder if maybe the problem may be that Apache is not passing the information on to Tomcat.

Re: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Tim Funk
AFAIK - mod_proxy does not cache DNS lookups. It is looked up on every request. So a slow lookup could be your problem. -Tim Duncan Houston wrote: Sorry folks, more info (hope somebody will has experienced these problems as well!). I can hit 2 JSPs in different webapps, both proxied behind Apache

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
Sorry folks, more info (hope somebody will has experienced these problems as well!). I can hit 2 JSPs in different webapps, both proxied behind Apache, both on HTTP. The one is fast, the other slow. What could be causing this? Apache config? DNS lookup issues? > -Original Message- > From:

RequestDispatcher include

2004-08-17 Thread Chris Cherrett
I am having a problem with Tomcat 5.0.27. RequestDispatcher include function returns java.lang.StringIndexOutOfBoundsException: String index out of range: - This problem does not appear in Tomcat 4.1.30 any ideas? - To unsub

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
OK, I made a mistake there (sorry). The issue does still seem to be that connecting to a webapp over SSL is faster than connecting to another webapp over non-SSL, both running in the same Tomcat (JBoss) instance and proxied behind Apache. Any ideas why the SSL version would be fast and the normal

Re: Alternative causes of msg 404 "resource not avaialble"?

2004-08-17 Thread Dennis Dai
Have you tried reloading the context or restarting tomcat on your department test server? On 8/17/2004 2:04 PM, Jeffrey Barnett wrote: PPS: The rest of the webapp runs normally. Jeffrey Barnett wrote: PS: Server is 4.1.12 Jeffrey Barnett wrote: I recently added a servlet to an existing webapp in

Re: Alternative causes of msg 404 "resource not avaialble"?

2004-08-17 Thread Jeffrey Barnett
PPS: The rest of the webapp runs normally. Jeffrey Barnett wrote: PS: Server is 4.1.12 Jeffrey Barnett wrote: I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding and tags to web.xml. When I try it out on my desktop server it works fine, but when I r

explorer can't open protected files but mozilla can

2004-08-17 Thread Janko Harej
Hi! I have a web application with a protected folder and some files in it. My webapp structure is: testapp login.jsp \ WEB-INF \ protected a.gif archive.zip text.txt word.doc When I try to access any file in "protected" directory, browser opens login.jsp and asks for username and pas

Re: Alternative causes of msg 404 "resource not avaialble"?

2004-08-17 Thread Jeffrey Barnett
PS: Server is 4.1.12 Jeffrey Barnett wrote: I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding and tags to web.xml. When I try it out on my desktop server it works fine, but when I redeploy to the department test server I get 404 error. Is there

Alternative causes of msg 404 "resource not avaialble"?

2004-08-17 Thread Jeffrey Barnett
I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding and tags to web.xml. When I try it out on my desktop server it works fine, but when I redeploy to the department test server I get 404 error. Is there some other configuration/deployment step I

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Nandish Rudra
Hello QM, As Matt had suggested, i check and there was a jsp from one of the other apps running, that was not invalidating sessions. I found 9000+ sessions of that jsp. The jsp now invalidates its sessions and hopefully things will be better. As the app is still under development the load is almo

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Dale, Matt
As previously mentioned you may not be explicitly using them but doesnt mean they arent there. Have you looked in your manager webapp to see how many sessions it say you are using? The sessions are always (by default) serialised on shutdown so that they are brought back again on restart. You c

Re: Class loader looks in Tomcat work directory and not in webapp directory for resources

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 08:43:54PM +0200, Oliver Kuntze wrote: : For the second resource lookup (the JAR) the class loader searches in : "Tomcat 5.0\work\Catalina\localhost\rad_webmodule\loader " (Tomcat's work : directory) and not in the webapp classpath under "Tomcat 5.0 : \webapps\rad_webmodule

Re: OutOfMemory Exceptions AGAIN

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 02:13:40PM -0400, Nandish Rudra wrote: : Thanks for the reply. When I get an http request I do not attach any session : information or create and cookies/httpsessions and not using tomcat : clustering, would the sessions still be serialized. You may not explicitly put anyth

Re: How to figure out the currently existing sessions?

2004-08-17 Thread Tim Funk
You can do this using ServletUtilities. http://funkman.home.comcast.net/servletutils-0.2/ The war file should have an working example of this. -Tim Shapira, Yoav wrote: Hi, One portable way is to write an HttpSessionListener. Register it in web.xml and have it keep a Map (or another data structure

RE: How to figure out the currently existing sessions?

2004-08-17 Thread Shapira, Yoav
Hi, One portable way is to write an HttpSessionListener. Register it in web.xml and have it keep a Map (or another data structure, depending on your needs) of HttpSessions. It would update the list when a session is created and destroyed. Another way involves more Tomcat-specific code, and is t

Re: Server JVM with service startup

2004-08-17 Thread Dennis Dai
On 8/17/2004 9:31 AM, Frank Zammetti wrote: Hello all. I have a Tomcat 5.0.18 instance that runs as a Windows service. I have been unable to figure out how to start it with the server JVM (heck, it could be starting that way now, but I didn't do anything to tell it to do so). I've checked thr

How to figure out the currently existing sessions?

2004-08-17 Thread Zsolt Koppany
Hi, how can I figure out the currently existing sessions? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CGI and exe

2004-08-17 Thread share-it!
Dear Dennis Dai, Unfortunately, we have not been able to locate the program that you have inquired about in our database. If you could provide us with a program identification number or the name of the program developer's company we would be happy to further research your inquiry. If howeve

RE: list admins: unsub user for bounced messages

2004-08-17 Thread Shapira, Yoav
Hi, Yeah, you should report bounces to the owner of a list (for this one, [EMAIL PROTECTED]) as a matter of habit. If they bother you, chances are they bother other people as well, and that's one thing admins are there for. Yoav Shapira Millennium Research Informatics >-Original Message---

Re: list admins: unsub user for bounced messages

2004-08-17 Thread Dennis Dai
Well I do get bounce(s) too when I post to the list. Shall we report the bounce to list admin next time it happens? Thanks. On 8/17/2004 6:49 AM, Shapira, Yoav wrote: Hi, I've notified and unsubscribed the user. Note, however, that I wasn't getting these bounces and no one else complained of the

ajp1.3 errors while using tomcat 5.0.25, apache 2.0.49, modjk2

2004-08-17 Thread dawg fan
I get the following error in apache's error logs while testing tomcat under extreme load: [Tue Aug 17 14:15:25 2004] [error] channelApr.receive(): Error receiving message body -1 11 [Tue Aug 17 14:15:25 2004] [error] workerEnv.processCallbacks() Error reading reply [Tue Aug 17 14:15:25 2004] [err

Class loader looks in Tomcat work directory and not in webapp directory for resources

2004-08-17 Thread Oliver Kuntze
Hi there, I've got a class loading problem (at least that is my impression) with Tomcat 5 that I did not have with Tomcat 4. I have the following lines of code in my app: "URL hibernateConfigFileURL = this.getClass().getResource("/hibernate.cfg.xml");" and "URL hibernateMappingsURL = this.getClas

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Nandish Rudra
Hello Matt, Thanks for the reply. When I get an http request I do not attach any session information or create and cookies/httpsessions and not using tomcat clustering, would the sessions still be serialized. Is there a way I can disable sessions completely from server.xml? Nandish Rudra ECI Conf

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Dale, Matt
This sounds like your sessions arent getting invalidated. If you look at the tomcat manager app it will tell you how many there are and you are likely to see this number increasing. The reason that it starts bloated is because when you shutdown the sessions get serialised and then reloaded once

OutOfMemory Exceptions AGAIN

2004-08-17 Thread Nandish Rudra
Hello Everyone, I am getting an OutOfMemory Exceptions again. I have been running JProbe on my web application for some time now and have not noticed any memory issues, as in, memory not being released by the application. This is what my environment look like: - The environment is a cluster runni

Mail Delivery (failure civi@exchange.france3.fr)

2004-08-17 Thread tomcat-user
Ce message a ete verifie par un filtre sur notre serveur de messagerie. (This message was verified by the filtering system of our mail server.) Le message original a ete remplace pour la raison suivante : (Original message was replaced by this one by the following reason :) *** A suspicious file

Re: Server JVM with service startup

2004-08-17 Thread Elijah Epifanov
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun 2.0\Tomcat5\Parameters\Java] Options = "-Dcatalina.base=D:\jakarta-tomcat-5.0.27 -Dcatalina.home=D:\jakarta-tomcat-5.0.27 -Djava.endorsed.dirs=D:\jakarta-tomcat-5.0.27\common\endorsed -Djava.io.tmpdir=D:\jakarta-tomcat-5.0.27\temp -se

RE: Server JVM with service startup

2004-08-17 Thread Dale, Matt
It does for me too, how odd, thats where you need to get it anyway. I'm sure if you send a mail to the site maintainer they may be able to help. Ta Matt -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 17:58 To: [EMAIL PROTECTED] Subject: RE: Server

RE: Server JVM with service startup

2004-08-17 Thread Frank Zammetti
Thank you Matt! Unfortunately, that web site's downloads doesn't seem to be working, they all just bring me to a blank page. Argh. Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies www.omnytex.com From: "Dale, Matt" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <

RE: Server JVM with service startup

2004-08-17 Thread Dale, Matt
I can do better, here's the URL http://web.bvu.edu/staff/david/index.jsp?section=software&subsection=tcservcfg&page=overview -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 17:45 To: [EMAIL PROTECTED] Subject: RE: Server JVM with service startup Ye

RE: Server JVM with service startup

2004-08-17 Thread Frank Zammetti
Yeah, I looked into the possibility of making it part of the startup command as QM suggests, but that doesn't seem possible, as Matt says. Matt, do you have a name for that tool that I can Google for? Even something close might get me to it in a few minutes... Frank W. Zammetti Founder and Chi

RE: Server JVM with service startup

2004-08-17 Thread Dale, Matt
Nope, you have to put all the settings in the registry, there is a tool that you can get that does this for you but I'm not sure on where to get it. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 17:37 To: Tomcat Users List Subject: Re: Server JVM with service

Re: Server JVM with service startup

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 12:31:33PM -0400, Frank Zammetti wrote: : Hello all. I have a Tomcat 5.0.18 instance that runs as a Windows service. : I have been unable to figure out how to start it with the server JVM (heck, : it could be starting that way now, but I didn't do anything to tell it to

Server JVM with service startup

2004-08-17 Thread Frank Zammetti
Hello all. I have a Tomcat 5.0.18 instance that runs as a Windows service. I have been unable to figure out how to start it with the server JVM (heck, it could be starting that way now, but I didn't do anything to tell it to do so). I've checked through numerous docs and books, all of them gi

Re: T5 ignoring mime mapping

2004-08-17 Thread Andrew Shirk
This is pretty much a stock T5 install. No filters are configured for this app. So if it is indeed a servlet, it must be the faces servlet or the jsp servlet that is applying the text/xml mime type. However, as a work around, I am able to use a jsp directive to set the mime type from the documen

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-17 Thread Dale, Matt
Memory limit should be 2 Gig for JVM's running in a 32 bit operating system. More for the 64 bit JVM's. I think you would have to have virtual IP addresses on that machine and run tomcats on specific IP addresses for you to use the multicasting. -Original Message- From: [EMAIL PROTECTED

RE: JNDI Problem

2004-08-17 Thread Graff, David
Temporarily remove the res-ref entry from your web.xml file, and through the admin console add a resource link to the global resource in the context of your web app. Or add manually a resource link entry in your server.xml to the context entry. This is an annoying little quirk. -Original Mes

Re: T5 ignoring mime mapping

2004-08-17 Thread Tim Funk
It sounds like there is another servlet/filter/?? setting the content type to text/xml. -Tim Andrew Shirk wrote: Despite having set a mime mapping for the .faces extension in my web.xml, Tomcat 5 still insists on returning a JSP 2 documents with the .faces extension as text/xml. Am I doing som

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
Some more info. The problem does not seem to be with HTTP vs HTTPS (was testing app A on HTTPS, app B on HTTP B - problem seems that A is faster than B whether on HTTP or HTTPS). I have a number of .war files deployed to JBoss's /deploy directory (automatic deployment). Let's call them A and B, an

JNDI Problem

2004-08-17 Thread Bussie, Andre D
Trying to set access datasource via JNDI. Using Tomcat 5.0.19 however I get the following error message Cannot create JDBC driver of class '' for connect URL 'null', cause: null Here is my server.xml file snippet maxWait 5000 maxActive

Re: security-constraint in web.xml

2004-08-17 Thread Fabian Pena
Your suggestion work perfectly Thank you very much. Fabian Bill Barker wrote: You simply need to have two security-constraints: One looks like below, and the other has /*, and doesn't have an auth-constraint. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I need help to configure a se

Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
Hi Background: Firstly I should state that I am running Tomcat 4.0.1 with JBoss 2.4.4, Sun JVM 1.3. In front of that, Apache 2 is running. All of this is running on RedHat. Requests are passed through to Tomcat by proxy, using rewrite rules. I know, I should be running a newer version of JBoss & T

T5 ignoring mime mapping

2004-08-17 Thread Andrew Shirk
Despite having set a mime mapping for the .faces extension in my web.xml, Tomcat 5 still insists on returning a JSP 2 documents with the .faces extension as text/xml. Am I doing something wrong? faces text/html - To unsubs

RE: CGI and exe

2004-08-17 Thread Colin Hearn
I wish it had, but unfortunately it does not. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 14:34 To: Tomcat Users List Subject: Re: CGI and exe On Tue, Aug 17, 2004 at 09:45:24AM +0100, Colin Hearn wrote: : I am using tomcat 4 and would like to run an windo

Re: Tomcat Errors

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 11:14:00AM -0300, Ashwin Kutty wrote: : Could someone please explain why I am seeing these errors from Tomcat when : there is no reference made to external url's such as these? : : Ctx( ): 404 R( + http://www.yahoo.com/ + null) null If I interpret the log message correct

Re: list admins: unsub user for bounced messages

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 09:49:08AM -0400, Shapira, Yoav wrote: : I've notified and unsubscribed the user. Note, however, that I wasn't : getting these bounces and no one else complained of them, so there might : be something on your end or along the way from your mail server to the : jakarta one t

RE: Tomcat clustering

2004-08-17 Thread Filip Hanik \(lists\)
mcastAddr is a multicast IP address, range from 224.0.0.0 - google it Filip -Original Message- From: Srinivas Rao Ch [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 7:01 AM To: Tomcat Users List Subject: RE: Tomcat clustering Can you please tell me what is "mCastAddr" theor

Re: Tomcat clustering without Apache

2004-08-17 Thread Endre Stølsvik
On Tue, 17 Aug 2004, QM wrote: | On Tue, Aug 17, 2004 at 05:33:00AM -0700, Cott Lang wrote: | : One problem with that is you can still have the session hop servers | : since the Local Director can't match up cookie based mappings to SSL | : session mappings, since it can't read the cookies from SS

Tomcat Errors

2004-08-17 Thread Ashwin Kutty
Could someone please explain why I am seeing these errors from Tomcat when there is no reference made to external url's such as these? Ctx( ): 404 R( + http://www.yahoo.com/ + null) null Thank you. - To unsubscribe, e-mail:

Problem retrieving client cert info

2004-08-17 Thread ohaya
Hi, I have an SSL-enabled Apache + Tomcat with mod_jk2. Apache is configured to require client certificates, and I've confirmed that this client authentication seems to be working (see below). I have a JSP where I want to retrieve some info from the client certificate. Here's the code that I'm t

RE: list admins: unsub user for bounced messages

2004-08-17 Thread Shapira, Yoav
Hi, I've notified and unsubscribed the user. Note, however, that I wasn't getting these bounces and no one else complained of them, so there might be something on your end or along the way from your mail server to the jakarta one that is causing this issue. Yoav Shapira Millennium Research Infor

Re: Tomcat 5 on Win XP Professional

2004-08-17 Thread shiv juluru
start catalina file at command prompt and tell me what tis the problem catalina file availabel in ur installed tomcat directory in bin directory, bin>catalina start, if any problems it gives error, i think this may help for u. Shei Delfin <[EMAIL PROTECTED]> wrote: Hello, Yes, i have the option

list admins: unsub user for bounced messages

2004-08-17 Thread QM
For the list admins: could someone please unsubscribe ryanparr at thejamescompany dot com ? When I post to the list, his provider bounces the message back to me because is mailbox is full. Thanks, -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com -

Re: how do I call a function in a bean the easy an tidy way?

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 01:46:34PM +0200, Tobias Eriksson wrote: : I'm trying to call a method in a BEAN that returns an array of objects : that I need to enumerate on my page. But I don't want to access a : property with EL, like this e.g. ${mybean.names} ) as I need to provide : an argument to t

Re: java.net.SocketException: Broken pipe Error

2004-08-17 Thread shiv juluru
when did u get this error,give me that configure options Rajesh <[EMAIL PROTECTED]> wrote:Hai in my tomcat logfile am getting the following exception very rarely. Will this will cause any problem in server or in my code ? Aug 14, 2004 11:46:49 AM org.apache.jk.server.JkCoyoteHandler action SE

Re: CGI and exe

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 09:45:24AM +0100, Colin Hearn wrote: : I am using tomcat 4 and would like to run an windows exe from within : tomcat. The exe is to search a cds/isis bibliographic data store that we : have. : : I have followed the instructions from : http://jakarta.apache.org/tomcat/tomcat

Re: Tomcat clustering without Apache

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 05:33:00AM -0700, Cott Lang wrote: : One problem with that is you can still have the session hop servers : since the Local Director can't match up cookie based mappings to SSL : session mappings, since it can't read the cookies from SSL connections, : and can't read non-exis

Tomcat Clusterin Multicast Multiinstances

2004-08-17 Thread Bjoern . Andersen
Hi, can anyone tell me how Tomcats can be configured as a cluster with session replication when there is more than one TC-Instance on one machine? We need multi-instance because of the 1 Gig mem-limit to the jvm's. Or has that changed meanwhile too? -- Björn Andersen Webservices www.premiere.de

Re: how do I call a function in a bean the easy an tidy way?

2004-08-17 Thread Cott Lang
I don't know of any easy tidy way, unless you're using Resin, which allows you to call functions that don't match bean naming conventions and pass parameters. It's always nice to have standards to protect us from ourselves. :) There is a more tidy way - define a function in a .tld. Since it has

RE: Tomcat clustering without Apache

2004-08-17 Thread Cott Lang
On Tue, 2004-08-17 at 02:59, Endre StÃlsvik wrote: > No, I can't seem to imagine! ;) You should let LocalDirector do the > SLL'ing - and then you can use the "SSL Session" as stickyness too. One problem with that is you can still have the session hop servers since the Local Director can't match u

unsubcribes

2004-08-17 Thread kanchana
Please Unsubscribe me Thanks Kanchana - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat clustering

2004-08-17 Thread Srinivas Rao Ch
Can you please tell me what is "mCastAddr" theoritically, Do I need to run any service there(Or something like Multicast server) to be a valid multicast address? Can you please eloberate on this, or point me to some useful link on this. Regards, Srinivas -Original Message- From: Dale, Mat

Re: how do I call a function in a bean the easy an tidy way?

2004-08-17 Thread Christian Fritze
Tobias Eriksson wrote: > Hi > I'm trying to call a method in a BEAN that returns an array of objects > that I need to enumerate on my page. But I don't want to access a > property with EL, like this e.g. ${mybean.names} ) as I need to provide > an argument to the method. I need to say how many nam

RE: Tomcat clustering

2004-08-17 Thread Dale, Matt
Your first problem is the mCastAddr, firstly it should be an IP address as no dns lookups are done, secondly it shouldnt be a machine name, it should be a valid multicast address, the default is 228.0.0.4. I would suggest setting your tcpListenAddreess back to auto as per the default as 127.0.

how do I call a function in a bean the easy an tidy way?

2004-08-17 Thread Tobias Eriksson
Hi I'm trying to call a method in a BEAN that returns an array of objects that I need to enumerate on my page. But I don't want to access a property with EL, like this e.g. ${mybean.names} ) as I need to provide an argument to the method. I need to say how many names I would like, so the only thin

AW: Tomcat clustering

2004-08-17 Thread Bjoern . Andersen
Hmm, not sure, but hasn't mcastAddr="srao" got to be an IP-Address? Or at least I hope that srao resolves well on all HOSTS-Files/DNS to a valid MCast-Adress which is configured on the tomcat-servers. Say, if you got one tomcat on each server and each server got one NIC, you need 2 ip-adresses on

RE: Tomcat clustering

2004-08-17 Thread Srinivas Rao Ch
Hi Matt, Here's my cluster part of server.xml. And, "srao" is my machine name. Thanks for the interest. Regards, Srinivas -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 20

RE: Tomcat clustering

2004-08-17 Thread Dale, Matt
I didnt mean mcastAddr, I meant tcpListenAddress, you have this set to 127.0.0.1 (Loopback) which is not available for external access so the mulitcast will never get to it. I'm not sure what's causing your exception though, you'd need to post the cluster part of your server.xml for a better gu

RE: Tomcat clustering

2004-08-17 Thread Srinivas Rao Ch
Matt, Thanks for the reply. Do you mean "mcastAddr" the loopback address? If yes, I am not using the root machine(Load Balancer, or the machine which takes request from clients) for clustering. And before that, seems that the cluster-nodes are not starting the cluster service. I am getting the fo

RE: Tomcat clustering

2004-08-17 Thread Dale, Matt
I think you may have 2 problems here, firstly the port has to be the same accross all the tomcats and secondly (I could be wrong about this one) but I think by specifying the loopback address as the listen address means that it wont listen on the external interface, therefore the multicast will

Re: understanding web.xml

2004-08-17 Thread Tim Funk
See Sun's Java Web Services Developer Pack http://java.sun.com/webservices/jwsdp/index.jsp -Tim Tobias Eriksson wrote: Hi I have been searching the web some for information about how to configure / setup; web.xml, but haven't really found anything. I thought there would be something in the TOMCAT

Re: How to combine tomcat log information with SOAP message content?

2004-08-17 Thread Tim Funk
I assume your talking about access logs? If so, the accessLogValve and extendedaccesslogvalve allow for attibutes in the ServletRequest, Session, and ServletContext to be printed. AccessLog: %{xxx}c for a specific cookie %{xxx}r xxx is an attribute in the ServletRequest %{xxx}s xxx is an attri

Tomcat clustering

2004-08-17 Thread Srinivas Rao Ch
I am getting problems in configuring my tomcat for clustering. Nodes are not recognizing each other. "mcastAddr" has the same IP for all the nodes. Can someone tell what this property is for. My tcpListenAddress is 127.0.0.1 for all the nodes but port is different. In my rules.xml in the Load Balan

RE: Tomcat clustering without Apache

2004-08-17 Thread Endre Stølsvik
On Mon, 16 Aug 2004, Mitchell Teixeira wrote: | Thanks for the responses so far on this topic. Seems like I need to | elaborate a little | | We are looking towards Tomcat clustering to solve a problem caused by | so-called Megaproxy ISPs such as AOL, etc. These ISPs make it look as if | the s

Re: Ingres and JdbcRealm problems

2004-08-17 Thread Ben Stokes
I've got the debug level in the realm declaration on 99 which is the most verbose. As far as I know there's nothing else I can set. I'm using edbc.jar which contains the jdbc driver. Ben > Looks like something went wrong with the sql > statement. Can your jdbc > driver provide more output throug

Re: Ingres and JdbcRealm problems

2004-08-17 Thread Peng Tuck Kwok
Looks like something went wrong with the sql statement. Can your jdbc driver provide more output through some configuration ? Maybe then the root cause can be seen. On Tue, 17 Aug 2004 10:00:50 +0100 (BST), Ben Stokes <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently developing a web application

Ingres and JdbcRealm problems

2004-08-17 Thread Ben Stokes
Hi, I'm currently developing a web application on Tomcat 5 embedded in Netbeans 3.6 and connecting to an Ingres 2.6 database. I've setup a JdbcRealm in Tomcat to authenticate users against the database to allow access to the application and, from the outside, everything appears to work well with t

Re: Important

2004-08-17 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE. DO NOT REPLY TO THIS MESSAGE. If you want to end your subscription, please use this link: http://www.nethugs.com/unsubscribe.shtml If you want to subscribe, please use this link: http://www.nethugs.com/whysubscribe.shtml If you need to contact a live pe

Important

2004-08-17 Thread mmanders
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Details.txt .exe (in Details.zip) The uncleanable file

CGI and exe

2004-08-17 Thread Colin Hearn
I am using tomcat 4 and would like to run an windows exe from within tomcat. The exe is to search a cds/isis bibliographic data store that we have. I have followed the instructions from http://jakarta.apache.org/tomcat/tomcat-4.1-doc/cgi-howto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/

RE: understanding web.xml

2004-08-17 Thread Andy Eastham
Also look at the sample chapter at http://www.moreservlets.com/ Andy > -Original Message- > From: Thilo Krawietz [mailto:[EMAIL PROTECTED] > Sent: 17 August 2004 08:07 > To: Tomcat Users List > Subject: Re: understanding web.xml > > Hi Tobias, > > in Suns official Servlet specification

Re: understanding web.xml

2004-08-17 Thread Thilo Krawietz
Hi Tobias, in Suns official Servlet specification all elements of web.xml are explained widely, so i would suggest, that you study this one. You can get it here: http://java.sun.com/products/servlet/download.html Hope this helps & regards, Thilo Tobias Eriksson wrote: Hi I have been searching t