java.net.SocketException: Too many open files

2009-06-03 Thread John . C . Cartwright
there a good way to see the files tomcat has open? I'm not sure that a simple "lsof -u tomcat" will show them all. Thanks so much for the help! --john Jun 1, 2009 6:19:07 AM org.apache.jk.common.ChannelSocket acceptConnections WARNING: Exception executing accept java.net.Socke

Re: Caching rendered page - reducing hits to the backend?

2009-06-02 Thread Andre-John Mas
search are cached in the user session. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Caching rendered page - reducing hits to the backend?

2009-05-30 Thread Andre-John Mas
/myapp.action?id=12345678 Although I am using a direct JPA access, we might change to use web services in the future. Am I worrying unecessarily? At the same time are there recommended approaches. I am currently using struts2 and JPA for the web site, if it makes a difference. André-John

Re: retrive Arabic data

2009-05-28 Thread Andre-John Mas
ch distribution you are using. Red Hat for example defaults to UTF-8. In general you should not make any assumptions on which character encoding the OS is using. One assumption you can make is that Java uses UTF-16 internally. André-John ---

Re: retrive Arabic data

2009-05-28 Thread Andre-John Mas
On 28-May-2009, at 10:00, Stevo Slavić wrote: Or Tomcat installations are configured differently on each of the environments, e.g. Connector URIEncoding attribute. URIEncoding only effects how the query URL is interpretted, AFAIK. It effects nothing else. André-John

Re: retrive Arabic data

2009-05-28 Thread Andre-John Mas
On 28-May-2009, at 09:23, abdul razack wrote: Hi Mark, As you suggested, I have tested sample JSP in the FAQ as you pointed. I could see Arabic in the output. This is OK. I am not able to view Arabic data when tomcat application running on winodws 2003 server OR windows 2000 professional.

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
*web.xml:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC /XYZ/login DataBase jdbc/my jdbc javax.sql.DataSource Container com/xyz/abc/servlet/login.html

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
I also included that jar file in the lib, but still I am getting same error. 2009/5/28 Martin Gainty > > ... i was following TC SSI 5.5 doc.. > > the TC6 SSIServlet classes are now in $CATALINA_HOME/lib/catalina.jar > > Martin Gainty > __ > Verzicht un

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
I also included that jar file in the lib, but still I am getting same error. 2009/5/28 Martin Gainty > > ... i was following TC SSI 5.5 doc.. > > the TC6 SSIServlet classes are now in $CATALINA_HOME/lib/catalina.jar > > Martin Gainty > __ > Verzicht

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button ie., *onclick* function in html, the controller class is going to get path informtaion ie..*getPathInfo*() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m cli

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m click

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
* Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..*getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m c

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Actually in the tomcat 6.0, i did not even find this servlets-ssi.renametojar file and also in the documentation of tomcat 6 , they did not even mention about the jar file. whether I also need to change all the *.html to .shtml files..* ** 2009/5/28 Martin Gainty > > enable the see servle

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Actually in the tomcat 6.0, i did not even find this servlets-ssi.renametojar file and also in the documentation of tomcat 6 , they did not even mention about the jar file. whether I also need to change all the *.html to .shtml files.* 2009/5/28 Martin Gainty > > enable the see servlet-mappi

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your response ..I m doing it through the servlet. *WEB.XML:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC */XYZ/login * DataBase jdbc/my jdbc javax.sql.DataSour

HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Hi All this is my login in which Server Side Include is placed and it is the initial page of my web application.

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. * SERVLET CLASS*: Cl

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. Servlet clss: *SERVLE

Re: Problem Reading Property files

