servlet api question ?

2005-03-21 Thread brian
What are the advantages or the reason for the popularity of servlet api vis-a-vis the web server specific api ? Say Netscape server or IIS server also have their own specific api's as well where one could write server side code. But the servlet api is so popular and wide spread and one could

servlet api question

2005-03-19 Thread brian
What are the advantages or the reason for the popularity of servlet api vis-a-vis the web server specific api ? Say Netscape server or IIS server also have their own specific api's as well where one could write server side code. But the servlet api is so popular and wide spread and one could

book for servlet programming

2005-03-17 Thread brian
I need a book for servlet programming- there are some good reviews for the Jason (O'Reilly) book. and also for Goodwill's Servlet programming. Please let me know your experiences about a good book to for servlet programming. (shall be using Tomcat primarily) references to some tutorials with

tomcat servlet engine

2005-03-15 Thread brian dell
Is there a windows version of tomcat (servlet container) on a apache (windows version) web server ? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Help getting started

2005-03-15 Thread brian
To get a servelet engine one needs the following apache web server and tomcat servlet engine ?? What about J2EE ? Does one need that as well ? Or the servlet engine above (like tomcat) would contain the J2EE as well. __ Do You Yahoo!? Tired of

Installing tomcat (help)

2005-03-15 Thread brian
Below is the tomcat installation files for download and have pasted the contents of README packaging information. One binary is an exe, one is tar.gz, one is a zip, another is Deployer. Which one is the installation file for windows ? The .exe is the Tomcat Setup wizard. Is this the windows

RE:[RESOLVED] log4j.properties not found in tomcat

2005-02-22 Thread Brian McGovern
responsibility to make sure the directory exists before Log4j attempts to use it. Jake At 11:09 PM 2/21/2005 -0500, you wrote: Where do you put log4j.properties currently? -Michael Greer On Feb 21, 2005, at 5:02 PM, Brian McGovern wrote: I have a wierd problem. Tomcat on W2k barks

RE: [RESOLVED] log4j.properties not found in tomcat

2005-02-22 Thread Brian McGovern
configuration file [log4j.properties]. AbandonedObjectPool is used ([EMAIL PROTECTED]) LogAbandoned: true RemoveAbandoned: true RemoveAbandonedTimeout: 60 -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 8:24 AM To: Tomcat Users List

RE: [RESOLVED] log4j.properties not found in tomcat

2005-02-22 Thread Brian McGovern
log4j.appender.nycbbuilderlog.layout.ConversionPattern=%5p [EMAIL PROTECTED]:mm:ss,SSS}] - %m%n -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 3:01 PM To: Tomcat Users List Subject: RE:[RESOLVED] log4j.properties not found in tomcat Quoting Brian McGovern [EMAIL PROTECTED

log4j.properties not found in tomcat

2005-02-21 Thread Brian McGovern
I have a wierd problem. Tomcat on W2k barks FileNotFound Exceptions for the log4j.properties file when i execute a servlet that instantiates log4j. Strangely enough the actual file that i create and log to with log4j.properties file logs out just fine even though stdout.log said that it

log4j in tomcat erroring -- dont know why

2005-02-18 Thread Brian McGovern
Hi. I've got tomcat up and running and have a log4j.properties file in my WEB-INF\classes directory. My servlets and jsps run fine. No errors. Stdout.log shows this on servlet execution and i have no idea why because the log4j log file is being populated just fine even though my stdout

RE: log4j in tomcat erroring -- dont know why

2005-02-18 Thread Brian McGovern
, 2005 5:51 PM To: Tomcat Users List Subject: Re: log4j in tomcat erroring -- dont know why Brian, Are you calling PropertyConfigurator explicitly anywhere in your code? Brian McGovern wrote: Hi. I've got tomcat up and running and have a log4j.properties file in my WEB-INF\classes directory

RE: Setting default tomcat logger 5.0.28

2005-02-17 Thread Brian McGovern
Im looking to do the exact same thing. I tried adding a file named commons-logging.properties to my classes directory that contains the following line. org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger This doesn't do what I read it would do. I still have output to

RE: log4j best practices

2005-02-17 Thread Brian McGovern
go wrong? -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:57 PM To: Tomcat Users List Subject: RE: log4j best practices Oh man. they were in winnt system32 the whole time. UGH. You were right. Thanks Jake! -Original Message

log4j best practices

2005-02-16 Thread Brian McGovern
Hi everyone Im looking for some tips on implementing a logging system in tomcat. Ive got log4j installed and am about to write code but im just looking for some tips before i get started. My idea is to write a central logger class for my app that imports the log4j package and supplys static

RE: log4j best practices

2005-02-16 Thread Brian McGovern
Thats the same approach im using. I have a commons-logging.properties and a log4j.properties file in my WEB-INF\classes directory. But I only get the same loggin as before in stdout.log Im using Win2k as OS. Where do my defined log files go? Im confused. Everything compiles. I have this

RE: log4j best practices

2005-02-16 Thread Brian McGovern
the JVM. I suggest you use... log4j.appender.stdout.File=${catalina.home}/logs/catalina.out Tomcat creates the catalina.home system property at startup. You can use it to reference Tomcat's home directory and then put the file anywhere you want relative to that. Jake Quoting Brian McGovern

org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.doesModernCompilerExist(CompilerAdapterFactory.java:143)

2005-02-08 Thread Brian McGovern
Hello, I recently installed tomcat 5.0.28 and java 1.4.2_06. I get the default app and can execute servlets, but if i execute any jsp that is NOT defined in the jsp-examples web app, i get the error above. Full stack trace below: I have no idea what is causing this. Please help. type

No jsp compiles

2005-02-08 Thread Brian McGovern
I just installed tomcat 5.0.28 and java 1.4.2_06 on redhat and no JSP compiles, with the following error: Even jsp with one line in them Any ideas? org.apache.jasper.JasperException: Unable to compile class for JSP

RE: No jsp compiles

2005-02-08 Thread Brian McGovern
knows. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:53 PM To: Tomcat Users List Subject: No jsp compiles I just installed tomcat 5.0.28 and java 1.4.2_06 on redhat and no JSP compiles, with the following error: Even jsp

Re: Apache returning different sizes for same request [was Re: Controlling caching / session collision]

2005-01-13 Thread Brian McEntire
I'm speechless. Change it to: % ResultSet result; % -Tim Brian McEntire wrote: Looking at one of the problematic JSP pages, I see (snippets): %! ResultSet result; % - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Apache returning different sizes for same request [was Re: Controlling caching / session collision]

2005-01-10 Thread Brian McEntire
difficult to judge improvement with out JMeter and the test script which needs a combined access log as input. I'd be happy to share the PERL script with anyone interested. Contact me if you want it. Thanks! Brian - To unsubscribe

Controlling caching / session collision

2005-01-07 Thread Brian McEntire
. It is not 100% reproducible. It cannot be reproduced immediately after Tomcat is started. But after several hours (or possibly some number of visitors to the page) it starts to happen and gets more frequent over time. Any suggestions would be greatly appreciated! Thanks, Brian

Apache returning different sizes for same request [was Re: Controlling caching / session collision]

2005-01-07 Thread Brian McEntire
! Brian On Fri, 7 Jan 2005, Brian McEntire wrote: I am running Tomcat 5.0.28, mod_jk 1.2.8, and Apache/2.0.46 on Redhat Enterprise Linux WS 3.0. We have an HTML page that is a frame: top (banner), left hand (menu), and right hand (main content). There are 6 hyperlinks in the LH pane that point

ssi including cgi with query args is broken

2004-12-13 Thread Brian Hill
but was then reporting the behavior under Tomcat 4.0.24, which also fails, but somewhat differently.] More details are below. I would be happy to test a patch class (I'd need directions for where to put the patch class and how to configure the class loader to find it). --Brian In this log/backtrace, you

client cert authentication problem

2004-12-10 Thread Brian Rook
I've developed a webservice running in axis on jboss 3.2.6 / tomcat5. Everything works fine. Our test server uses apache as the webserver. When I put the application on the test server I get the following error: (400)No client certificate chain in this request I know that the client

lose query args when using cgi and ssi together

2004-12-03 Thread Brian Hill
trick that causes the queryargs to get passed through? Is this fixed in some more recent version of Tomcat (we are using Tomcat 4.1.18 (?) on Mac OS X 10.2)? Thank you for any suggestions! --Brian P.S. I have tried the other relevant SSI directive !--#exec cgi=/cgi-bin/myscript.pl?queryargs

WebDav behavior

2004-11-19 Thread Brian K Bonner
4.1.29 that would cause this behavior change? Thanks, Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: WebDav behavior

2004-11-19 Thread Brian K Bonner
that webdav servlet won't work w/ .JSP files IIRC because of how the content is served up. Thanks, Brian Mark Thomas [EMAIL PROTECTED] wrote on 11/19/2004 01:57:01 PM: The webdav servlets are exactly the same, give or take a few formatting differences. There are difference between 4.1.x

RE: WebDav behavior

2004-11-19 Thread Brian K Bonner
That sounds like what I'm seeing. IE 6 is not redirecting. Thanks for the clarification. :) Brian Mark Thomas [EMAIL PROTECTED] wrote on 11/19/2004 03:02:58 PM: From what I recall, TC4 forwards to the index page whereas TC5 sends a redirect. I am sure one of the other committers

Fw: WebDav behavior

2004-11-19 Thread Brian K Bonner
My mind was playing tricks on me. My last reply wasn't accurate. I'll do more research. Thanks for the clarification. Brian - Forwarded by Brian K Bonner/paraware on 11/19/2004 03:40 PM - Brian K Bonner/paraware wrote on 11/19/2004 03:37:01 PM: That sounds like what I'm seeing. IE

RE: WebDav behavior

2004-11-19 Thread Brian K Bonner
and it's good. Brian Mark Thomas [EMAIL PROTECTED] wrote on 11/19/2004 03:02:58 PM: From what I recall, TC4 forwards to the index page whereas TC5 sends a redirect. I am sure one of the other committers will correct me if I am wrong here ;) You then get into exactly how the mappings, welcome

Re: Unable to start tomcat server

2004-09-21 Thread Brian Roberts
variable named JAVA_HOME to the pathname of the directory into which you installed the JRE. Full instructions are with the tomcat server package on RUNNING.txt Bye for now and thanks everyone for your help Brian Roberts At 06:01 AM 21/09/2004 -0700, you wrote: It was a typo and CATALINA_HOME

Re: cannot find server

2004-09-19 Thread Brian Roberts
going. For anyone else I'm trying without success at getting the server (version 5 )running and opening the welcome page. Thank you Brian Roberts [1] make that 2 days. At 07:50 AM 19/09/2004 -0700, you wrote: Brian Roberts wrote: QM thanks for your reply the URL is http://127.0.0.1:8080/ . The set

Re: cannot find server

2004-09-18 Thread Brian Roberts
' then click on the welcome button to open the browser on the above URL and port 8080 the message shows 'cannot find server'. I hope I haven't been to long winded but I wanted to show a clear picture of what is going on. Thanks for your help Brian Roberts At 01:03 PM 18/09/2004 -0500, you wrote: On Sat

cannot find server

2004-09-17 Thread Brian Roberts
to j2re1.4.2_04. On the configure I tried the start button. I tried with the zone alarm fire wall on and off but no effect. Do I need to add the jsdk.jar to the classpath with this version (I haven't done it, I couldn't see any reference to it with this version). Your help would be appreciated. Thank you. Brian

Tomcat 5.0 and SSL v2?

2004-08-10 Thread Brian Matthews
failure:s2_pkt.c:428: Any ideas? Thanks, Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fw: Web apply re-deploy is removing symbolic links

2004-07-21 Thread Brian Moynihan
Any ideas on symbolic links getting removed by Tomcat re-deploying the application? - Original Message - From: Brian Moynihan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 19, 2004 11:26 AM Subject: Web apply re-deploy is removing symbolic links Hi all, I have a tomcat

Schema in jsp:root cannot be resolved by Tomcat 4.1.29

2004-07-21 Thread Brian K. Bonner
) at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source) ... Is this something that it is expected to support? Thanks, Brian P.S. Here is my JSP file ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR

