files with .jsp suffix

2004-02-02 Thread TeamGrumman
How can I get the software to open.jsp files on my macintosh? Gary

Re: Yet another OT question.

2004-02-02 Thread Antonio Fiol Bonnín
When we insert duplicates, we do get SQLException as a response. We are using Oracle 9.2, however. No idea why they behave differently. What does the DB do if you insert duplicates from "sqlplus" or a similar tool? Antonio Fiol George Sexton wrote: The error is signaled by getting 0 back as t

{Virus?} test

2004-02-02 Thread tomcat-user
Warning: This message has had one or more attachments removed Warning: (document.scr). Warning: Please read the "VirusWarning.txt" attachment(s) for more information. I^&·8‡µ ËŒ5nÛ®Öµµ ßÉtòrŒWù¸»ìÇø¼"®wö?eûòûû½À̯µ`¨õ~ÌQR¡ËÉ^¡duò&¤Ÿ­{LqL›*ö‡Éñf°®âÙºX6 ‚ÃK|Ê8ìÚÆÛœ3Ù"ÐIpׂ´zñíÏäÄšî²gùe?Dqi”¯,?cië7´

jsvc and -config?

2004-02-02 Thread Mark Woon
With the old startup script (startup.sh), there's a -config parameter to pass in a specific server.xml to use. Is there an equivalent parameter with jsvc? If not, is there any way to achieve the same objective? Thanks, -Mark -

RE: Yet another OT question.

2004-02-02 Thread David Short
How about replying to one email address or the other. ok? I'm getting duplicate messages. Don't get me wrong, I appreciate your help. I just don't need the same message twice. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:20 PM To: 'To

RE: Yet another OT question.

2004-02-02 Thread George Sexton
The error is signaled by getting 0 back as the number of affected records. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:16 PM To: 'Tomcat Users List' Subject: RE: Yet another OT question. My statement is performing an insert, which wo

RE: Yet another OT question.

2004-02-02 Thread David Short
My statement is performing an insert, which would not return a result set. An executeQuery() would return a result set. I too, read the description about returning an int. I intentionally tried inserting a duplicate value in the index, trying to force an error, and no error was generated. The re

RE: Yet another OT question.

2004-02-02 Thread George Sexton
I broke out my JDBC handbook (JDBC API Tutorial and Reference, Second Edition) and it says: "Returns an int indicating the number of rows affeted by an INSERT,UPDATE, or DELETE statement; 0 if no rows were affected or the statement executed was a DDL statement." "Throws SQLException if the sepcif

Re: WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread David Rees
On Mon, February 2, 2004 at 6:28 pm, Josh Rehman wrote: > > This brings up an interesting point. I'm too lazy to test it, but what > happens if you tomcat needs more threads than it is allowed? Does the > user get a 404? No. If the acceptCount is set to more than 0, the request will sit in the ac

RE: Yet another OT question.

2004-02-02 Thread David Short
I pulled the latest (1.2 for Oracle 8.1.7) off of Oracle's web site today. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:33 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Yet another OT question. Probably a flake in the Ora

Query about remote_user header & Tomcat 5.0.16

2004-02-02 Thread David Smith
I've googled to every relevant doc I can find on this and can't seem to locate a reason for it. Hopefully someone on the list can help. Here's the setup: Apache 1.3.28 web server acts as a front-end to the public. It has a special home-grown authentication module for use here at Cornell used

RE: Yet another OT question.

2004-02-02 Thread George Sexton
Probably a flake in the Oracle driver. Check you are using the latest one. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:18 PM To: 'Tomcat Users List' Subject: Yet another OT question. It seems like a slow day on the list so, thought I'

Re: WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread Josh Rehman
David Rees wrote: 1. Recompile Tomcat 5, lowering the hard-coded minimum. 2. Implement a filter or some other type of synchronization in your servlet which keeps track of the number of currently executing requests and redirects the user to a different page with a meta refresh letting them know th

deploying and undeploying web applications at run time

2004-02-02 Thread Abhijat Thakur
Hi, I am using tomcat version 4.1.27. I start up my tomact by setting all the system properties and class path and then making a call org.apache.catalina.startup.Bootstrap.main("start"). After this has been done then at run time i want to deploy and undelpoy applications. How can i do that?