2009-05-26 Thread john S
to find the abc.props or abc.log files .FILENOTFOUNDEXCEPTION. Just want to know where should i specify them. On Tue, May 26, 2009 at 2:34 PM, Juha Laiho wrote: > john S wrote: > > Actually, I am not sure where to place and configure the property > > files (*SERVLET A

Re: Problem Reading Property files

2009-05-26 Thread john S
I am really not sure where to configure the Servlet Arguments in tomcat. Can any one help me please... On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this pr

Re: Problem Reading Property files

2009-05-26 Thread john S
the web.xml or somewhere else.,so that its going to read them.?* ** On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this process I need to read the properti

Problem Reading Property files

2009-05-26 Thread john S
Hi All I am planning to migrate my web application from iplanet 4.1 to tomcat 6. In this process I need to read the properties files initially. for eg: i got the property files in a *iPlanet*: *Config directory*--- *abc.pro

Re: Problem with Establishing Database Configuration

2009-05-24 Thread john S
Anyway thanks for ur help ..I got it. .. On Sun, May 24, 2009 at 11:17 AM, David Smith wrote: > Can you post the error copy/pasted from your logs? It wasn't included in > you original message. > > -- David > > > On May 24, 2009, at 9:59 AM, john S wrote: >

Re: Problem with Establishing Database Configuration

2009-05-24 Thread john S
context.xml tomcat/webapps/john/META-INF/context.xml? yesojdbc14.jar in tomcat/lib (as opposed to tomcat/webapps/john/WEB-INF)?yes. On Sat, May 23, 2009 at 11:39 PM, David Smith wrote: > john.xml -- this has to be named context.xml. Tomcat won't see it > otherwise. And has to be w

Problem with Establishing Database Configuration

2009-05-23 Thread john S
Hi All I am new to this forum. I tried to establish the database connection but i am getting the error. I just giving my environment details tomcat-- webapp ---johnmy web applicaiton --- WEBINF

Re: mod_proxy, Tomcat and request URL

2009-05-21 Thread Andre-John Mas
On 21-May-2009, at 12:32, Rainer Jung wrote: On 20.05.2009 17:33, Markus Schönhaber wrote: Andre-John Mas: this is not the ideal setup, I don't have any control over this. At the same time I see that using mod_proxy, by way of ProxyPass, means that the Tomcat server does not know

mod_proxy, Tomcat and request URL

2009-05-20 Thread Andre-John Mas
André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Page not completing loading - ideas?

2009-05-15 Thread Andre-John Mas
On 13-May-2009, at 21:14, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:andrejohn@gmail.com] Subject: Page not completing loading - ideas? Does anyone have any ideas of how to go about analysing the issue? I'd start with a Wireshark capture/trace on the client workst

Re: tomcat no longer writing to log files

2009-05-15 Thread Andre-John Mas
ersion of servlet specification, of Java, of Tomcat and each has their incompatibilities. Learning how to make your code work in the widest range of conditions will help make you a better programmer, IMHO. André-John - To unsubscrib

Page not completing loading - ideas?

2009-05-13 Thread Andre-John Mas
issue. Does anyone have any ideas of how to go about analysing the issue? We are using Linux, Tomcat 5.5.27 and JDK 1.6. The pages are rendered using XSL (I suspect this issue might be here, but nothing in the logs help). André

Re: [OT] Performance with many small requests

2009-05-13 Thread Andre-John Mas
r not. I don't do a lot of that, but enough of it that it becomes a style issue. If in doubt write a small test case and repeat it for a period of time and see which one had the most completions. The one with the most completions is likely to be the most optimal.

Re: Analyzing Tomcat related VM crash?

2009-05-11 Thread Andre-John Mas
On 11-May-2009, at 18:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André-John, On 5/11/2009 6:48 PM, Andre-John Mas wrote: We have recently put into production a Tomcat 5.5.27 based web site, using JDK 1.6 (JDK 1.6.0_12-b04 on RedHat Linux). We have spent

Analyzing Tomcat related VM crash?

2009-05-11 Thread Andre-John Mas
command gives: Linux myco-prod01 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 GNU/Linux Can anyone suggest an approach to establish the route cause? What stuff should I be checking? André-John - To u

Re: Performance with many small requests

2009-05-07 Thread Andre-John Mas
On 7-May-2009, at 19:05, David Kerber wrote: Andre-John Mas wrote: That would be my impression too. It is best to avoid making the synchronized scope so large, unless there is a very good reason. David, do you have any reason for this? Beyond the counter, what other stuff do you

Re: Performance with many small requests

2009-05-07 Thread Andre-John Mas
his, but if you know that you are going to get at least several hundred, then this is something to watch out for. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: how to build an multi lingual website