Web apply re-deploy is removing symbolic links

2004-07-19 Thread Brian Moynihan
these symbolic links automcatically before redeploying the web application, maybe using the web.xml file? Any help or links to articles etc would be very much appreciated. Regards, Brian.

CGIServlet and CGI.pm upload feature

2004-07-09 Thread Brian T. Dittmer
haven't been able to find any reference to this problem on the web. Thanks a lot! Brian Dittmer [EMAIL PROTECTED] http://www.tracerdigital.com (614) 795-0501 - To unsubscribe, e-mail: [EMAIL

I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
could get some helps. Thank you very much. Cheers, Brian - ALL-NEW Yahoo! Messenger - so many all-new ways to express yourself - ALL-NEW Yahoo! Messenger - so many all-new ways to express yourself

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 30, 2004 11:08 PM :: To: [EMAIL PROTECTED] :: Subject: I need help about deploying a servlet in tomcat :: :: Dear friends, :: :: I just installed tomcat 5 in my machine. I put

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
me a thorough and step-by-step guidance. Thank you very much. Brian - ALL-NEW Yahoo! Messenger - so many all-new ways to express yourself

BodyContentImpl problem

2004-06-15 Thread Barnett, Brian W.
) Thanks, Brian Barnett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat administration

2004-06-09 Thread Schoudel, Brian
source requires the admin/password to login. These are both tomcat 5.0.24 on Windows 2000 server. How can I lock this down? Thanks, Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.x and jsp 2.0

