Tomcat 4.1.x and SocketException

2002-12-18 Thread Luc Foisy
At the bottom of this mail is the output of a context specific log, it shows an error that happens when I continuously click on a link that loads another jsp page ( hoping to simulate high volume traffic ) I have been able to reproduce this on 4.1.12LE and 4.1.17LE but not on 3.2.4 versions of

RE: Tomcat 4.1.x and SocketException

2002-12-18 Thread Luc Foisy
Just tested this in RedHat 8.0 so its not likely related to the OS Is it bad form for me to beg for help?? :) Please please oh please!! -Original Message- From: Luc Foisy Sent: Wednesday, December 18, 2002 10:36 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.x and SocketException

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Luc Foisy
if you could, can you gander at the message thread with the subject Tomcat 4.1.x and SocketException and see if this is perhaps a related issue? -Original Message- From: Matt Small [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 2:45 PM To: Tomcat (E-mail) Subject:

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Luc Foisy
The actual web application did not seem to have a problem on the front side. Everything went on as normal on 4.1.12 Pages failed to be served correctly on 4.1.17 ( they are blank ) though logging on with a new session will serve the first couple pages then start blanking. This

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
/ -- -Original Message- From: Rasputin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 8:34 AM To: Tomcat Users List Subject: Re: 4.1.17 Problems - Possibly Coyote Connector? * Luc Foisy [EMAIL PROTECTED] [1214 20:14]: The actual web application did not seem to have a problem

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
: Re: 4.1.17 Problems - Possibly Coyote Connector? This is bug in 4.1.17 which will fixed in Tomcat 4.1.18, i attach the compiled classes that fixe it. update the tomcat-coyote and it should work... On Thursday 19 December 2002 14:33, you wrote: * Luc Foisy [EMAIL PROTECTED] [1214

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
in 4.1.17 which will fixed in Tomcat 4.1.18, i attach the compiled classes that fixe it. update the tomcat-coyote and it should work... On Thursday 19 December 2002 14:33, you wrote: * Luc Foisy [EMAIL PROTECTED] [1214 20:14]: The actual web application did not seem to have

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
I reverted back to the legacy HTTP1.1 connector (the one that is added to port 8083 by default) and I can not produce the below exception Definately coyote related -Original Message- From: Luc Foisy Sent: Thursday, December 19, 2002 9:40 AM To: Tomcat Users List; [EMAIL

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
-coyote and it should work... On Thursday 19 December 2002 14:33, you wrote: * Luc Foisy [EMAIL PROTECTED] [1214 20:14]: The actual web application did not seem to have a problem on the front side. Everything went on as normal on 4.1.12 Pages failed to be served

Tomcat manager context

2002-12-19 Thread Luc Foisy
When I log on to the manager context the only thing I get is FAIL - Unknown command on the served page. I once got the appropriate page, but now its gone Got any clues? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
Luc Foisy wrote: It did eventually lead to an OutOfMemory exception ( at least months ago ) But as I continue to watch top I have pushed it up to tomcat using 108 megs of memory (and it doesnt go away). As this server only has 128 megs of memory, thats pushing

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
18:05, you wrote: Luc Foisy wrote: It did eventually lead to an OutOfMemory exception ( at least months ago ) But as I continue to watch top I have pushed it up to tomcat using 108 megs of memory (and it doesnt go away). As this server only has 128 megs

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
HTTP1.1 connector with tomcat 4.1.17 Does tomcat 3.2.4 work well with JDK 1.4.0_03?? On Thursday 19 December 2002 18:05, you wrote: Luc Foisy wrote: It did eventually lead to an OutOfMemory exception ( at least months ago ) But as I continue to watch top I have pushed it up

RE: reducing tomcat jasper memory footprint

2002-12-31 Thread Luc Foisy
Since your jsp's are generated, they should all have the same formatting. Write some code to rewrite your own non jsp pages that you can then later insert into a single jsp. Sure its some work, but in the long run it will save you some aggravation. If tomcat can rewrite your jsp on the fly, so

JSP Question

2003-01-08 Thread Luc Foisy
I am trying to use %@ include file=filename % I am sending to the page that has this with the line: response.sendRedirect(main.jsp?p=+applicationJar.getPageName()); So in main.jsp I would like to include an external file to insert into a default page, something like: SOME DEFAULT PAGE STUFF

RE: JSP Question

2003-01-08 Thread Luc Foisy
and redirect to different pages with SOME DEFAULT PAGE STUFF HERE incuded instead. -rick -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:54 PM To: Tomcat User List (E-mail) Subject: JSP Question I am trying to use

How do I...

2003-01-10 Thread Luc Foisy
Get out put to go into the context specific logs rather than catalina.out?? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How do I...

2003-01-10 Thread Luc Foisy
at the examples setup towards the middle where it declares the logger and file pattern. | -Original Message- | From: Luc Foisy [mailto:[EMAIL PROTECTED]] | Sent: Friday, January 10, 2003 11:09 AM | To: Tomcat User List (E-mail) | Subject: How do I... | | | Get out put to go

RE: How do I...

2003-01-10 Thread Luc Foisy
Thanks paul, that was some kind of answer I was looking for. Since the documentation said this (after looking at it again just moments ago) Standard Error Logger (org.apache.catalina.logger.SystemErrLogger) The Standard Error Logger records all logged messages to whatever stream the standard

RE: How do I...

2003-01-10 Thread Luc Foisy
On Friday 10 January 2003 02:24 pm, Luc Foisy wrote: Thanks paul, that was some kind of answer I was looking for. Since the documentation said this (after looking at it again just moments ago) Standard Error Logger (org.apache.catalina.logger.SystemErrLogger) The Standard Error

Cookies

2003-01-10 Thread Luc Foisy
Is the Cookie defined in the Servlet API permanent by default? It doesnt really say that in the docs. You might be able to assume that since you have a setMaxAge() method, but if you want to change it back to permanent, there would be no way to do so (not that I want to, just really wondering

RE: Cookies

2003-01-13 Thread Luc Foisy
Paul Yunusov [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Friday 10 January 2003 04:23 pm, Luc Foisy wrote: Is the Cookie defined in the Servlet API permanent by default? It doesnt really say that in the docs. You might be able t

RE: Cookies

2003-01-13 Thread Luc Foisy
Paul Yunusov [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Friday 10 January 2003 04:23 pm, Luc Foisy wrote: Is the Cookie defined in the Servlet API permanent by default? It doesnt really say that in the docs. You might be able t

RE: MySQL control center

2003-02-05 Thread Luc Foisy
I use it. It works fine for me. Even user permission changes. Its stable enough. It's easy enough. Accurate? Sure. But you should post your question to [EMAIL PROTECTED] and you should look here http://www.mysql.com/products/mysqlcc/index.html for info and you should download it here

Question about options

2003-02-07 Thread Luc Foisy
What needs to be configured to hide the query string in the address bar? Will this require Apache to do? Luc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question

2003-02-12 Thread Luc Foisy
is there an apache html server list? Luc Foisy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Startup/shutdown script

2003-02-18 Thread Luc Foisy
Here is what I have (I have removed and added some info to the output to make it a little more understandable): File: -rwxr-xr-x1 root root /etc/init.d/tomcatd #!/bin/bash # # # description: Startup script for Tomcat server # # source function library . /etc/init.d/functions

Loading Singleton Classes

2003-02-20 Thread Luc Foisy
If I load a singleton class, does it become a session variable or an application variable - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Loading Singleton Classes

2003-02-20 Thread Luc Foisy
in common/lib, the singleton will be for your entire tomcat server. if you put it in a jar in web-inf/lib it becomes a singleton class for your webapp only. Filip -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:14 AM To: Tomcat

RE: Loading Singleton Classes

2003-02-20 Thread Luc Foisy
Same, if you code it correctly. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:26 AM To: Tomcat Users List Subject: RE: Loading Singleton Classes Hmmm My jar

Memory usage

2003-07-10 Thread Luc Foisy
Is there a quick and easy way to figure out the actual memory use of everything related to the tomcat server? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Loading context

2003-07-21 Thread Luc Foisy
How would I go about loading a new context so that it is live, without restarting the tomcat server? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Loading context

2003-07-21 Thread Luc Foisy
Subject: Re: Loading context See Auto Deploy: http://jakarta.apache.org/tomcat/tomcat-4.1- doc/config/host.html#Automatic%20Application%20Deployment John On Mon, 21 Jul 2003 10:58:41 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: How would I go about loading a new context so

RE: Loading context

2003-07-21 Thread Luc Foisy
there (WEB-INF, etc)? John On Mon, 21 Jul 2003 11:23:13 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: autodeploy=true ( the default ) I placed a context directory into webapps and it is not autodeploying Does it only auto deploy if the context is packed as .war? -Original Message

RE: Loading context

2003-07-21 Thread Luc Foisy
no -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 11:55 AM To: Tomcat Users List Subject: Re: Loading context There's no web.xml file? John On Mon, 21 Jul 2003 11:40:29 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: I created

RE: Loading context

2003-07-21 Thread Luc Foisy
be one, as explained in the docs. John On Mon, 21 Jul 2003 12:03:42 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: no -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 11:55 AM To: Tomcat Users List Subject: Re: Loading context

RE: Loading context

2003-07-21 Thread Luc Foisy
a bug. Lately, I've been using WAR files, and they deploy just fine without restarting Tomcat. YMMV. John On Mon, 21 Jul 2003 12:26:39 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: Ok. When I restart the tomcat server, it will deploy an empty directory And it will deploy contexts

RE: Loading context

2003-07-21 Thread Luc Foisy
will be an empty string (). This is now all true, missed that /WEB-INF/web.xml initially, but now I have that ( a basic one, but there ) I do not have to do anything further correct? -Original Message- From: Luc Foisy Sent: Monday, July 21, 2003 12:35 PM To: Tomcat Users List Subject: RE

RE: Loading context

2003-07-21 Thread Luc Foisy
List Subject: Re: Loading context As far as I know. As I said, if this isn't working, and you have verified this (how are you testing it, anyways?), then you should file a bug. John On Mon, 21 Jul 2003 12:48:47 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: Any subdirectory within

RE: Loading context

2003-07-22 Thread Luc Foisy
does the log say? Are you sure you have the right host name? I just did exactly the above (I used a different directory name) on a 4.1.12 instance of Tomcat (old dev box) and it worked perfectly. John On Mon, 21 Jul 2003 12:57:01 -0400, Luc Foisy [EMAIL PROTECTED] magic.com wrote: I am

RE: Startup error

2003-06-06 Thread Luc Foisy
compiler RedHat-9 for i386 compat-libstdc++-7.3-2.96.118.i386.rpm Thanks for looking at my ramblings :) -Original Message- From: Luc Foisy Sent: Wednesday, June 04, 2003 9:03 AM To: Tomcat User List (E-mail) Subject: Startup error I am getting the following error in my catalina.out

RE: Startup error

2003-06-06 Thread Luc Foisy
error FWIW. RH 8.0 'Server' install also had this problem. I had to install 'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation CDs). Workstation install was fine (already did it I guess. Looks like RH 9 has the same quirk? tim Luc Foisy wrote: Nobody can point me

Startup error

2003-06-05 Thread Luc Foisy
I am getting the following error in my catalina.out Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory I am using RedHat 9.0 Which package do I need to install to get this to function?

2 NIC's one tomcat instance

2003-06-16 Thread Luc Foisy
IPAddress:port 8080/context, would Tomcat be able to handle serving to the two NIC's? (admitting that I am not 100% knowledgable about these network connections and stuff) Luc Foisy - To unsubscribe, e-mail: [EMAIL PROTECTED

session invalidate

2004-03-15 Thread Luc Foisy
Will calling session.invalidate() wait until the session is actually invalidated until code is further processed? Basically what I want to do is make sure all session object have been discarded, if this is the wrong way to go about this, please let me know. When a user logs off, I want to make

RE: session invalidate

2004-03-15 Thread Luc Foisy
Wow, thanks for the quick response :) Exactly what I meant, thank you muchly. Luc -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 9:53 AM To: Tomcat Users List Subject: RE: session invalidate Hi, Will calling session.invalidate() wait

Redirect from root context to other context

2004-03-16 Thread Luc Foisy
What is required to redirect the root context to another context, with a relative path name rather than an absolute path name? can I just response.sendRedirect(/webapps/othercontext/); Or is there additional configuration - To

RE: Redirect from root context to other context

2004-03-16 Thread Luc Foisy
We had originally removed the /ROOT context. I put it back in place with the administrator context. It has saved to the server.xml file. When I browse to the site, it reports HTTP 500 - No context loaded If I add webaddress/ROOT it returns report HTTP 503 - Servlet jsp is currently

RE: Redirect from root context to other context

2004-03-16 Thread Luc Foisy
I had configured the ROOT context to have a path of /ROOT when it should be nothing. I still can't get the context to load without restarting the whole tomcat server (I wont). I can get the context to load on a secondary server with a tomcat restart.. -Original Message- From: Luc Foisy

handling page redirects

2004-04-07 Thread Luc Foisy
I have the following in a jsp file %@ include file=applicationimports.inc % %@ include file=connection.inc % %@ include file=sessioncheck.inc % % CustomerHTTPManagementScreen customerHTTPManagementScreen =

Tomcat SSL

2003-09-11 Thread Luc Foisy
How do I enforce SSL on any given page? Luc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat SSL

2003-09-11 Thread Luc Foisy
this? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 11:23 AM To: Tomcat Users List Subject: Re: Tomcat SSL FAQ http://jakarta.apache.org/tomcat/faq/security.html#https -Tim Luc Foisy wrote: How do I enforce SSL on any given page

Who is knocking on what door?

2003-10-30 Thread Luc Foisy
Is there something in any one of the tomcat management utilities or logging mechanisms or whatever where I can see who is hitting the tomcat server and what they are requesting? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Who is knocking on what door?

2003-10-30 Thread Luc Foisy
in server.xml. You probably want to change the pattern from common to combined. Yoav Shapira Millennium ChemInformatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 10:52 AM To: Tomcat User List (E-mail) Subject: Who is knocking on what

RE: Who is knocking on what door?

2003-10-30 Thread Luc Foisy
To: Tomcat Users List Subject: RE: Who is knocking on what door? Howdy, You can log per context. RTFM: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Thursday

SSL Certificates

2003-11-11 Thread Luc Foisy
Is it possible to have multiple certificates for multiple domains on the same instance of tomcat? If so, and I have a base tomcat install, what should I look at doing from there? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Sending to Printer?

2003-11-24 Thread Luc Foisy
Is there any code I could use to send something to a printer? Via the print writer I suppose would be needed. Is there some kind of jsp tag library to do this, or some particular way I can send a page that would be pushed to thier browsers printing functions?

RE: Sending to Printer?

2003-11-27 Thread Luc Foisy
can use the JavaScript window.print() function ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 9:10 AM To: Tomcat User List (E-mail) Subject: Sending to Printer? Is there any code I could use to send

Perhaps a thread problem

2003-12-01 Thread Luc Foisy
Tomcat 4.1.18-LE with Java 1.4.0_03 RedHat 9 Tomcat is serving through https from catalina.out Dec 1, 2003 11:09:55 AM org.apache.tomcat.util.log.CommonLogHandler log INFO: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 some application output (which

RE: Perhaps a thread problem

2003-12-01 Thread Luc Foisy
Users List Subject: RE: Perhaps a thread problem in server.xml for each connector -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:58 AM To: Tomcat User List (E-mail) Subject: Perhaps a thread problem Tomcat 4.1.18-LE with Java 1.4.0_03 RedHat

RE: Perhaps a thread problem

2003-12-01 Thread Luc Foisy
in server.xml for each connector -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:58 AM To: Tomcat User List (E-mail) Subject: Perhaps a thread problem Tomcat 4.1.18-LE with Java 1.4.0_03 RedHat 9 Tomcat is serving through https from catalina.out

Commons FileUpload

2003-12-02 Thread Luc Foisy
Could someone please describe this to me, it looks interesting, and perhaps useful to me, and the site doesn't have the greatest description of the project. Basically a brief description of how it functions, and what its capabilities are after a file has been uploaded. Thanks

RE: SSL problem with TC 5.0.16

2003-12-08 Thread Luc Foisy
Did you set keystorePass? -Original Message- From: Baer Peter Christoph Alexander [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 11:49 AM To: '[EMAIL PROTECTED]' Subject: SSL problem with TC 5.0.16 Hi, before you start throwing eggs and tomatoes at me: I *have* searched the

RE: connection refused, localhost not found

2003-12-08 Thread Luc Foisy
Does the manager report that the context is loaded? -Original Message- From: Damien Pacaud [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 7:46 AM To: Tomcat Users List Subject: Re: connection refused, localhost not found i disagree with you, since the root context works

strange output in localhost_log

2003-12-10 Thread Luc Foisy
First, what would cause this output in my localhost_log file? Is this a tomcat shutdown? 2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path /admin 2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path /webdav 2003-12-09

RE: strange output in localhost_log

2003-12-10 Thread Luc Foisy
10, 2003 9:33 AM To: Tomcat Users List Subject: Re: strange output in localhost_log You probably have some left over from an unsucessful deployment. This exception means the Context(your app) wasn't started properly and Tomcat is now trying to stop it. -- Jeanfrancois Luc Foisy wrote: First

changing the manager password

2003-12-10 Thread Luc Foisy
Any way to do this without restarting tomcat? I need a method to do just that. If I restarted tomcat right now I would be in a world of trouble, and I need to get that password changed :) - To unsubscribe, e-mail: [EMAIL

RE: changing the manager password

2003-12-10 Thread Luc Foisy
Jester -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:55 AM To: Tomcat User List (E-mail) Subject: changing the manager password Any way to do this without restarting tomcat? I need a method to do just that. If I restarted tomcat right now

java.lang.IllegalStateException

2003-12-10 Thread Luc Foisy
What would cause this error? 2003-12-10 09:52:18 HttpProcessor[8080][1] process.invoke java.lang.IllegalStateException: Current state = FLUSHED, new state = CODING_END at java.nio.charset.CharsetEncoder.throwIllegalStateException(CharsetEncoder.java:933) at

RE: Uninstalling Tomcat

2003-12-10 Thread Luc Foisy
could use find / -name tomcat* that will show where tomcat has been installed (including the one you know about and the one you don't) if you want to see if it was installed with an rpm from there you could use rpm -qf /[path to unknown tomcat install]/[some file in that tomcat install] If no

RE: Uninstalling Tomcat

2003-12-10 Thread Luc Foisy
Check to see if you have a runtime call for that tomcat instance. Make sure it works from the command line first. Make sure all environment variables needed have been set. Check the tomcat logs. Does this particular tomcat install automatically create something in the runtime area

RE: Uninstalling Tomcat

2003-12-10 Thread Luc Foisy
for this version, should I create it? Thanks -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 3:39 PM To: Tomcat Users List Subject: RE: Uninstalling Tomcat Check to see if you have a runtime call for that tomcat instance. Make sure it works from

Response and file downloads

2004-11-01 Thread Luc Foisy
I am having a wee problem with using the response. I have a form on a page, with a submit button to download a file. That file is being pulled from a database and pushed to the response. The problem I am having, I just used that response to submit the page, so I am getting and

RE: Response and file downloads

2004-11-01 Thread Luc Foisy
I know there is only a single response, thats why I want to create a new one :) I don't even want to get into opening other windows nor do I want to rely on javascript for required operation. I am not sure what you are refering to as atypical or robustness... How do other sites generate files

Progamatically setting values of FORM elements

2004-07-30 Thread Luc Foisy
Is there any way I can have my java set the values of FORM elements. Rather than storing the values in the java code and generating the complete form element containing that value. Something like adding something to the response that will give that item a value. For my particular need, I want

RE: Progamatically setting values of FORM elements

2004-07-30 Thread Luc Foisy
. Thanks... -Original Message- From: Luc Foisy Sent: Friday, July 30, 2004 1:10 PM To: Tomcat User List (E-mail) Subject: Progamatically setting values of FORM elements Is there any way I can have my java set the values of FORM elements. Rather than storing the values in the java code

RE: Progamatically setting values of FORM elements

2004-07-30 Thread Luc Foisy
: Progamatically setting values of FORM elements Hi, No, the Servlet API has no concept of HTML. Yoav Shapira Millennium Research Informatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:41 PM To: Tomcat Users List Subject: RE: Progamatically

Tomcat 5.0 contexts

2004-09-23 Thread Luc Foisy
I just put 5.0.28 on to my box, I was working with 4.x branch. I am not quite sure how to define my contexts any more. I do not see context entries in conf/server.xml, even the documentation make reference to contexts being in this file. I did find conf/Catalina/localhost driectory. I

RE: Tomcat 5.0 contexts

2004-09-24 Thread Luc Foisy
any of the above context declarations. All of those should work. Yoav Shapira Millennium Research Informatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 4:19 PM To: Tomcat User List (E-mail) Subject: Tomcat 5.0 contexts I just put

RE: Tomcat 5.0 contexts

2004-09-24 Thread Luc Foisy
Thank you. I did get my context to load from Catalina/localhost/qbs.xml INFO: Processing Context configuration file URL file:/home/tomcat/conf/Catalina/localhost/qbs.xml It does not seem to be honoring the logger, even when I use an absolute directory. If it matters, Using RedHat 9.0, jdk

RE: Tomcat 5.0 contexts

2004-09-24 Thread Luc Foisy
5.0 contexts On Fri, Sep 24, 2004 at 10:37:51AM -0400, Luc Foisy wrote: : I did get my context to load from Catalina/localhost/qbs.xml : INFO: Processing Context configuration file URL : file:/home/tomcat/conf/Catalina/localhost/qbs.xml Did you edit that file (qbs.xml) or the one in your WAR

RE: Linking to smbmount into context classes directory

2004-09-27 Thread Luc Foisy
=true as a Context attribute. Yoav Shapira Millennium Research Informatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 1:51 PM To: Tomcat User List (E-mail) Subject: Linking to smbmount into context classes directory We are mounting

[REALLY OT] CSS tag

2004-01-23 Thread Luc Foisy
I am looking for a quick answer, I don't belong to any other list thats appropriate, and we should be full of web developers :) I appologize to the admins. Any, I was wondering if there was a css tag that would align my text vertically. like in TD VALIGN=top TD.productdisplayfieldname {

adding new context to running server

2004-01-27 Thread Luc Foisy
I have added a context via the admin web interface. I can see the context in the manager interface, I can stop start and reload it, and the web reports that the operations were OK. In the localhost logs file it reports a ClassNotFoundException. I see the configuration set in the server.xml

RE: adding new context to running server

2004-01-27 Thread Luc Foisy
This appears in the localhost_logs file when I reload the context via the manager/html interface. 2004-01-27 14:37:21 StandardContext[/uaiapp]: Servlet /uaiapp threw load() exception javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.jasper.servlet.JspServlet or a

Apache + Tomcat RH Setup

2004-01-28 Thread Luc Foisy
I suppose this could be directed towards John Turner, but I'll let anyone answer :) I have been reading through John's HOWTO to get these operating together (with the latest release versions, which I do not think will matter for this question...) and noticed that he says to start Tomcat before

RE: Apache + Tomcat RH Setup

2004-01-28 Thread Luc Foisy
Message- From: Luc Foisy Sent: Wednesday, January 28, 2004 3:27 PM To: Tomcat Users List Subject: Apache + Tomcat RH Setup I suppose this could be directed towards John Turner, but I'll let anyone answer :) I have been reading through John's HOWTO to get these operating together

RE: Apache + Tomcat RH Setup

2004-01-28 Thread Luc Foisy
Thank you very much. Any insight on restarting each of them, and order of operations during runtime and actual system reboot and shutdown? -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 3:37 PM To: Tomcat Users List Subject: Re: Apache

Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-28 Thread Luc Foisy
Using Johns HowTO (http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html) I think my make might not have worked correctly. I'll paste the last bunch of lines. I think this RH bread is 7.0, also using 2.0.48. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool:

RE: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-28 Thread Luc Foisy
two cents . . . . --- Luc Foisy [EMAIL PROTECTED] wrote: modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo): In function `ssl_hook_UserCheck': /home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893: undefined reference to `OPENSSL_free' modules/ssl/.libs/mod_ssl.al

RE: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-29 Thread Luc Foisy
/mde/ just my two cents . . . . --- Luc Foisy [EMAIL PROTECTED] wrote: modules/ssl/.libs/mod_ssl.al(ssl_engine_kernel.lo): In function `ssl_hook_UserCheck': /home/tech_support/install/apache/httpd-2.0.48/modules/ssl/ssl_engine_kernel.c:893: undefined reference to `OPENSSL_free' modules/ssl

RE: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-29 Thread Luc Foisy
That didnt do it either. If my openssl is old (like the one that came with RH 7.0), could that be the problem? -Original Message- From: Luc Foisy Sent: Thursday, January 29, 2004 9:39 AM To: Tomcat Users List Subject: RE: Apache + Tomcat RH HOWTO (Apache Compile) I suppose that could