2009-05-07 Thread Andre-John Mas
If Apache is handling your static content, and you are simply using Tomcat to serve dynamic content, then you can use the request.getLocale() method to find out what language the visitors browser is suggesting. For example: String lang = request.getLocale().getLanguage(); if ( "es".eq

Re: Prevent Hot Linking

2009-05-04 Thread Andre-John Mas
question. I don't know if this is possible with Tomcat? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Basic authentication without a secure connection

2009-05-03 Thread Andre-John Mas
ences - this latter one being more of a 'social' issue than a technical one. If you don't want an authentication attempt without having a secure connection, then you could arrange to have any http pages redirect to https. André-John On 3-May-2009, at 14:06, Tokajac wrote: Tha

Re: Database pooling prob

2009-05-03 Thread Andre-John Mas
The IP address isn't missing. What you are seeing is an IPv6 address, and more specifically the localhost IP address. For information see: http://en.wikipedia.org/wiki/IPv6 You can try doing 'ping6 ::1' and you will get a repsonse. André-John On 2-May-2009, at 17:17, S Arvi

Re: Basic authentication without a secure connection

2009-05-03 Thread Andre-John Mas
the people who protected the resource are fine with it. If the resource is requires authentication, then I would be surprised they would be okay with it, but I am not going to make any assumptions. André-John - To unsubscribe

RE: looking for a web usesage / analytics package

2009-04-29 Thread John Moore
Webalizer. It's not java based but simple to use. It works with tomcat as well as apache and IIS should you ever have to go down one of those roads. -Original Message- From: Andrew Davidson [mailto:a...@santacruzintegration.com] Sent: Wednesday, April 29, 2009 3:00 PM To: users@tomcat

Re: Browser shows source of .jsp file. Why?

2009-04-27 Thread Andre-John Mas
On 27-Apr-2009, at 22:05, David Rush wrote: Andre-John: Actually it was the original poster who was using a hosting company. I'm using machines that I have full control of. My problem was resolved by calling setContentType("text/html") in the controller servlet before

Re: Why we need two servers (httpd and tomcat)

2009-04-27 Thread Andre-John Mas
formance numbers that show how Tomcat can compete against Apache HTTPD? While many on this will accept what you have to say, the people who make the financial choices often want something that lays it out bare in a documented format. André-John ---

Tomcat and Apache HTTPD modules?

2009-04-27 Thread Andre-John Mas
Hi, If Apache HTTPD is dropped for a pure Tomcat solution, which standard modules have Tomcat equivalent solutions? For example: - Mod Rewrite - HTTPS - Virtual Hosts It may be interesting to get some of this into the official Tomcat documentation. André-John

Re: Browser shows source of .jsp file. Why?

2009-04-27 Thread Andre-John Mas
On 27-Apr-2009, at 18:15, Andre-John Mas wrote: On 27-Apr-2009, at 09:04, Pid wrote: David Rush wrote: I checked my web.xml, and found no mime-mapping elements at all. I tried adding one explicitly mapping the jsp extension to text/ html, but it had no effect. I'm still getting

Re: Browser shows source of .jsp file. Why?

2009-04-27 Thread Andre-John Mas
osting provider side of things, it should help you gain a better understanding of how things work. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Browser shows source of .jsp file. Why?

2009-04-24 Thread Andre-John Mas
. The worst they can do is deny you the request. André-John On 24-Apr-2009, at 19:46, dfobox wrote: I have JSP-based website running on my own server and I want to move it to hosting company. I've copied the files, they said they have enabled Tomcat for me, but browser shows source of the p

Re: Cookies and values with ':' in them

2009-04-21 Thread Andre-John Mas
On 21-Apr-2009, at 10:15, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre-John, On 4/16/2009 5:48 PM, Andre-John Mas wrote: Will this only be for writing? I depend a cookie set by a third-party web application in the same domain, which sends me the cookies

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-19 Thread Andre-John Mas
On 19-Apr-2009, at 16:45, Mark Thomas wrote: Andre-John Mas wrote: the only thing which seems odd is the generated tar balls are marked as 5.5.26. Is this normal? No :). That is a bug. I suppose it is the wrong time to open a ticket for this, but for 5.5.28 would it be worth opening a

Re: 15 second for redeployment is to much

2009-04-19 Thread Andre-John Mas
On 19-Apr-2009, at 14:57, André Warnier wrote: Hi. I am far from being the specialist here, but my inner application designer core revolts at the idea of having a thread in Tomcat busy at nothing else but checking 86,400 times a day, just in case you redeploy an application from time to

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 15:34, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Re: Building Tomcat 5.5.27 & tomcat-native should I be using JDK 1.4 or JDK 1.5 for my builds? Use 1.5. Sun "enhanced" the SQL interfaces in 1.6 in a way

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 15:30, Andre-John Mas wrote: On 17-Apr-2009, at 14:12, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Building Tomcat 5.5.27 & tomcat-native I am trying to build 5.5.27, but it is asking for tomcat-native 1.1.12, though I see

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 14:12, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Building Tomcat 5.5.27 & tomcat-native I am trying to build 5.5.27, but it is asking for tomcat-native 1.1.12, though I see that only 1.1.16 is available. This being the cas

Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
the meantime André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