2004-05-26 Thread Barnett, Brian W.
I recently switched from an old version of Resin to Tomcat 5.x. My jsp files are written to the jsp 1.2 spec. Do I have to convert them to jsp 2.0 spec? Should they work as is? What are my options? Thanks, Brian Barnett

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
.properties files that would care to share? BTW - for all interested, I also set development to false, and fork to true in web.xml. I have also removed jsvc from the equation just to make sure it is not part of the problem. Brian Beckham [EMAIL PROTECTED] Office: 770.924.6444 ext. 203 Mobile: 404.406.8355

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
Ok, after adding that setting in jk2.properties I have had 2 lockups of tomcat on my production siteany help!!?!!? Brian Beckham [EMAIL PROTECTED] Office: 770.924.6444 ext. 203 Mobile: 404.406.8355 -Original Message- From: Brian Beckham [mailto:[EMAIL PROTECTED] Sent: Friday, May

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
. Brian Beckham [EMAIL PROTECTED] Office: 770.924.6444 ext. 203 Mobile: 404.406.8355 -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 10:21 AM To: Tomcat Users List Subject: Re: Memory leak with Tomcat 5.0.19 Brian Beckham wrote: Ok, after adding

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
Jeff, Can you tell me more about your sitation? Did 5.0.24 help? What options were you setting? Were you using / are you using jsvc? What OS? Brian Beckham [EMAIL PROTECTED] Office: 770.924.6444 ext. 203 Mobile: 404.406.8355 -Original Message- From: Jeff Hoffmann [mailto:[EMAIL

Memory leak with Tomcat 5.0.19

2004-05-19 Thread Brian Beckham
using the newest JDBC Thin drivers from Oracle (same on all 3). I plan on running a profiler on the system, but thought I would perform a sanity check and make sure I am not missing something obvious (to someone else). Thanks, Brian Beckham [EMAIL PROTECTED] Office: 770.924.6444 ext

Configuration and performance questions

2004-04-19 Thread Brian C. Dilley
:3868 Failed transactions:0 -- Brian C. Dilley [EMAIL PROTECTED] LowerMyBills.com

Re: JDBC/mySQL problem.

2004-03-25 Thread Brian Brewer
, put the connectors in the common/lib folder. Hope that helps a little... Brian Brewer Kawthar Bt M Sulaiman wrote: . I put my classes under %CATALINA_HOME%\webapps\ROOT\WEB-INF\classes\com\maxis\test\TestConnection.class I have my tomcat up and running when I ran java

Re: Permissions problem

2004-03-25 Thread Brian Brewer
is +rw for both the tomcat user and the tomcat group. Good Luck! Brian Brewer Daniel Gibby wrote: I would do a recursive chown, but some of my files need to have different permissions so that the mod_jk2 connector will work... Specifically, the jk2.socket and jk2.shm files. I have done recursive

Embedded Tomcat and Classpath issues.

2004-02-23 Thread Brian Krisler
. Thanks Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat 5 initiating jndi lookup to weblogic 8.1 / save my soul!

2004-02-11 Thread Brian . Scott
other insight you can provide would be greatly appreciated. Brian Brian Scott Web Application Specialist NCGi 850.219.5159 (Mainline Office) 850.891.8066 (City of Tallahassee Office) 850.322.2410 (Cellular

Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Brian . Scott
shows as 'stopping' the services manager. Any and all help is greatly appreciated. Thank you. Brian Scott Web Application Specialist NCGi 850.219.5159 (Mainline Office) 850.891.8066 (City of Tallahassee Office) 850.322.2410 (Cellular) This e-mail and files transmitted with it are confidential

RE: Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Brian . Scott
Hi Yoav - We only experience this problem when running as a service. Brian Scott Web Application Specialist NCGi 850.219.5159 (Mainline Office) 850.891.8066 (City of Tallahassee Office) 850.322.2410 (Cellular

RE: Running tomcat 5.18 as a service under Windows 2003

2004-02-10 Thread Brian . Scott
goes away and tomcat is no longer represented in task manager. Does this help with the diagnosis any? Brian Scott Web Application Specialist NCGi 850.219.5159 (Mainline Office) 850.891.8066 (City of Tallahassee Office) 850.322.2410 (Cellular

tomcat 5 initiating jndi lookup to weblogic 8.1 / save my soul!

2004-02-10 Thread Brian . Scott
brian This e-mail and files transmitted with it are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not the intended recipient, or the employee or agent responsible

tomcat Context != httpd VirtualHost

2004-01-27 Thread Brian Quade
I am trying to set up tomcat with apache so that I can just type http://www.mysite.net to see my web site, but when I type that I just get the default Apache page that says I set up Apache correctly. The only way I can my web site is if I type http://www.mysite.net/myapp, where myapp is the

RE: What does this mean? ajp13.service() Error sending initial post -1 0 0

2004-01-20 Thread Hooper, Brian
Not sure about your problem, but I recently ran across this URL: http://jspisapi.neurospeech.com/ Anyone have any experience with this product? Coincidently I'm having some weird problems using 4.1.29, IIS 5, and JK2. If a user goes to a jsp page, it takes a really long time initially (~10

RE: tomcat webapp welcome file

2004-01-20 Thread Hooper, Brian
The easiest way to do this would probably be to use hidden html frames. This might help: http://insights.iwarp.com/advanced/hiddenframe.html That way no matter where a user goes in your site, all they see in the address bar is http://localhost. -Original Message- From: Denis

RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0

2004-01-20 Thread Hooper, Brian
this mean? ajp13.service() Error sending initial p ost -1 0 0 Could the 10 second delay be caused by tomcat recompiling your jsp? -Original Message- From: Hooper, Brian [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 16:16 To: Tomcat Users List Subject: RE: What does this mean? ajp13

RE: Apache 2.0.48 and Tomcat 5.0.16

2004-01-19 Thread Brian D. Danford
files. I get the initial .html page, but when it calls the .jsp, I get Tomcat telling me 404, resource not found. This is driving me nuts. Any help you can give me, would be great! Brian D. Danford [EMAIL PROTECTED] -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent

FW: Apache 2.0.48 and Tomcat 5.0.16

2004-01-17 Thread Brian D. Danford
I scoured the internet for weeks, and I didn't find one site or post anywhere that would have helped me. Thanks! Brian D. Danford [EMAIL PROTECTED] -Original Message- From: Brian D. Danford [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:05 PM To: 'Tomcat Users List

Apache 2.0.48 and Tomcat 5.0.16

2004-01-14 Thread Brian Danford
be great. Ive been banging my head against the wall for a while now, and im sure im not the only one with this problem. Thanks! Brian D. Danford [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: HELP: Servlet File Download solution.

2004-01-14 Thread Hooper, Brian
again Using the above seems to work for me, but I'm not sure if a user with IE5 has tried it. What happens when you use it in IE5? Error message? Data output to the screen? Empty file? It might be a MIME problem also. -Brian -Original Message- From: Rai Ou [mailto:[EMAIL PROTECTED] Sent

Problems/Config for Tomcat 5.0.16 and Apache 2.0.48

2004-01-13 Thread Brian D. Danford
.. Thanks! Brian D. Danford [EMAIL PROTECTED]

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Hooper, Brian
Or: a href=# onclick=launchCalendar(); return false;blah/a -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 1:23 PM To: 'Tomcat Users List' Subject: RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet Also,

Tomcat 5 SSL Configuration

2004-01-12 Thread Brian Boyle
Hi! Can someone please tell me how to configure SSL for tomcat 5. There seems to be difference in the server.xml file from previous versions of tomcat so I am unsure of what to edit or add to it. Hope someone can help. Thanks, Brian

RE: Microsoft SQL Server validation query

2004-01-09 Thread Hooper, Brian
These queries all seem like an awful lot of unnecessary processing. Here's what I use: SELECT 1+1 -Original Message- From: Antonio Fiol BonnĂ­n [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 1:25 AM To: Tomcat Users List Subject: Re: Microsoft SQL Server validation query For

Tomcat Deadlock

2004-01-09 Thread Hooper, Brian
/namevalue3/value/paramete r parameternameremoveAbandoned/namevaluetrue/value/parameter parameternameremoveAbandonedTimeout/namevalue300/value/parame ter parameternamelogAbandoned/namevaluetrue/value/parameter /ResourceParams Thanks! -Brian

RE: Tomcat Deadlock

2004-01-09 Thread Hooper, Brian
Message- From: Hooper, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 11:19 AM To: Tomcat Users List Subject: Tomcat Deadlock I'm having a weird problem with Tomcat locking up. I have a couple of functions on my site that rely heavily on transactions. To do a simple load test

RE: Microsoft SQL Server validation query

2004-01-09 Thread Hooper, Brian
Hooper, Brian wrote: These queries all seem like an awful lot of unnecessary processing. Here's what I use: SELECT 1+1 Indeed. If your server supports it, there is an even simpler one: select 1 or select 0. But this is not correct SQL for an Oracle server. Equivalent Oracle syntax is select

RE: Tomcat Deadlock

2004-01-09 Thread Hooper, Brian
would be returned to another etc. Bad driver...probably, but it's still a safer and better use of resources to let Tomcat give you a connection from a pool and then release it back when you are done. -Steve -Original Message- From: Hooper, Brian [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Tomcat Deadlock

2004-01-09 Thread Hooper, Brian
connection. -Original Message- From: Hooper, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:20 PM To: Tomcat Users List Subject: RE: Tomcat Deadlock I thought I was by defining the data source (using org.apache.commons.dbcp.BasicDataSourceFactory) in my server.xml file

RE: Tomcat Deadlock

2004-01-09 Thread Hooper, Brian
: Hooper, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:50 PM To: Tomcat Users List Subject: RE: Tomcat Deadlock I followed the example for Tomcat 4.x when I set it up. The only reason I have a separate object is to hide some of the complexity. I'm pretty sure it's using

RE: IIS + Tomcat 5.0 + NT authentication AUTH_USER

2004-01-08 Thread Hooper, Brian
See if request.getHeader(Authorization) gives you anything. That is what I have been using with IIS and Tomcat 4.X. The data is Base64 encoded, but I have some code to grab the username and password from that if you need it. -Brian -Original Message- From: Jason Wilson [mailto:[EMAIL

Re: Telnet test for Tomcat?

2004-01-06 Thread Brian Baxter
... Tomcat HTTP connector defaults to 8080. ~Brian At 04:07 PM 1/5/2004, you wrote: Hello, I'm trying to access Tomcat from a remote location through a DLink 614+ Wireless Hub and firewall. I have SSH and FTP port forwaring working fine. I know Tomcat is up and running. I can also use links

RE: Strange GET error with recent linux upgrade.

2003-12-01 Thread Brian Menke
file was wrong? -Brian -Original Message- From: Brian Menke [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 10:47 AM To: 'Tomcat Users List' Subject: Strange GET error with recent linux upgrade. Hi Everyone, I have a client that just upgraded their Linux to the latest

Strange GET error with recent linux upgrade.

2003-11-27 Thread Brian Menke
this that someone may be aware of? Any insight is greatly appreciated. Happy Thanksgiving everyone. -Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to collect IP addresses

2003-11-04 Thread Brian Menke
Thanks Tim, I'll look into it! Do you happen to know where a HOW-TO is that explains how to do this, or a good book? -Brian -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 5:57 PM To: Tomcat Users List Subject: Re: How to collect IP addresses

RE: How to collect IP addresses

2003-11-04 Thread Brian Menke
That's why I love this group. Thanks Tim and Yoav! -Brian Menke -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 9:12 AM To: Tomcat Users List Subject: RE: How to collect IP addresses Howdy, http://jakarta.apache.org/tomcat/tomcat-4.1

How to collect IP addresses

2003-11-03 Thread Brian Menke
it is for debugging purposes only. Are there any existing articles that talk about this? I did a google search, but no luck so far. TIA! -Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Security methods [OT]

2003-10-31 Thread Brian Menke
this. Can someone suggest some general ideas, a book, or something to get me started? I would surely appreciate it. Thanks! -Brian Menke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Authenticated JavaMail Session - a better way?

2003-10-28 Thread Brian Silberbauer
Thanks Tim, but that will not create an _authenticated_ SMTP connection. Please read the original post. Brian Tim Funk wrote: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html -Tim Brian Silberbauer wrote: Hi all I have just managed to work out how to create

Re: Source of JSP returned to user

2003-10-28 Thread Brian Silberbauer
I can't replicate this on my system: jakarta-tomcat-4.1.12-LE-jdk14 java version 1.4.2 kernel-source-2.6.0-test2 So, my sugested workaround would be to install Linux!! Brian Jon O'Sullivan wrote: Hi, I have accidentally discovered a way that Tomcat can serve the source code of a JSP file

Authenticated JavaMail Session - a better way?

2003-10-27 Thread Brian Silberbauer
)); This works for me, but is there a better way of doing this? Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 3.2.4 behind a proxy

2003-08-27 Thread Brian Peterson
Hello, You may want to upgrade to a 4.1.x or 5.0.x version of Tomcat. I'm having issues with certain keep-alives in 4.1.27, but other than that the reverse proxy setup I have seems to work well. Good Luck! Brian Peterson -Original Message- From: Armenio Pinto [mailto:[EMAIL

Reverse Proxy with 4.1.27

2003-08-27 Thread Brian Peterson
dumper output. Tomcat sends a Connection: Close header, then disconnects, then sends more data. Any ideas? Brian Peterson -Original Message- From: Brian Peterson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 5:46 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1.18 and SQUID

Combination Virtual Hosts

2003-08-25 Thread Brian Menke
] DocumentRoot c:/tomcat/webapps/nnmall2 ServerName www.nnmall2.com Location /* JkUriSet worker ajp13:localhost:8009 /Location DirectoryIndex main.jsp /VirtualHost Thanks in advance for your help. -Brian Menke

RE: Tomcat 4.1.18 and SQUID

2003-08-19 Thread Brian Peterson
Many thanks Bill, for a hint. snip Tomcat doesn't honor a HTTP/1.0 Connection: keep-alive when it comes from SQUID. I've upgraded Tomcat to 4.1.27 (latest stable), and I am still seeing these errors. Any ideas? Not really. Tomcat is supposed to handle HTTP/1.0 Keep-Alives. You could try

RE: cookie problem

2003-08-14 Thread Brian Menke
Paul, I ran into something just like this an about went out of my mind trying to figure out what was going on. Try doing it this way instead. It works for me. -Brian Cookie[] cookies = request.getCookies(); boolean foundCookie = false; if(cookies != null) { for(int i = 0; i

Tomcat 4.1.18 and SQUID

2003-08-11 Thread Brian Peterson
to the Client App, and then the Client App times out. I am not doing any special filtering on SQUID. I've searched Google, Squid FAQ, Squid-users, the Tomcat-users archive. I'm at a loss, anyone else seen this? Any ideas? Any help appreciated. Thanks in advance! Brian Peterson

RE: Tomcat 4.1.18 and SQUID

2003-08-11 Thread Brian Peterson
Let me try again. I've done a lot of testing, and reading. Tomcat doesn't honor a HTTP/1.0 Connection: keep-alive when it comes from SQUID. I've upgraded Tomcat to 4.1.27 (latest stable), and I am still seeing these errors. Any ideas? Brian Peterson -Original Message- From: Brian

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

2003-08-08 Thread Brian Wedel
copied the .war file into the webapps folder, tomcat expanded it but couldn't install it. Thanks, -Brian Wedel Here is the error from the log file... 2003-08-06 14:07:55 HostConfig[localhost] Error deploying web application directory mapxtreme45 java.lang.NoClassDefFoundError: javax/servlet/http

Mod_jk2 error when starting tomcat

2003-08-04 Thread Brian Menke
about this?? In my server.xml file, I basically copied most of what was in the stand-alone section and created another service called nnmall2-Connector. It looks like tomcat did start the service, but there were errors. That makes me think I don't have this quite right. Any ideas?? TIA. -Brian

apache + tomcat permissions problem

2003-08-04 Thread Brian Menke
tomcat as a stand-alone service, but connecting the two is new to me. BTW, I'm including my workers2.properties file, if someone would be generous enough to tell me I'm screwing up :-) -Brian workers2.properties file contents, which I copied from somewhere else and modified ## Define

<    1   2   3   4   5   6   >