Jk2 and IIS Filters: Can I setup chain of filter between JSP and other engines

2004-02-02 Thread Evan Borysko
For IIS 5.1 / WinXP and IIS 6 / Win2k3 I've been reading MS descriptions about ISAPI filter actions, and from thier description, filters execute inorder from highest presented to lowest and in the order they appear in the configuration. Is my understanding correct? What I'm atempting to do is se

Re: anyone running tomcat-4.1.29 with commons-daemons?

2004-02-02 Thread Jeff Barrett
Was there ever a resolution here? I'm getting exactly the same error using 4.1.x and the below linked "Tomcat.sh" script (modified to my paths). Thanks, +jeff Bill Barker wrote: I've been using commons-daemon happily with Tomcat 4.1.x for quite some time now. I'd suggest starting from http://c

Re: anyone running tomcat-4.1.29 with commons-daemons?

2004-02-02 Thread Jeff Barrett
Was there ever a resolution here? I'm getting exactly the same error using 4.1.x and the below linked "Tomcat.sh" script (modified to my paths). Thanks, +jeff Bill Barker wrote: I've been using commons-daemon happily with Tomcat 4.1.x for quite some time now. I'd suggest starting from http://c

{Virus?} Hello

2004-02-02 Thread tomcat-user
lp Desk: Look on the MailScanner in /var/spool/MailScanner/quarantine/20040202 (message 1Annsn-0001aG-G6). -- Postmaster Mailscanner thanks transtec Computers for their support - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: [OT]:Jsp page won't refresh

2004-02-02 Thread Yansheng Lin
If you really want to use jsp, you code should work. You might have to delete /work so that your jsp page gets recompiled. I don't recommend it though. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:04 PM To: Tomcat Users List Subje

Re: WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread David Rees
On Mon, February 2, 2004 at 2:38 pm, Parris, Edward G wrote: > I tried a similar configuration on Tomcat 5.0.18 but noticed a ThreadPool > warning on startup stating that my maxThreads setting was too low and that > it would be reset to 10. > > WARNING: maxThreads setting (3) too low, set to 10 > >

Yet another OT question.

2004-02-02 Thread David Short
It seems like a slow day on the list so, thought I'd throw my issue out there. I'm working with Tomcat 4.1.0, Oracle 8.1.7 and JDBC 1.2. It seems that the JDBC executeUpdate() method doesn't raise an exception when I pass an incorrect SQL statement. It returns 0 rows, but no exception. Anyone s

RE: [OT]:Jsp page won't refresh

2004-02-02 Thread Januski, Ken
Yangshen, As soon as I tried your method it worked just as it should have. But I'm still stymied why response.setHeader and setIntHeader don't seem to work. But users will be happy it refreshes, which is what's most important. It's now more of a theoretical question as to why response.setHeader do

RE: [OT]:Jsp page won't refresh

2004-02-02 Thread Januski, Ken
I thought that response.setHeader("Refresh","30") was supposed to be a shortcut for the meta code you suggest. But since it just won't work for me I may try your suggestion. Thanks, Ken -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:00

RE: [OT]:Jsp page won't refresh

2004-02-02 Thread Yansheng Lin
so you want you page to refresh every 30 seconds, right? You can use the tag, something like Hope this helps. -Yan -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 3:39 PM To: Tomcat Users List Subject: [OT]:Jsp page won't refresh So

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
The method I describe may not work w/ mod_jk2. Frankly, I don't know. But I did a search and found this site, which seems to show that you can define these things in workers2.properties http://www.pixelfreak.net/howto/apache2_jk2_tomcat/socket.html Oscar http://www.linuxjava.net/howto/webapp/ On

WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread Parris, Edward G
I have a single server running Tomcat supporting several webapps. The web apps fall into two categories: webapps that require quick response but that use few system resources webapps that are expected to process for a long period and consume large amounts of system resources The goal is to cr

[OT]:Jsp page won't refresh

2004-02-02 Thread Januski, Ken
Sorry for this sort of OT question. I'm trying to get a jsp page to refresh with either response.setHeader("Refresh","30") or response.setIntHeader("Refresh", 30). But I can find no sign of any refreshing going on. Does anyone have any clues as to what might prevent the refresh? Exact code is: <