When is 5.5.28 planned to be released?

2009-04-17 Thread Andre-John Mas
Globals.java to a Tomcat instance without recompiling the whole Tomcat 5.5.27? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

When is 5.5.28 planned to be released?

2009-04-17 Thread Andre-John Mas
Globals.java to a Tomcat instance without recompiling the whole Tomcat 5.5.27? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Cookies and values with ':' in them

2009-04-16 Thread Andre-John Mas
o make the change. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Cookies and values with ':' in them

2009-04-16 Thread Andre-John Mas
ence method for getting a cookie by name. If the * cookie is not present in the request, a null value will be returned. */ protected Cookie getCookie ( String cookieName, HttpServletRequest request ) { Cookie[] cookies = request.getCookies();

Re: JSP: "No suitable driver found"

2009-04-13 Thread John Cartwright
e any sense? This is tomcat 6.0.18 on a RHEL 5 box w/ JDK 1.6. --john Martin Gainty wrote: please download classes12.jar from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html and place classes12.jar into $TOMCAT_HOME/AppContext/WEB-INF/lib/ HTH Martin G

JSP: "No suitable driver found"

2009-04-13 Thread John Cartwright
QLException: No suitable driver found for ${myDS}" I've confirmed that the host, user, password are correct. Of course it looks like a classpath problem, but WEB-INF/lib contains: jstl-1.2.jar ojdbc14.jar standard.jar Can anyone suggest what else I might try to resolve t

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
NGing that starts with the assumption that I have no idea what they are? :-) -- *** * John Oliver http://www.john-oliver.net/ * * * ***

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
f those would break our support from Red Hat. I don't really care about that... I've said we should stop paying them and use CentOS. If using more recent versions winds up being the answer, that would be more ammo for my argument. But if we can make things work properly with the

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
On Mon, Apr 06, 2009 at 06:08:54PM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 4/6/2009 5:51 PM, John Oliver wrote: > > RHEL 5.2, httpd-2.2.3-11.el5_1.3, tomcat5-5.5.23-0jpp.7.el5_2.1 > > 2.2.3 is pretty old

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
On Mon, Apr 06, 2009 at 05:42:21PM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 4/6/2009 5:15 PM, John Oliver wrote: > > [Sun Mar 29 04:05:33 2009] [error] ajp_read_header: ajp_ilink_receive > > failed > &g

ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
x27;ve had no response on the httpd list, so i'm hoping someone here can steer me in the right direction. -- *** * John Oliver http://www.

How to produce a Comet EventType.READ from the clint side?

2009-04-02 Thread John Dous
Hello, Recently I started to develop a web application that is based on the Comet Architecture. After a lot of research, I realize that there is a lack of documentation and tutorials about how to build simple Comet applications on Tomcat. The tomcat Advanced IO documentation previews the way

RE: Refereing to a Container Attribute in a Nested Container

2009-02-19 Thread John Shilling
--- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, February 19, 2009 1:51 PM To: Tomcat Users List Subject: Re: Refereing to a Container Attribute in a Nested Container -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, To add to Chuck's comments..

RE: Refereing to a Container Attribute in a Nested Container

2009-02-19 Thread John Shilling
file correctly for each virtual host setup. Since the Context declaration is being loaded as part of a Virtual Host I was hoping to be able to refer to the appBase attribute of the Host entry to make my Context declaration more robust. Thanks, John CIO SciHealth 2700 Northeast Expressway, Ste

Refereing to a Container Attribute in a Nested Container

2009-02-19 Thread John Shilling
In particular, in my Context element I would like to create a Parameter element where the value of the "value" attribute is the "appBase" attribute of the Host element containing this Context. Is there any symbolic naming scheme such as the one used by Ant? CIO SciHealth 2700 Northeast

Re: strange problem w/ connection pool and Oracle

2009-02-12 Thread John Cartwright
er, I wouldn't have associated the strange looking class cast exception w/ the different classloaders. Thanks again for the help! --john Caldarale, Charles R wrote: From: john.c.cartwri...@noaa.gov [mailto:john.c.cartwri...@noaa.gov] Subject: strange problem w/ connection pool and Ora

