cluster FAQ link?

2005-10-11 Thread Brian O'Rourke
Hi, Reading up on some of the Tomcat 5.5 documentation, and I noticed that the cluster documentation links to a FAQ that doesn't appear to exist. At the bottom of this page: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html The link refers to this page, which doesn't exist, nor

Re: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Brian Cook
:1 67) Thanks MauricioF - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: Tracking Datasource Connection Usage?

2005-10-07 Thread Brian Cook
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

end-of-lifecycle control for naming resources

2005-10-05 Thread Brian Moseley
i'm setting up an instance of javax.jcr.Repository as a naming resource like so: Resource name=jcr/cosmo type=org.apache.jackrabbit.core.jndi.BindableRepository factory=org.apache.jackrabbit.core.jndi.BindableRepositoryFactory configFilePath=etc/repository.xml

Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Barnett, Brian W.
like this be made in Tomcat 5.5.x? TIA, Brian Barnett This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email

RE: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Barnett, Brian W.
: bootstrap.jar commons-logging-api.jar tomcat5.exe tomcat5w.exe tomcat-juli.jar Brian -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 4:33 PM To: Tomcat Users List Subject: RE: Where'd catalina.sh go in 5.5.x ? From: Barnett

RE: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Barnett, Brian W.
OK. So when running Tomcat as a service, I go into the Configure Tomcat application and make the setting on the Java tab under Java Options. I'll try that. Thanks, Brian -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 4:50 PM

Problem with RealmBase and digested passwords

2005-09-23 Thread Barnett, Brian W.
to the database. I suspect it's a classpath issue but I'm not sure what to do. The class compiles fine in Eclipse. I added $CATALINA_HOME/server/lib/catalina.jar to my classpath in Eclipse. Do I need to do something else? Any help would be greatly appreciated. (Using Tomcat 5.0.28) TIA, Brian Barnett

RE: Problem with RealmBase and digested passwords

2005-09-23 Thread Barnett, Brian W.
Maybe one of these days I'll finally understand classpath! :) It was as simple as putting catalina.jar in my WEB-INF\lib folder. Doh. Sorry all. -Original Message- From: Barnett, Brian W. To: 'Tomcat Users List ' Sent: 9/23/2005 9:23 PM Subject: Problem with RealmBase and digested

Tomcat5.5 stops responding after sevral days

2005-09-16 Thread Brian Cook
=org.apache.catalina.valves.ByteBufferAccessLogValve directory=logs prefix=localhost_access_log. suffix=.txt pattern=common resolveHosts=false/ -- /Host /Engine /Service /Server /server.xml -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED

Broken links on the Tomcat 5.5 Docs pages

2005-09-16 Thread Brian Cook
-doc/engine.html -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Two Service elements problems