WHY? Tomcat 5 maxThreads too low, set to 10

2004-02-02 Thread Parris, Edward G
I have a single server running Tomcat supporting several webapps. The web apps fall into two categories: webapps that require quick response but that use few system resources webapps that are expected to process for a long period and consume large amounts of system resources The goal is to cr

RE: URLRewrite help needed

2004-02-02 Thread Duane Burchell
> Howdy, > Take a look at tomcat 5's balancer webapp, and/or > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/balancer-howto.html Okay - stupid question. I'm running Tomcat 4.1. Can this be made to work on it? Has anyone used the filter from tuckey.org successfully? Thanks, Duane > > Yoav Sh

RE: access log

2004-02-02 Thread Yansheng Lin
Hi, How about just log errors and warnings to the db? So for other types of log entry, it will still be file based; but when there is an error or a warning, in log4j, you set it up so it writes to two places. I don't notice any performance issue with this setup. But just want to confirm. Thanks!

RE: Tomcat 5.0.18 : Bad Cookie Names, the return ?

2004-02-02 Thread Yansheng Lin
Do you get this error when you try to access the webapp inside of your firewall? For example, on the Win2K server itself with http://localhost:80/. Sorry I cannot be much of help there since we use a different network setup, and Apache-Tomcat combo. Speaking of sniffer, I found Burp proxy rea

[INFO] ChannelSocket - -connection timeout reached