strange problem w/ connection pool and Oracle

2009-02-11 Thread John . C . Cartwright
;s going on here? Thanks! --john context.xml: applicationContext.xml: - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: commons-logging problem

2009-01-31 Thread John Holman
n log messages they generate then end up in the container's log files, and have to be enabled by changing the container's logging config. This is far from ideal. Hence my desire to install commons-logging in the application's WEB-INF/lib directory .. when you hit the problem I

Re: commons-logging problem

2009-01-29 Thread John Holman
INF/lib? I can't find a definitive statement one way or the other in the Tomcat docs, but it seems necessary to do this to get debugging info from digester etc. Unless I'm missing something. Many thanks, John. Caldarale, Charles R wrote: From: John Holman [mailto:j.g.hol...@qmul.ac.

commons-logging problem

2009-01-29 Thread John Holman
her in Tomcat or the logging sub-system, but these things are notoriously tricky and before reporting it as such any comments or help would be very welcome. Thanks, John. === 29-Jan-2009 21:07:43 org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive commons-log

RE: java.lang.ClassNotFoundException with small jsp file

2008-12-30 Thread John Byrne
. Now I just need to learn how to configure Eclipse to find the class file. Any ideas? Thank you again, John -Original Message- From: John Byrne [mailto:jbyrne...@yahoo.com] Sent: Tuesday, December 30, 2008 5:52 PM To: 'Tomcat Users List' Subject: RE: java.lang.ClassNotFoundExce

RE: java.lang.ClassNotFoundException with small jsp file

2008-12-30 Thread John Byrne
evious problem I had with a compilation problem. I'm thinking that it's some variable that I didn't set but the installation didn't ask for anything like this and the example jsp applications work fine. John -Original Message- From: David Smith [mailto:d...@cornell.edu]

java.lang.ClassNotFoundException with small jsp file

2008-12-30 Thread John Byrne
tomcat I didn't set any CATALINA_HOME variable. Was I supposed to do this? I also can't find the log entries for this error. I've looked under the logs directory of the Tomcat installation but there are only logs from previous days. Thank you for all of your help. John

reading request parameter invalidates post body

2008-12-11 Thread John Cartwright
putLine); } It doesn't throw an exception, just doesn't find any lines to read in the post body. Commenting out the request.getParameter call causes the read of the post body to work normally. Is this expected behavior? Can someone please clarify

RE: Session timeout related fixes between Tomcat 5.0 and Tomcat 5.5.x?