2005-09-15 Thread Barnett, Brian W.
*should* work. There are advantages/disadvantages to each. Things to consider are bandwidth sharing, if a NIC goes down you lose both IPs or just one, etc. Again, thanks for your input! Brian -Original Message- From: Steve Dodge [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15

Two Service elements problems

2005-09-14 Thread Barnett, Brian W.
assumed 166.70.163.140 was configured correctly. I tried it with and without Windows XP firewall enabled and got same results. Can someone shed some light on what could be the problem(s)? Thanks, Brian Barnett This email

RE: Two Service elements problems

2005-09-14 Thread Barnett, Brian W.
(cygwin) do you see two network sockets listening on port 80? 166.70.163.138:80 166.70.163.140:80 If not, the problem is at a lower level than tomcat. Steve Barnett, Brian W. wrote: I have two Service elements defined like this in my server.xml file, each one listening to a different IP

How to configure Tomcat for multiple IPs

2005-09-13 Thread Barnett, Brian W.
available IPs on the specified port if an address is not specified. Anyway, could someone please tell me the correct way to do this? TIA, Brian Barnett This email may contain confidential material. If you were

RE: How to configure Tomcat for multiple IPs

2005-09-13 Thread Barnett, Brian W.
IPs, I just pinged them both and that was successful. Can you send me the complete Service element of your working configuration please? I'm running Tomcat 5.0.28. Thanks, Brian Barnett -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005

RE: Can't change servlet path

2005-09-13 Thread Barnett, Brian W.
You may want to consider using the jTDS (http://jtds.sourceforge.net/) SQL Server driver also. It is faster and more reliable. Sample ResourceParams entries: parameter namedriverClassName/name valuenet.sourceforge.jtds.jdbc.Driver/value /parameter

suppressing cookies for only part of a context

2005-09-09 Thread Brian Moseley
i've got a webapp deployed in tomcat 5.5.9 that provides three separate interfaces to my business logic: 1) web ui 2) webdav 3) rest i want session management via cookies and url-rewriting for the web ui but not for the other interfaces. is there a clean way to achieve that portably with the

RE: Multiple IP addresses

2005-09-05 Thread Barnett, Brian W.
Tomcat, but still can't get anything on 166.70.163.140. I put the Tomcat manager web app in both web app folders but only can hit it in one. Anybody have any suggestions on how to troubleshoot this? TIA, Brian Barnett -Original Message- From: Peter Crowther To: Tomcat Users List Sent: 9/2

Re: Waste of our bandwidth

2005-09-02 Thread Brian Cook
TO * - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL

Re: how to Upload file

2005-09-01 Thread Brian Cook
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: data push

2005-09-01 Thread Brian Cook
] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Multiple IP addresses

2005-09-01 Thread Barnett, Brian W.
or IIS required? TIA, Brian Barnett This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network

RE: Page cannot be displayed error

2005-08-31 Thread Barnett, Brian W.
utility program called DRTCP021.exe (Dr. TCP), we adjusted the MTU on our NIC to 1450, and it fixed the problem. I believe it can be adjusted at the network level as well so that you don't have to adjust each individual pc. -Original Message- From: Barnett, Brian W. Sent: Monday, August 29

Re: JNDI resource error

2005-08-31 Thread Brian Cook
That error means that Tomcat could not find the JNDI resource requested in either the web.xml, and or context.xml files. What do they look like? BATCHELOR, SCOTT (CONTRACTOR) wrote: Can anyone give me some insite on this??? I am getting this error:

Re: Database Pooling Follow-up

2005-08-31 Thread Brian Cook
] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
i'm using tomcat 5.5.9 with a single webapp deployed with a context path of and a default host named localhost. when i request the webapp's root resource (http://localhost:8080/), i get a 400 error with the message No Host matches server name localhost. as you can see from my very minimal

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Cook
or spyware. If it is Linux make sure you have a listing for localhost in your /etc/hosts file. Brian Moseley wrote: i'm using tomcat 5.5.9 with a single webapp deployed with a context path of and a default host named localhost. when i request the webapp's root resource (http://localhost:8080/), i

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Parsons Technical Services wrote: Per the 5.5 doc you can't do it that way. You can only specify the path as a blank string when the context element is in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html Look at the path attribute. aha! man, if only

ssl connections hanging

2005-08-30 Thread Brian Moseley
in my continuing quest to migrate my server app from 5.0.28 to 5.5.9, i now face a problem with ssl: secure connections hang for variable amounts of time, and then the server drops them. curl reports Unknown SSL protocol error in connection to localhost:8443. my connectors are defined as

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Paul Austin wrote: It seems that Tomcat 5.5 discourages you from putting contexts in the server.xml, and that is something that is a good idea as it's easier to manage them when they are outside. But the context path is only supported when you put it in the server.xml so you can't deploy the

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Brian Moseley wrote: i don't recall seeing any references to a ROOT.xml. i tried renaming my context xml file to ROOT.xml (within conf/Catalina/localhost of course) but it did not seem to have been processed (requests to / gave that same 400 error). and gosh, what a misleading error message

Re: ssl connections hanging

2005-08-30 Thread Brian Moseley
Julie Moore wrote: I usually put the sslProtocol=TSL' entry in my connector and have to had any problems. wow, you're right. i thought that TLS was the default, but i guess there is no default. all is good now. thanks for the catch! lesson learned since yesterday afternoon: read every word

Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Brian Cook
Wow this seem likely to start flame war. Since it is written in Java there is really not much of a difference. The only thing that comes to mind is that you have to reboot windows every time you need to make a change to the CLASSPATH, JAVA_HOME, or TOMCAT_HOME variables which can be a

Page cannot be displayed error

2005-08-29 Thread Barnett, Brian W.
essentially executes some db queries to populate a choice box on the page. It seems that we've isolated it to a network or ip type issue but have no idea what to check for. If anyone has any suggestions, we'd love to hear them. TIA, Brian Barnett

jndi resource lookup failure in tomcat 5.5

2005-08-29 Thread Brian Moseley
i've been trying to get my webapp working in tomcat 5.5.9, and i'm running into a problem using spring's JndiObjectFactoryBean to access a tomcat naming resource. i'm getting a BeanCreationException with this message: Error creating bean with name 'jcrRepository' defined in class path resource

Re: jndi resource lookup failure in tomcat 5.5

2005-08-29 Thread Brian Moseley
Brian Moseley wrote: i've been trying to get my webapp working in tomcat 5.5.9, and i'm running into a problem using spring's JndiObjectFactoryBean to access a tomcat naming resource. nevermind! i didn't rtfm and so did not realize that 5.5 does not use ResourceParams. all is well. hope

Re: JAVA_HOME beginner

2005-08-27 Thread Brian Cook
help thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: configure tomcat

2005-08-27 Thread Brian Cook
Tomcat 5.x requires JDK 1.4.2 or newer. I would get 1.5.4 or what ever the newest JDK is. Especially if you will be doing any GUI development. You do not need to configure anything in Tomcat if you are ok with its default values. If you want to make any changes to Tomcat you can do so by

Re: upgrade to 5

2005-08-26 Thread Brian Cook
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail

Re: newbie with a short question

2005-08-26 Thread Brian Cook
Couple of things 1. You will get better responses on this list if you review the posting guide at. This post is way to vague to get specific answers. So most people are not going to respond to it. http://jakarta.apache.org/site/mail.html 2. If I follow the description correctly you

Re: How to Configure Tomcat to display the error on to Client rather than into logs

2005-08-26 Thread Brian Cook
contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: jndi question

2005-08-25 Thread Brian Cook
in this folder as seansApp.xml. The context.xml file is stored in META-INF during development but needs to be placed in Tomcat Folder/conf/Catalina/localhost/ folder for deployment with the file name of the context path. Sean Rowe wrote: I have tried again using the method described in the url brian

Re: error launching catalina.sh

2005-08-25 Thread Brian Cook
org.xml.sax Exceptions mean that one of the XML files is not properly formated. Specifically this one is telling you that you have an unterminated Context tag somewhere. This is most likely either Tomcat Folder/conf/server.xml or and of the xml files in Tomcat

Re: connection fails seemingly at random

2005-08-25 Thread Brian Cook
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services

Re: jndi question

2005-08-25 Thread Brian Cook
It has probablly already been stated before somewhere in this thread but what versions of Tomcat and JDK are you using? Sean Rowe wrote: yes, there is a file in the /conf/Catalina/localhost directory for my app Brian Cook wrote: Sean, One thing that stands out in your message

Re: jndi question

2005-08-25 Thread Brian Cook
I thought of that but his code samples and configs are consitant with both the 5.0 and 5.5 docs. Which Tomcat 5? The configuration for the 5.0 series is not necessarily the same as in 5.5. - To unsubscribe, e-mail:

Re: jndi question

2005-08-25 Thread Brian Cook
only idea would be to try using Tomcat 5.5. Sean Rowe wrote: I have tried again using the method described in the url brian gave. Here is the stack exception I'm receiving: *type* Exception report *message* *description* _The server encountered an internal error () that prevented it from

Re: jndi question

2005-08-25 Thread Brian Cook
that this is where you can calling the pooled connection and Tomcat needs one of those two JAR's to do the JNDI call. Sean Rowe wrote: brian, would you mind giving me a list of the applicable jar files you have in your web-inf/lib folder? i removed the files below, and made sure the files

Re: jndi question

2005-08-23 Thread Brian Cook
to load. This problem was solved by putting the context into context.xml. regards Dirk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services

Re: jndi question

2005-08-23 Thread Brian Cook
not following what it is you are trying to do here. Sean Rowe wrote: Brian, thank you for replying. I was afraid my topic was dead. If you could look at my first post, I listed all the files that you have suggested I take a look at. I have done everything you have suggested, but am still

Re: jndi question

2005-08-23 Thread Brian Cook
jndi specific, i applogize if that's the case. i'm not really familiar with jndibut when I did a search for 'connection pooling', jndi seemed to be what everyone suggested i use. what i want to do, if it's not clear, is to create a connection pool to my MySql database. thanks, sean Brian

Re: jndi question

2005-08-23 Thread Brian Cook
is nesting his Context definition within the server.xml Host element. Although this is now scorned, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL

Re: Viewing PDF in Internet Explorer

2005-08-23 Thread Brian Cook
? Regards, Chris Ferraro - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: Unable to access application if I am on VPN

2005-08-20 Thread Brian Cook
to the WWW. -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session Tracking

2005-08-19 Thread Brian Cook
Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services

Re: SSL with Tomcat 55

2005-08-19 Thread Brian Cook
attachments to it are confidential, privileged, and intended solely for the named addressee(s). The unauthorized use, disclosure, or alteration of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately and delete the e-mail. -- Brian Cook

Re: Session Tracking

2005-08-19 Thread Brian Cook
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook

Re: Unable to access application if I am on VPN

2005-08-19 Thread Brian Cook
page -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
virtual hosts on one machine (P3 600). I'll be moving to a P4 3.0GHz this weekend, but I hope to get up to 200 virtual hosts per machine. Any way you cut it, startup time is a killer. On Thursday 18 August 2005 08:54, Brian Cook wrote: I think I missed something here. Are you not still bouncing

Re: webapp loading order...

2005-08-17 Thread Brian Cook
-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Webapp suddenly not available

2005-08-16 Thread Brian Cook
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: Webapp suddenly not available

2005-08-16 Thread Brian Cook
30 /session-timeout /session-config welcome-file-list welcome-file index.jsp /welcome-file /welcome-file-list /web-app /Sample of a defulat web.xml File Vsevolod (Simon) Ilyushchenko wrote: Brian Cook wrote on 08/16/2005 10:36 AM: WOW

Re: Out of memory

2005-08-12 Thread Brian Cook
--- /FONT - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: WEB-INF/lib/myjar.jar doesn't contain file xyz...

2005-08-12 Thread Brian Cook
- on the same tomcat server - and it just works. Am I missing something here? Tia, Tomislav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time

Re: Strange behavior of Tooltip when used with JComponent with in Applet

2005-08-11 Thread Brian Bonner
This doesn't sound like a tomcat question--or am I missing something? Brian [EMAIL PROTECTED] wrote: I have a problem with a JComboBox placed in an applet which is having a ToolTip text set on it. While moving the mouse over the ComboBox I am getting the following error stack in the Java

Re: adding mime-type

2005-08-11 Thread Brian Cook
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

[Tomcat] Tomcat fails to give complete HTTP responses

2005-08-10 Thread Brian Cook
be looking at to track down what I have done wrong? Has anyone else seen symptoms like this? Details Tomcat 5.5 JVM:JDK 1.5.3 OS: Linux RedHat9 Kernal: 2.4 -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
). How do I define the localhost as well as authentication for a global MailSessionFactory resource? 2. How do I prevent a new resource being created in 5.5.x each time--why can't I get to the original global resource? Is there a switch I forgot to throw? Thanks. -- Brian

Re: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
P.S. I'm using jdk 1.5.0_04 with Eclipse 3.1 and WTP 0.7 with Spring 1.2.2 as my dev environment. Brian Brian Bonner wrote: Hello, I'm trying to use the org.apache.naming.factory.MailSessionFactory in 5.5.9 with Spring's JndiObjectFactoryBean and I'm experiencing problems. I want

OT: wanted: servlet testing framework

2005-08-09 Thread Brian Moseley
not specifically tomcat-related, but close enough i hope: i'm looking for an out-of-container servlet testing framework that executes servlet context listeners and filters. ideally it would also have maven integration, but i can live without that. i checked out httpunit's servletrunner, but

Re: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
Thanks, Derrick, that's how I used to have it in 4.1.29. Are you using 5.5.x? Brian Derrick Koes wrote: Here is an example from what I do: server.xml: ?xml version='1.0' encoding='utf-8'? Server Listener className=org.apache.catalina.mbeans.ServerLifecycleListener/ Listener className

Re: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
Servlet and JSP Specification versions as Apache Tomcat 5.0.x, there are significant changes in many areas under the hood, resulting in improved performance, stability, and total cost of ownership. Brian Derrick Koes wrote: Nope, 5.0.28 -Original Message- From: Brian Bonner

Re: OT: wanted: servlet testing framework

2005-08-09 Thread Brian Moseley
Dennis wrote: I've seen a combination of httpunit and dbunit used. You could give that a shot and see if it meets your needs. thanks. i looked at httpunit before posting, but it seems to only pull the servlets from your web.xml file. i need the servlet context listeners and filters loaded

Re: * 2 Tomcat instances on same box

2005-08-09 Thread Brian Bonner
Paul, I think it's probably because there are other ports (i.e the Tomcat Admin Port that might be on 8005 and the AJP Port that may be on 8009) in use that are common to both of your instances. Brian Paul Wallace wrote: Hello, I am trying to achieve not the unimaginable, I

RE: Web application directory structure

2005-07-27 Thread Brian Stephens
Are you using the autoDeploy or deployOnStartup feature (usually in the Host configuration in server.xml)? If you manually specify a Context and use one of the automatic deployment features, you're likely to have issues with your application; at least I did. Try setting both of those parameters

Best way to limit applications to specific ports

2005-07-27 Thread Brian Stephens
other (better) ways to do this? Thanks in advance. Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Where to beging with secure mail

2005-07-21 Thread Brian McGovern
Can anyone tell me how to get my app, which uses java mail to get a secure session with my smtp resource as defined in my context file. Resource name=mail/Session auth=Container type=javax.mail.Session/ ResourceParams name=mail/Session parameternamemail.smtp.host/name

Tomcat Service isn't reading application specific log4j.properties

2005-07-19 Thread Brian Stephens
the log4j.properties files located in my applications WEB-INF\classes directory. As far as I can tell, the java options, classpath and startup class are identical for both. Is this a limitation/weakness of the Windows Service or do I have something mis-configured? Thank You. Brian

RE: Tomcat Service isn't reading application specific log4j.properties

2005-07-19 Thread Brian Stephens
directory. As far as I can tell, the java options, classpath and startup class are identical for both. Is this a limitation/weakness of the Windows Service or do I have something mis-configured? Thank You. Brian

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Brian McGovern
I also had the same problem with that driver. JTDS is a much much better driver. Also look at your connection pooling software, using the commons DBCP is also a little shady. I switched to c3p0 and all the connection problems disappeared. Furthermore with c3p0 when the sql server reboots

Location of backwards compatibility patch

2005-06-21 Thread Scott, Brian
Hello friends. I'm curious if anyone can guide me to the Tomcat compatibility patch that will allow me to run Tomcat 5.5 under jdk 142_05. I spent some time on the jakarta site but was unable to locate the file. Thank you in advance. Brian Scott Database Analyst 850 891 5696 850 322 2410

RE: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Brian McGovern
You could leave 8080 on .. But restrict access to it via firewall. -Original Message- From: Scott Heitkamp [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 4:32 PM To: tomcat-user@jakarta.apache.org Subject: Turning off port 8080 but still need to access to admin pages I need to

connection pooling oracle

2005-06-06 Thread Brian . Allen
I am attempting to set up connection pooling in tomcat 5.0.28 using oracle 10g. I am able to successfully use org.apache.commons.dbcp.BasicDataSourceFactory as long as my rs.executeQuery() is not cast to OracleResultSet. I have seen a few threads on this topic but I can't seem to find an

RE: How do I change the error page being served while tomcat is starting up?

2005-06-06 Thread Brian McGovern
From what it sounds like you have apache running as a proxy to tomcat. If thats the case, Add the following to your apache config file httpd.conf change ErrorDocument 503 /your_file.html ErrorDocument 200 /your_file.html -B -Original Message- From: j r [mailto:[EMAIL PROTECTED] Sent:

Beginner Load Balancing w/ apache

2005-05-28 Thread Brian McGovern
Hi , Im hoping someone can give me some pretty detailed instructions on how to load balance 2 tomcat servers with 1 apache web server in front. I wanted to use mod_jk. First question, is , is this the best way to load balance? Second question. Where do i start. Im having trouble finding

migrating from oc4j to tomcat5.X

2005-05-23 Thread Brian . Allen
Is there any info for migrating apps from oc4j to tomcat5.x? thanks

Re: Form Authentication with SSL behind Load Balancer

2005-05-18 Thread Brian Burt
appears to stick with the HTTPS protocol after that. It's only the initial container-managed login and redirection to the original requested resource that seems to cause the protocol switch. Any advice is greatly appreciated. Thanks! Brian Burt Enterprise Application Engineer Gordon Food

Re: Form Authentication with SSL behind Load Balancer

2005-05-13 Thread Brian Burt
Thanks for the suggestions, Hari. I've provided some Ethereal packet capture files to Cisco, and they're evaluating the behavior from their side. I'll post anything useful that comes out of their investigation. Thanks again! Brian Burt Enterprise Application Engineer Gordon Food Service e

Form Authentication with SSL behind Load Balancer

2005-05-11 Thread Brian Burt
advice is greatly appreciated. Thanks! Brian Burt Enterprise Application Engineer Gordon Food Service e-mail: [EMAIL PROTECTED] office phone: 616-717-6972 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tutorial open source application running on Tomcat

2005-04-23 Thread Brian Schmidt
of our semester, to a community that may be interested in joining our user community and using the Online Commons project as an example, and to anyone interested in joining our developer community to continue adding functionality to enhance the tutorial. Thank you for your time. -Brian Student

Re: extending the Catalina Realm login

2005-04-15 Thread Brian Buchanan
, but it was something I made a note of if I needed to make a custom realm. Brian -Original Message- From: [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org, Cc: [EMAIL PROTECTED] Date: Fri, 15 Apr 2005 23:57:43 + Subject: Re: extending the Catalina Realm login Still hoping

Re: extending the Catalina Realm login

2005-04-15 Thread Brian Buchanan
it because I was going to need custom encryption routines for the password, but instead I changed the ERP encryption to one that Tomcat supported. I hope that helps. Brian -Original Message- From: Brian Buchanan [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date

Some JVM settings not working in my Tomcat Windows service

2005-04-07 Thread Barnett, Brian W.
want to view garbage collection information, hence the gc stuff, but I get not garbage collection output in my stdout.log. When I run Tomcat inside the Eclipse IDE with those settings, I get garbage collection info in the console. Does anyone know what I'm doing wrong here? Thanks, Brian Barnett

RE: Some JVM settings not working in my Tomcat Windows service

2005-04-07 Thread Barnett, Brian W.
-Xloggc:C:\gclog.txt -Original Message- From: Barnett, Brian W. Sent: Thursday, April 07, 2005 2:03 PM To: 'tomcat-user@jakarta.apache.org' Subject: Some JVM settings not working in my Tomcat Windows service Using Tomcat 5.0.28. On the Java tab of the Configure Tomcat dialog, I have

Getting Tomcat to start my connection pool on startup.

2005-03-29 Thread Brian McGovern
Can anyone tell me how to get tomcat to see my connection pool (DBCP) when tomcat starts? I'm running struts if that helps. I have a Jndi resource set up that i can call from my code. But the pool starts the first time i ask for a connection from the factory. I'd rather it start on startup.

Re: How does Tomcat interact with filesystem file permissions

2005-03-24 Thread Brian J. Sayatovic
there is no authenticated user). So, I modified the Tagish JAAS source code to simply through an authentication-related exception when null was sent to it. So, now, Tagish JAAS is using XP for authentication! Regards, Brian. Jason Bainbridge wrote: On Wed, 23 Mar 2005 20:38:31 -0500, Brian J. Sayatovic [EMAIL

How does Tomcat interact with filesystem file permissions

2005-03-23 Thread Brian J. Sayatovic
security constraints in my web.xml listing the groups that I wanted the folders restricted to. So is all file access from the DefaultServlet performed as the Local System account? Regards, Brian. - To unsubscribe, e-mail

  1   2   3   4   5   6   >