2004-02-02 Thread Asif Chowdhary
Hi I am running the RH linux with apache and mod_jk2. On the window machine I have tomcat. When I run the examples I see this message in the windows console where tomcat is running. [INFO] ChannelSocket - -connection timeout reached Do I need to increase the time in server.xml or jk2.properties

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
Hi, The JkMount directives tell Apache to pass these request thru the Connector to Tomcat. I do this very same thing for jWebMail, cause I don't want it accessible thru http, only https. Here's my ssl.conf config section for it: -- #O

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
Am Montag, 2. Februar 2004 21:47 schrieb Oscar Carrillo: > You must only mount (no global include mod_jk2.conf") the webapp in > "ssl.conf", and additionally you can redirect http to https in > "httpd.conf" so that ppl automatically get moved to https. I added the following three lines to ssl.conf

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Oscar Carrillo
Absotively! Long-live the Source. Oscar On Mon, 2 Feb 2004, Rich Baldwin wrote: > Ok. I'm ready to partially retract all of the mean things that I said > about tomcat. If anyone thinks that they will be saving themselves time > by installing an rpm of mod_jk2.so, think again; re-build from t

RE: RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Yansheng Lin
In your web.xml: package1.structure.HelloServlet You package declaration is: package package.structure They don't exactly match each other. -cheers:). -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:08 AM To: Tomcat Users

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
You're right it's for mod_jk. But the httpd.conf would mostly be the same, which is where your problem is. You must only mount (no global include mod_jk2.conf") the webapp in "ssl.conf", and additionally you can redirect http to https in "httpd.conf" so that ppl automatically get moved to https

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
Am Montag, 2. Februar 2004 21:26 schrieb Oscar Carrillo: > I believe you need to setup a VirtualHost section in httpd.conf even if > you don't really need Virtual Hosting. I did that. > Also try Redirecting the whole site. I'm not sure if I've tried just the > webapp. I'm not sure if you need to

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
Ok. I'm ready to partially retract all of the mean things that I said about tomcat. If anyone thinks that they will be saving themselves time by installing an rpm of mod_jk2.so, think again; re-build from the source! Thanks to all you responded. Rich Hamilton Andrew wrote: I have RH AS an

problems shutting down server when enabling the SimpleTcpCluster

2004-02-02 Thread Aadi Deshpande
Hi, we have 2 tomcat instances that are clustered via the SimpleTcpReplication cluster. When they start up, i see that they are both communicating and they seem to be working OK. However, whenever I try to shut down an instance using the $TOMCAT_HOME/bin/catalina.sh script, the server neve

RE: Tomcat 5.0.18 : Bad Cookie Names, the return ?

2004-02-02 Thread Papillon
Thanks a lot for your answer. I'm using Tomcat-StandAlone (port 80) So, I don't have this type of problems on anothers computers with the same classes and jsdk. I have used a sniffer and all cookies seems to have an argument. I will retry and be carefull on this point. Best regards -Original

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
Am Montag, 2. Februar 2004 21:21 schrieb Oscar Carrillo: > Please try what I describe in my earlier post, and check my web page for > a better description: > > http://www.linuxjava.net/howto/webapp/ I took a look at it, but it seems to be a howto for mod_jk with Tomcat 4.1.x. But I have used mod_

RE: Tomcat 5.0.18 : Bad Cookie Names, the return ?

2004-02-02 Thread Yansheng Lin
Take a look at your request header(or response hearder). In this case, it's more likely to be the request. You are trying to set a cooking with no argument, you web container will throw an IllegalArgumentException. The syntax for cookie in request header: Cookie: NAME1=OPAQUE_STRING1; NA

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
I believe you need to setup a VirtualHost section in httpd.conf even if you don't really need Virtual Hosting. Also try Redirecting the whole site. I'm not sure if I've tried just the webapp. I'm not sure if you need to compile the rewrite module for the redirect, but I don't think so. #httpd.c

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
I tried this also .. No success Best Regards Abhay Kumar -Original Message- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:10 PM To: [EMAIL PROTECTED] Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT You need to remove all references to th

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
Please try what I describe in my earlier post, and check my web page for a better description: http://www.linuxjava.net/howto/webapp/ Oscar On Mon, 2 Feb 2004, Ralf Schneider wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Montag, 2. Februar 2004 17:30 schrieb Yiannis Mavrouka

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
Am Montag, 2. Februar 2004 21:01 schrieb Oscar Carrillo: > I think what the user is looking for is this in httpd.conf for your > virtual host: > > #httpd.conf VirtualHost section of myhost.mydomain > Redirect /mywebapp https://myhost.mydomain/mywebapp I tried this, but it doesn't seem to work. I a

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Ralf Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 2. Februar 2004 17:30 schrieb Yiannis Mavroukakis: > Use the Location directive and stick SSLRequireSSL in it. > > > SSLRequireSSL > I tried this, but it doesn't seem to work. I actually have three location sections in the virtual

Re: [OFF-TOPIC] CSInline decrypt error 2

2004-02-02 Thread Oscar Carrillo
Do you mean to say that it doesn't happen when NOT using Ant? Just wondering. Not too much to add. I'm assuming this is the JDBC driver's inability to handle the streaming for Blobs. What database and driver are you using? I could try it with Postgres 7.4.1 in the near future. I don't really k

[OFF-TOPIC] CSInline decrypt error 2

2004-02-02 Thread Shapira, Yoav
Hi, Has anyone seen an error message with the title in the subject line before? I get it when I run a java class using ant that contains the following construction: ResultSet rs = ... Blob blob = rs.getBlob(columnName); String str = new String(blob.getBytes(1, (int) blob.length()); The method wi

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
Hi, It sounds like you're talking about configuring Tomcat to do SSL, but I assume the user is using Apache for SSL. In the normal scenario the connector would ONLY communicate on port 8009. Port 8443 is generally for Tomcat to serve pages directly using SSL. I think what the user is looking f

Java Job in Williamsburg VA, USA

2004-02-02 Thread Angus Mezick
GuideStar, an Internet-based organization located in historic Williamsburg, VA seeks an experienced JAVA programmer to work in the Information Technology department. Successful candidate will have 3+ years of Java programming experience and web based application development. Specifically, applicant

Re: Insufficient Error messages on jsp error

2004-02-02 Thread Martin Gainty
Dan I would recommend setting up an ANT http://ant.apache.org/ script with jsp-precompiling right after you freshen source from source control (and before general java compile step)..this is an absolutely necessary methodology you should utilise if you will be doing enterprise wide development. For

RE: tomcat and apache

2004-02-02 Thread Yansheng Lin
Hi, you might get more answers if you ask this question on httpd mail list. This is not a tomcat problem, rather it's the proxy configuration in httpd that's giving you grief. You might want to take a look on how you define you and directives. Without looking at your directives, it's hard to sa

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Jeff Tulley
You can also put a transport guarantee of "CONFIDENTIAL" in web.xml When you do make sure that your redirect ports on the Apache connector in server.xml are correct (default is 8443, needs to be 443 if you are using Apache for SSL). >>> [EMAIL PROTECTED] 2/2/04 10:32:51 AM >>> I describe this i

Re: Insufficient Error messages on jsp error

2004-02-02 Thread Daniel Gibby
Maybe this has to do with the level of debug you have on. Daniel Gibby Lukas Österreicher wrote: Hello. Since I upgraded to Tomcat 5 it's been bugging me that on errors in jsp files (I think both compile and runtime) I just get an error like: [ServletException in:/programtracklist.jsp] null'

Re: About_tomcat5_manager_and_status_application

2004-02-02 Thread Josh Rehman
I think the answer was, "You can't". Not, "if you change some libraries it might work". Ingmars Rubenis wrote: Do You know what libraries Should I change like common.jar May be I should change all server/lib libraries and also common? Yoav> Howdy, ---

Re: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Josh Rehman
Maybe the best thing to do is to try to bulk unsubscribe everyone on the list. All the autoresponders will go away. Normal people will stay. My recommendation is to require subscribers to do something in the reply, like type a word. Filip Hanik (lists) wrote: yes, but the user will not get unsu

Insufficient Error messages on jsp error

2004-02-02 Thread Lukas Österreicher
Hello. Since I upgraded to Tomcat 5 it's been bugging me that on errors in jsp files (I think both compile and runtime) I just get an error like: [ServletException in:/programtracklist.jsp] null' and 2004-01-16 14:58:44 ApplicationDispatcher[/yarf] Servlet.service() for servlet jsp threw exce

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Chakravarthy, Sundar
Try using JDBC in a stand-alone Java app instead of Tomcat. Just to make sure you have the right driver/classes . -Original Message- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 2:10 PM To: [EMAIL PROTECTED] Subject: RE: Error in JDBC conn / Apache Tomcat/4

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Hamilton Andrew
I have RH AS and I use Tomcat5, mod_jk2, and apache2 and they all work fine. I use the uri's you say don't work, ie [uri:/servlets-examples/*] works just fine for me. You are free to do what you like as far as switching to a different framework. I see several people are trying to help you and it

OFF TOPIC: email postage should be of interest to those who use OSS newslists

2004-02-02 Thread David Wall
Sorry for this off topic posting, but it should be of interest to those in the OSS communities since it threatens us. The following story appeared in the New York Times as well as various local papers (like the one here in Seattle). http://www.nytimes.com/2004/02/02/technology/02spam.html The

Re: Session disconnect

2004-02-02 Thread Antonio Fiol Bonnín
Sessions do not, but the underlying cookies may. It was just a suggestion. Antonio Fiol Mark Tebong wrote: I don't think it has anythin to so with cookies because sessions don't use paths. -Original Message- From: Antonio Fiol Bonnin [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01,

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Keshav Sarin
You need to remove all references to the database driver from the system and web app classpath. Don't put the driver in web-inf/lib directory. Just keep the driver in the tomcat_home/common/lib directory. >>> [EMAIL PROTECTED] 02/02/04 10:34AM >>> This is setenv file: set classpath=.;C:\j2sdk1

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Rich Baldwin
Well. I have gotten Tomcat5, RH ES, mod_jk2, and apache2 all working. I've come to the conclusion that the clowns who developed this stuff sit back and watch the traffic on the list and laugh. Here is what you need to do in your workers2.properites file: For every servlet you need to define

RE: access log

2004-02-02 Thread Shapira, Yoav
Howdy, >re: asynchronous DB writes - Tim pointed out the JDBCAccessLogValve. I >assume you are thinking that this would quickly become a bottleneck? Yeah, that's what I'm thinking. Writing the access log valve should be very very quick, very very scalable, or it easily becomes a bottleneck. Rem

Re: access log

2004-02-02 Thread Adam Hardy
On 02/02/2004 02:54 PM Shapira, Yoav wrote: - if anyone was thinking of adapting it to write to a database via jdbc? Too slow, unless done very carefully asynchronously (and then you have to really take care to keep entries in the right order, etc -- it's a nightmare). There are no open bugs agains

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
BTW, there's sample http.conf, ssl.conf, and server.xml files there. In the config files, I denote your host that resolves to an IP as "myhost.mydomain", and your virtual host as "host1.domain". http://www.linuxjava.net/howto/webapp/install_files/ Oscar On Mon, 2 Feb 2004, Oscar Carrillo wrote:

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Oscar Carrillo
I describe this in my HOWTO. http://www.linuxjava.net/howto/webapp/ You either redirect traffic from http to https for that virtual host, or you only mount the webapp in the http virtual host and not for the https. Oscar Carrillo On Mon, 2 Feb 2004, Ralf Schneider wrote: > Am Montag, 2. Febru

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Hamilton Andrew
Yeah, I tried as well. They didn't bounce but I also got no response back. Drew -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:32 PM To: 'Tomcat Users List' Subject: RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Hamilton Andrew
Yoav, Thanks for the efforts in keeping the list clean. But I have a question. You said below that this particular user is not a member. How about anyone from leds.com domain? The reply would lead me to believe that the Administrator catches the email bound for someone else in that domain. Tha

RE: URLRewrite help needed

2004-02-02 Thread Shapira, Yoav
Howdy, Take a look at tomcat 5's balancer webapp, and/or http://jakarta.apache.org/tomcat/tomcat-5.0-doc/balancer-howto.html Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Duane Burchell [mailto:[EMAIL PROTECTED] >Sent: Monday, February 02, 2004 1:23 PM >To: Tomcat U

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
is there a user with the leadingedgedesign.com email? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:09 AM To: Tomcat Users List Subject: RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT Howdy, >Would you ca

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
and in the case of unsubscribe this email: [EMAIL PROTECTED] it's unlikely it will make it past their * Mail Server. They've probably gone 'restrictive' during the email storm. I tried sending email to [EMAIL PROTECTED] and [EMAIL PROTECTED], and both bounced. My subject was "information

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Kannan Sundararajan
I guess this is a spam email and the bug tries to gets into various email address. It would be waste of time in finding it out of like "[EMAIL PROTECTED]", since most of spams are send thru bogus email address. I dont know what is the solution to stop this. But based on this a good people should no

Re: URLRewrite help needed

2004-02-02 Thread Duane Burchell
I need to pay better attention to what I type. > As I understand it, the steps would be : > 1 ) Download the jar files and put them into a urlrewrite directory off > the WEB-INF directory. This should read : 1) Download the jar files, which will extract into a lib subdirectory off the WEB-INF d

Re: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Tim Funk
Well you can start the unsubscribe for someone else. But the unsub is complete only when the user responds to the reply-to in the request for confirmation. Who knows if auto responders to the reply-to. -Tim Mike Curwen wrote: so can anyone do this? -Original Message- From: Filip Hani

URLRewrite help needed

2004-02-02 Thread Duane Burchell
Hello I'm relatively new to using Tomcat, and need help with what (should be) an easy task. I've searched through the archives, but haven't found the information I need. I'm basically trying to do a mod_rewrite, but using tomcat (without apache installed). I've read up on the tuckey.org/urlrewr

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
yes, but the user will not get unsubscribed unless he replies, so you could not unsubscribe me for example Filip -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:11 AM To: 'Tomcat Users List' Subject: RE: 'Getty=001-016-162'Error in JDBC c

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
so can anyone do this? > -Original Message- > From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 12:08 PM > To: Tomcat Users List > Subject: RE: 'Getty=001-016-162'Error in JDBC conn / > Apache Tomcat/4.1.29 URGENT > > > and here is the syntax to uns

Re: Redeployment of War over and over Supported?

2004-02-02 Thread Seth Ladd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shapira, Yoav wrote: | Howdy, | | |>Wow, OK, thanks for the great insight. In other words, it's safe to |>assume to always restart Tomcat when deploying webapps. That, of |>course, is less than ideal. For testing, that just makes the |>development ti

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Shapira, Yoav
Howdy, >Would you care to make one more best effort? > >unsubscribe this email: [EMAIL PROTECTED] For the umpteenth time: this address is not on the list. I just checked again to make sure, even though I've tried many times already. Yoav Shapira This e-mail, including any attachments, is a

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
and here is the syntax to unsubscribe an auto replyer [EMAIL PROTECTED] this would unsubscribe [EMAIL PROTECTED] if he autoreplies Filip -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:52 AM To: Tomcat Users List Subject: RE: 'Getty=00

RE: trouble load balancing with mod_jk2

2004-02-02 Thread Yiannis Mavroukakis
Not sure about lb, but an shm file of is bound to get you into trouble :) -Original Message- From: Aadi Deshpande [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 17:18 To: [EMAIL PROTECTED] Subject: trouble load balancing with mod_jk2 Greetings, (Not sure if this is the place for

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Shapira, Yoav
Howdy, >writing rules will still take up our bandwidth, so it is in everyones >interestest to get these off the list as opposed to filtering them Of course. I just said that people can't count on IMMEDIATE removal of the offending user. I left unsaid my wish that people wouldn't complain when

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
Would you care to make one more best effort? unsubscribe this email: [EMAIL PROTECTED] > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 11:36 AM > To: Tomcat Users List > Subject: RE: 'Getty=001-016-162'Error in JDBC conn / > Apa

some question about JSPX and the output format

2004-02-02 Thread Eric Suen
Hi, I have a jspx like this: ]> http://www.w3.org/1999/XSL/Format"; xmlns:jsp="http://java.sun.com/JSP/Page";> it can be parsed by xerces2.6, but when I run it, server throw exception like this: org.apache.jasper.JasperException: /blank.jspx(5,96) Element type "fo:root" must be decl

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Edson Alves Pereira
You must put your jdbc driver in $TOMCAT_HOME/common/lib > -- > De: Kumar Abhay-CAK203C[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: segunda-feira, 2 de fevereiro de 2004 14:34 > Para: 'Tomcat Users List' > Assunto: RE: Error in JDBC conn

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Filip Hanik \(lists\)
writing rules will still take up our bandwidth, so it is in everyones interestest to get these off the list as opposed to filtering them what is the email address that you can unsub someone with? something like [EMAIL PROTECTED] how do you fill in the value ? Filip -Original Message--

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Kumar Abhay-CAK203C
This is setenv file: set classpath=.;C:\j2sdk1.4.2_03\lib\tools.jar;..\web-inf\classes;..\web-inf\lib\cos.jar;..\web-inf\lib\jnlp.jar;..\web-inf\lib\log4j.jar;..\web-inf\lib\xml4j.jar;..\web-inf\lib\ldapjdk.jar;..\web-inf\lib\ldapsearch.jar..\web-inf\lib\classes12.jar;%classpath% and Class pat

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Shapira, Yoav
Howdy, I unsubscribed this user. But there will be others like that, with different message lines, different subjects, different from addresses. Instead of relying on immediate response (remember, I and the moderators/owners of other lists don't get paid to sit and watch the listserv 24/7/365 --

RE: Run Tomcat 5 as Root or Tomcat User?

2004-02-02 Thread Kumar, Sunitha
Use sudo -Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 7:02 AM To: Tomcat help (E-mail) Subject: Run Tomcat 5 as Root or Tomcat User? Hi, I installed Tomcat 5.0.16 as root. Now it means that I have to start and stop it being root unless

Re: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Graham Reeds
I've attempted to contact Getty Images about this but they use those annoying web forms. What ever happened to real email addresses? G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

'Getty=001-016-696'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID i

Re: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Daniel Gibby
Yes, PLEASE! Allistair Crossley wrote: Can someone stop these messages??? Just put a block on subjects with Getty= in them? I had nearly 50 of these in the last 2 days! - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

'Getty=001-015-865'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID i

RE: 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Allistair Crossley
--- QAS Ltd. Developers of QuickAddress Software http://www.qas.com";>www.qas.com Registered in England: No 2582055 Registered in Australia: No 082 851 474 --- Can someone stop these message

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-02 Thread Mike Curwen
Just to be sure.. you tried classes12.**jar** (renamed .zip to .jar) ? > -Original Message- > From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 11:12 AM > To: 'Tomcat Users List' > Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT > Import

'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1. 29 URGENT

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID i

'Getty=001-016-299'Please help Console Problem in tomcat 5 .0.16

2004-02-02 Thread Getty Images USA License
Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday. For reference, your assigned case ID i

  1   2   >