2008-12-03 Thread andre John Mas
From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Subject: RE: Session timeout related fixes between Tomcat 5.0 and Tomcat 5.5.x? > From: andre John Mas [mailto:[EMAIL PROTECTED] > Subject: Session timeout related fixes between Tomcat 5.0 and > To

Session timeout related fixes between Tomcat 5.0 and Tomcat 5.5.x?

2008-12-03 Thread andre John Mas
e web application. Any help would be appreciated. André-John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuration Quandary - Servicing static page from app root

2008-11-29 Thread John Moore
management harder.. Hence this message... Thanks though for replying...appreciated... John.. -- Kees Jan http://java-monitor.com/forum/ [EMAIL PROTECTED] 06-51838192 The secret of success lies in the stability of the goal. -- Benjamin

Re: Configuration Quandary - Servicing static page from app root

2008-11-29 Thread John Moore
Sure would appreciate some feedback or ideas on this... Please..!! John.. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Configuration Quandary - Servicing static page from app root

2008-11-26 Thread John Moore
404 returned.. When I added the JkMount then I got a blank page (no error), but the index.html page did not load... I would appreciate a kick up the side of the head to get me going here.. I'm feeling rather clueless at the moment... Thank you.. John -

Re: Supporting Large Number of Web Application Instances

2008-11-19 Thread John Shilling
there established practices for doing #1? Thanks, John

clustering

2008-11-07 Thread John Coleman
look like this: Has anyone cracked this error please? I have tried with 5.5-17 and 5.5-25 tomcats, same issue. Regards, John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-31 Thread John Byrne
It worked! Thank you all for your help! John Byrne Support Network for Battered Women 1257 Tasman Dr. Suite C Sunnyvale, CA 94089 (408) 541-6100 x 138 Fax: (408) 541- -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 5:27 PM To: Tomcat

Version 6.0.18 of Tomcat

2008-10-30 Thread John Byrne
the system with? Any help would be greatly appreciated. John Byrne Support Network for Battered Women 1257 Tasman Dr. Suite C Sunnyvale, CA 94089 (408) 541-6100 x 138 Fax: (408) 541-

JNDI Datasource works in unpacked war, not in packed war

2008-10-16 Thread John Cartwright
: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' tomcat 5.5.17, excerpts from the context.xml and web.xml listed below. Can anyone help me out w/ this? Thanks! -- john web.xml: jdbc/COUGAR javax.sql.DataSou

Re: Native library issue on RHEL5

2008-10-06 Thread John Ozarchuk
I set the LD_LIBRARY_PATH variable in my shell and starting Tomcat up is still not seeing the native libraries. Thanks John - Original Message From: Rainer Jung <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, October 3, 2008 8:37:57 AM Subject: Re: Native library is

Re: Native library issue on RHEL5

2008-10-02 Thread John Ozarchuk
sers List Sent: Thursday, October 2, 2008 3:27:02 PM Subject: Re: Native library issue on RHEL5 John Ozarchuk schrieb: > Hello, > > I am running Apache-tomcat 6.0.1.14 > on Redhat Enterprise 5.2, and I am having trouble getting Catalina.sh to use > the Apache Tomcat Native Li

Native library issue on RHEL5

2008-10-02 Thread John Ozarchuk
Hello, I am running Apache-tomcat 6.0.1.14 on Redhat Enterprise 5.2, and I am having trouble getting Catalina.sh to use the Apache Tomcat Native Library. I have run configure, make, and make install on the Native (tomcat-native-1.1.10-src) and it has installed libraries in /usr/local/apr/li

Re: Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John Gardner
John5342 wrote: > I am pretty sure there are jsp features to do this but if not it would be > quite simple to create a new tag that checks the locale of the request and > adjust the time returned to reflect the locale. Then just use that tag > anywhere the time is needed. > Th

Re: Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John Gardner
Caldarale, Charles R wrote: >> From: John Gardner [mailto:[EMAIL PROTECTED] >> Subject: Multiple Time Zones on one Tomcat instance? >> >> Is there any way we can serve mutliple webapps from a single Tomcat >> instance, with mutliple timezones? > > Tomcat itsel

Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John Gardner
users, and they want this to show French time. Is there any way we can serve mutliple webapps from a single Tomcat instance, with mutliple timezones? Thanks in advance. John - To start a new topic, e-mail: users@tomcat.apache.org To

RE: Running Tomcat with JRE?

2008-09-09 Thread Katilie, John
Bai, to run using the JRE you need to set JRE_HOME not JAVA_HOME. Note: in our startup file we also set JAVA_HOME to null incase it was set elsewhere. I.e: set JAVA_HOME= set JRE_HOME=%VARIABLE%\java Regards -Original Message- From: Bai Shen [mailto:[EMAIL PROTECTED] Sent: Tuesday, Sep

IIS Redirect Logging

2008-09-08 Thread John Cuddihy
I can not get the redirect logging coming out? I am using tomcat 5.5.26 I use redirect 1.2.26 I set up me registry using [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector] @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0]

Tomcat 6 and corruption of text in French error pages

2008-09-05 Thread André-John Mas
Hi, I have Tomcat 6 installed on a French version of Windows XP. When error pages, such as the 404 error page, appear the French text is corrupted. For example, instead of the expected: "La ressource demandée (/manager/html) n'est pas disponible." I get: "La ressource demand�e (/manager/h

Multiple Websites on IIS using SSL

2008-08-20 Thread John Cuddihy
have a unique certificate per Tomcat instance? or can I Run one instance of tomcat with one certificate that the 2 URLs can call servlets? Just wondering before I use this? Thanks John - To start a new topic, e-mail

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-07 Thread John . C . Cartwright
I've had similar problems in various versions of tomcat. Currently the problem seems to exist in 6.0.16 but not in 6.0.14 nor 5.5.17. There was a bug filed, but I don't have the reference handy. --john - Original Message - From: Michele Fuortes <[EMAIL PROTECTED]>

Closing a CometEvent in Tomcat 6.0.16

2008-07-16 Thread John Chilton
ted with a CometEvent and then my code would attempt to close the CometEvent afterward. This would also randomly hang. Are these problems related? Thanks for any help. -John Chilton - To start a new topic, e-mail: users@tomcat.apa

<    3   4   5   6   7   8   9   10   11   12   >