Re: jstack and Tomcat 6 on Windows

2008-09-19 Thread Brian Clark
Thanks everyone for their suggestions. Unfortunately, that doesn't help me with my particular issue. I have a memory leak in one of my apps, and when the system runs out of memory, it stops responding to new requests. I have a script that will detect this condition and automatically restart

Re: jstack and Tomcat 6 on Windows

2008-09-22 Thread Brian Clark
plan on looking at both. Thanks again, Brian - Original Message From: Surendrakumar Viswanathan -X (suviswan - HCL at Cisco) To: Surendrakumar Viswanathan -X (suviswan - HCL at Cisco) Tomcat Users List users@tomcat.apache.org Sent: Monday, September 22, 2008 4:56:05 AM Subject: RE

Re: SSL Accelerator - Front ending Tomcat

2008-10-13 Thread Brian Clark
to force the kind of URL that you want. For our HTTP apps, we had to make sure that HTTP URL's were generated. Hope this helps. Brian - Original Message From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, October 13, 2008 7:20:48 PM Subject: RE

Configuring tomcat to log authentication events

2008-11-10 Thread Brian Gillan
around the Tomcat documentation but nothing jumped out. Thanks, Brian Phone: (919) 224-1445 Tie-line: 8-687-1445 GILLAN AT RALVM13 / [EMAIL PROTECTED] Tivoli Distributed Build Services (http://oob.tivlab.raleigh.ibm.com/index.shtml) Dept. E45A Bld. 510 RTP, NC

Authenticating with LDAP against multiple organizational units

2005-10-17 Thread Brian Bonner
We're having a problem authenticating with Tomcat 5.5.9 against multiple organizational units. Our LDAP server is Active Directory. Here's our current setup: Realm className=org.apache.catalina.realm.JNDIRealm debug=3 connectionURL=ldap://ldapdc.thf.net:389;

408 error with Form Authentication and Proxy. Doesn't occur with Basic Auth.

2005-10-31 Thread Brian Bonner
anyone know of a configuration setting or problem that exists with form authentication when the resource is proxied by a web server (i.e. httpd).? Thanks. Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: 408 error with Form Authentication and Proxy. Doesn't occur with Basic Auth.

2005-10-31 Thread Brian Bonner
I forgot to share that there is *negligible* clock time lag between when the form is presented and the userid and password are entered. Still not sure why this error is popping up. It sounds like this also occurs in 5.5.9 and other configurations. Thanks. Brian On 10/31/05, Brian Bonner [EMAIL

Re: Tomcat make error

2005-10-31 Thread Brian Munroe
is the output I am getting, any ideas would be appreciated, I am new to Tomcat: Paul, I had trouble getting mod_jk to compile for Solaris 9, and ended up going with a binary from blastwave.org: http://www.blastwave.org/packages.php/ap2_mod_jk HTH, -- brian

how to find number of requests currently being processed?

2005-11-29 Thread Brian O'Rourke
://issues.apache.org/bugzilla/show_bug.cgi?id=37692 ). Is there still away to find information about current requests via JMX? Thanks, Brian P O'Rourke

Dynamic virtual hosts

2006-01-03 Thread Brian Shacklett
I'm setting up a development environment using Apache httpd and Tomcat. I want to set up two different areas for each site: development and staging. The development area will be for constantly changing files and will reside in /home/[username]/development/[domain]. The staging area will be

Re: tomcat connection prob.

2006-01-04 Thread Brian Shacklett
Just a thought... do you have any software firewalls on your machine? Norton Internet Security, Mcaffee Personal Firewall and others can cause a lot of headaches when it comes to networking. issac young wrote: Hi *Caldarale* Sorry for the lack of information in my post ... actually this is

Re: Tomcat not relinquishing control of Jars.

2006-01-05 Thread Brian O'Rourke
that are in the WEB-INF/lib directory slowing down my development. Two options you may want to look into are antiJARLocking and antiResourceLocking, both of which can be specified at the context level. http://tomcat.apache.org/tomcat-5.5-doc/config/context.html -Brian O'Rourke Is anyone else having

SSL problems, Tomcat 5.5.12 on Windows 2003 server

2006-01-27 Thread Brian Gibson
Server = Windows 2003 Server w/Service Pack 1 (IIS Admin is running just to host the IIS FTP Server, the World Wide Web Service is not running) Tomcat version = 5.5.12 OpenSSL version = 0.9.8 (I believe) jre1.5.0_05 I ordered a Geotrust QuickSSL cert for the common name

Re: Tomcat 6.0 with Apache 2.2 front-end

2007-11-29 Thread Brian Millett
: Initializing Coyote HTTP/1.1 on http-8080 This handler scales and is quicker than the java handler. JBoss calls it JBossWeb. See http://labs.jboss.com/jbossweb/index.html for a nice graph of the performance differences between the native apr java handlers. -- Brian Millett - [ Ivanova

Re: Running Tomcat as Standalone in linux

2008-01-05 Thread Brian Millett
a verbose JVM #-verbose \ # To get a debug of jsvc. #-debug \ ;; stop) # # Stop Tomcat # PID=`cat /var/run/jsvc.pid` kill $PID ;; *) echo Usage tomcat.sh start/stop exit 1 ;; esac -- Brian Millett - [ Ivanova, The Geometry of Shadows] If it gets

Loading multiple versions of the same library

2008-01-11 Thread Brian Wawok
I have the following situation. Tomcat 5.0 Server. Program A is running on server, and needs axis 1.1 as a library. Program B is running on the same server, and needs axis 1.4 as a library. Axis 1.1 and 1.4 are not backwards compatible... if I just put Axis 1.1 on it.. program B won't work..

RE: Loading multiple versions of the same library

2008-01-11 Thread Brian Wawok
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 10:22 AM To: Tomcat Users List Subject: RE: Loading multiple versions of the same library From: Brian Wawok [mailto:[EMAIL PROTECTED] Subject: Loading multiple versions of the same

Re: Apache Tomcat takes 3 to 4 browser request clicks to wake up after being idle for 1-2 hours

2008-02-11 Thread Brian Le
browser request clicks to wake up after being idle for 1-2 hours From: Brian Le [mailto:[EMAIL PROTECTED] So how do I make Tomcat responsive to website visitors after 1-2 hours of no visitors? Web server setup: Suse Linux 10.3 - text based, minimal install

Apache Tomcat takes 3 to 4 browser request clicks to wake up after being idle for 1-2 hours

2008-02-11 Thread Brian Le
a solution. Web server setup: Suse Linux 10.3 - text based, minimal install Apache 2.2.8 - mpm_worker, compiled front end using mod_jk 1.2.26 Tomcat connector, default configuration Tomcat 6.0.16 - JSF 1.2 JDK 1.6.0_04 - 1.5gig heap Thank you for any help and sorry if I am not clear, -Brian

Re: Apache HTTP Server - Tomcat and PHP

2007-07-18 Thread Brian Millett
localhost /Location /VirtualHost -- Brian Millett - [ Londo and Sheridan, Soul Mates] Ah, my good Captain Sheridan, all settled in? 'All settled, Ambassador.' - To start a new topic, e-mail: users@tomcat.apache.org

Classloading Question

2007-07-31 Thread Brian Munroe
JDBC driver class 'oracle.jdbc.OracleDriver' exception. This also happens if I move the jar file to WEB-INF/lib too. The only way I can get it to work is to place it in $CATALINA_HOME/common/lib Any ideas? I've attached my test case and it's the application level context.xml file thanks -- brian

Re: Classloading Question

2007-07-31 Thread Brian Munroe
of the classloading documentation, you should technically place application level jars in $CATALINA_HOME/shared/lib, in which it does not work. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Classloading Question

2007-07-31 Thread Brian Munroe
will suffice. Bam, right there in front of me! thanks! -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Has getParameterNames been updated to use Generics?

2007-08-16 Thread Brian Munroe
the @SuppressWarnings annotation, since I pretty much can guarantee that the method will always return an Enumeration of Strings, right? Just making sure I would be following the standard idiom until it gets fixed. thanks -- brian - To start

Re: Embedding XML documents as children of the context-param element

2007-08-16 Thread Brian Munroe
store your *.xml file in WEB-INF/ and call it with something like: ServletContext sc = getServletConfig().getServletContext(); String myXMLFIlePath = sc.getRealPath(/WEB-INF/myXMLFIle.xml); ... Document document = parser.parse(new File(myXMLFilePath)); -- brian

Re: Embedding XML documents as children of the context-param element

2007-08-16 Thread Brian Munroe
will function properly in all cases. Ok, good to know. I am fixing my code as we speak. thanks! -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Unable to get a basic install working...

2007-08-17 Thread Brian Munroe
. From a command window, do a 'netstat -an' and look to see if there is anything listening on localhost port 8080. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Unable to get a basic install working...

2007-08-17 Thread Brian Munroe
$CATALINA_HOME/conf/server.xml ($CATALINA_HOME = tomcat install directory) -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Off-Topic - Linux questions

2007-08-17 Thread Brian Munroe
has group write access then a user could remove a file if they both have the same group membership, regardless of the group permissions set on the file. I would suggest some empirical testing to confirm this. -- brian - To start

Re: Fixed! Re: Unable to get a basic install working

2007-08-17 Thread Brian Munroe
webapp name): ProxyRequests Off Location /foxmarks/ ProxyPass ajp://localhost:8009/foxmarks/ ProxyPassReverse ajp://localhost:8009/foxmarks/ /Location -- brian [1] - Assuming you are using a binary release of Apache 2.2.4

Re: Has getParameterNames been updated to use Generics?

2007-08-18 Thread Brian Munroe
for this method. Ok good to know. Thanks for the link to the details! -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AJP talking TLS or SSL

2007-08-20 Thread Brian Munroe
to encrypt AJP traffic out of the box... thanks -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSL on Windows Vista with Tomcat 5.0.28 not working

2007-08-20 Thread Brian Munroe
. There might be some security settings you may need to tweak. What those are, I have no Idea. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: AJP talking TLS or SSL

2007-08-20 Thread Brian Munroe
On 8/20/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: autossh, but that would fall under your tunneling category. I think those are only options, I can't think of anything else yep, unfortunately. Thanks anyways. I will probably just end up using IPSec. -- brian

Re: SSL on Windows Vista with Tomcat 5.0.28 not working

2007-08-20 Thread Brian Munroe
On 8/20/07, Brian Munroe [EMAIL PROTECTED] wrote: There might be some security settings you may need to tweak. What those are, I have no Idea. Or after a Google search, because I was curious, IE7 doesn't like SHA-1: http://blogs.atlassian.com/developer/2007/06/ie7_on_vista_and_ssl.html

How to get port of a running Tomcat instance

2007-08-23 Thread Brian Barnett
looked through ServletContext object and could not find it. Could not find access to Catalina's HttpConnector class anywhere. Thanks, Brian Barnett - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

RE: How to get port of a running Tomcat instance

2007-08-23 Thread Brian Barnett
with virtual hosting activated and listening on both plain 8080 port and SSL port) Brian Barnett a écrit : Can someone provide a java code snippet showing how to get the port that Tomcat is listening on? Is there a way to access the settings in the server.xml file from within a running instance

Need a way to identify tomcat instances at run-time

2007-08-23 Thread Brian Barnett
specify some arbitrary value in either of those xml files that would be available at run-time? Is there some other way to identify the tomcat instance at run-time? Is there a way to access CATALINA_HOME or CATALINA_BASE at run-time? Any ideas would be appreciated. Thanks, Brian Barnett

RE: Need a way to identify tomcat instances at run-time

2007-08-24 Thread Brian Barnett
: SHA1 Brian, Don't hijack threads. Please post a new question to the list. - -chris Brian Barnett wrote: I have a struts-based application running on multiple tomcat instances, load balanced by a hardware load balancer, i.e., no Apache Web Server. I need a way at run-time to know which

Need a way to identify tomcat instances at run-time

2007-08-24 Thread Brian Barnett
specify some arbitrary value in either of those xml files that would be available at run-time? Is there some other way to identify the tomcat instance at run-time? Is there a way to access CATALINA_HOME or CATALINA_BASE at run-time? Any ideas would be appreciated. Thanks, Brian Barnett

Re: Tomcat (javac)compilation arguments

2007-08-26 Thread Brian Munroe
}/WEB-INF/classes debug=${compile.debug} deprecation=${compile.deprecation} optimize=${compile.optimize} classpath refid=compile.classpath/ compilerarg value=-Xlint / /javac If this isn't what you were looking for, please advise. -- brian

org.apache.catalina.ant.ReloadTask and JSP caching

2007-08-26 Thread Brian Munroe
reloading the web app. I recently moved from JDK 1.4.2, Tomcat 5.0.17 and Ant 1.6.5. I didn't experience the problem with that configuration. Any ideas? I've included my build.xml file at the bottom for reference. thanks -- brian ?xml version=1.0 ? project name=Import Test default=compile basedir

Re: org.apache.catalina.ant.ReloadTask and JSP caching

2007-08-26 Thread Brian Munroe
On 8/26/07, Brian Munroe [EMAIL PROTECTED] wrote: I am experiencing an annoying (but not show-stopping) issue while trying to use the Catalina ReloadTask Ant task. Ok, I think I've isolated the problem, and it has nothing to do with the ReloadTask. More in regards to the DeployTask

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread Brian Munroe
Also, you are restarting the container after each web.xml modification, right :) -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread Brian Munroe
BTW, with the configuration I showed below, the JSP does not get translated to a *.java file until I first access the page. On 8/26/07, Brian Munroe [EMAIL PROTECTED] wrote: On 8/26/07, hezjing [EMAIL PROTECTED] wrote: Hi! If I understood the comment in web.xml correctly, by default

Re: Tomcat (javac)compilation arguments

2007-08-27 Thread Brian Munroe
weren't being picked up or something. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat (javac)compilation arguments

2007-08-28 Thread Brian Munroe
, the default is around 83 MB for 64-bit JVMs [1]. Does that make sense? Manivannan mentioned that Tomcat doesn't throw any exceptions, it just never starts. I wouldn't have thought that heap was the problem at that point. -- brian [1] - http://java.sun.com/docs/hotspot/HotSpotFAQ.html

Re: Tomcat not starting properly.

2007-08-29 Thread Brian Munroe
On 8/29/07, David Smith [EMAIL PROTECTED] wrote: able to find the endorsed directory, you should probably get a new copy of the jars from your .tar.gz or .zip download and replace the jars. Who knows what else is wrong. My vote is for just get a fresh copy of Tomcat. -- brian

Re: Unable to get a basic install working...

2007-08-29 Thread Brian Munroe
a command window and do a 'net start tomcat5' Does it start successfully or does it give an error? Have you tried looking at the catalina.out file in the TOMCAT_INSTALL_DIR/logs/ directory? Does that give you any clue? -- brian

Re: Unable to get a basic install working...

2007-08-29 Thread Brian Munroe
doesn't seem to do anything, you really are using port 8005 for something else. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Brian Munroe
for your time -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to get a basic install working...

2007-08-29 Thread Brian Munroe
and then either the shudown port or the connector might bind first, denying the other. Oh that is wild edge case, but maybe! Do you ever feel like a blind man holding the tail of an elephant? -- brian - To start a new topic, e-mail

Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Brian Munroe
:$JSSE_HOME/lib/jnet.jar:$JSSE_HOME/lib/jsse.jar fi CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar:$CATALINA_HOME/bin/commons-logging-api.jar Hum, yep, your right. Setting your own CLASSPATH environment variable is a recipe for disaster. Duly noted. Thanks Chris and Chuck. -- brian

Announce List?

2007-08-30 Thread Brian McArdle
I was just wondering how much effort it would require to set up an announce list for Tomcat. I don't want the volume of user or dev, just notifications of updates or patches, new releases and such. An announce list is pretty standard for most open source projects, surely Tomcat is professional

Re: Announce List?

2007-08-30 Thread Brian Munroe
On 8/30/07, Mark Thomas [EMAIL PROTECTED] wrote: [snip] Brian McArdle wrote: [snip] There is also Apache Announce? Granted it isn't Tomcat specific, but it is lower traffic then dev or users. http://www.apache.org/foundation/mailinglists.html -- brian

Re: Announce List?

2007-08-30 Thread Brian McArdle
to creating an announce-list that I do not know of, otherwise I think it would be a great addition to the operation of Tomcat, and a boon to those who use it. On 30/08/2007, Brian Munroe wrote: There is also Apache Announce? Granted it isn't Tomcat specific, but it is lower traffic then dev

context-param vs env-entry. Ready? Fight!

2007-08-30 Thread Brian Munroe
datastore, reworking the code might be easier. Any suggestions or opinions very much appreciated. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: context-param vs env-entry. Ready? Fight!

2007-08-31 Thread Brian Munroe
the servlet's scope? I've never tried it because I always use JNDI :) -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Downloaded 4.1.36 but says version is 4.1.35?

2007-08-31 Thread Brian Munroe
On 8/31/07, tk-2506 [EMAIL PROTECTED] wrote: Any idea what's going on??? The developers forgot to bump the sub version number in build.properties? Do you really need to use the 4.x series?! -- brian - To start a new topic

Re: Please help...

2007-09-01 Thread Brian Munroe
is designed for JDK 1.2 and 1.3. From what you mentioned, it is working just fine with your non-pooling code, but you can download [1] a newer version (odbc14.jar comes with Oracle XE). -- brian [1] - http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html

Re: Please help...

2007-09-01 Thread Brian Munroe
On 9/1/07, Hassan Schroeder [EMAIL PROTECTED] wrote: If you're talking about TC6, there is no common/lib or shared/lib; $CATALINA_HOME/lib is correct... Oh crap, I was going off my 5.5 install! Thanks! -- brian - To start

Re: Please help...

2007-09-02 Thread Brian Munroe
On 9/1/07, Brian Munroe [EMAIL PROTECTED] wrote: On 9/1/07, Hassan Schroeder [EMAIL PROTECTED] wrote: If you're talking about TC6, there is no common/lib or shared/lib; $CATALINA_HOME/lib is correct... Oh crap, I was going off my 5.5 install! Hassan: Ok, lend me a hand here, besides

Re: Please help...

2007-09-02 Thread Brian Munroe
Mike, just an FYI: This morning I tried my little 'hello, world' recipe on Tomcat 6; aside from having to place the driver jar file in $CATALINA/lib, everything else works the same. Hope it helps you -- brian - To start a new

Re: Please help...

2007-09-02 Thread Brian Munroe
looks OK to me :-) Thanks for your help! I just posted about 1 minute previous to your email - it worked fine in Tomcat 6. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Please help...

2007-09-02 Thread Brian Munroe
Configuration HOW-TO and Security Manager HOW-TO on the Tomcat documentation page? -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Please help...

2007-09-02 Thread Brian Munroe
here? -- brian [1] - http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Resource%20Definitions - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Please help...

2007-09-02 Thread Brian Munroe
On 9/2/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: Correct. It appears that Container is the default, but setting it explicitly certainly won't hurt. Gotcha, thanks. -- brian - To start a new topic, e-mail: users

Garbage Collection and Class unloading

2007-09-06 Thread Brian Munroe
:+PrintGCDetails -XX:MaxPermSize=128m many thanks! -- brian ps. My platform looks like: Solaris 9 (SPARC), Tomcat 5.5.23, JDK 1.6.0_02 (32-bit) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: context-param vs env-entry. Ready? Fight!

2007-09-06 Thread Brian Munroe
On 9/6/07, Lionel Crine [EMAIL PROTECTED] wrote: Of course, you ll have to define the JNDI variable in a different way. But most important, you'll don't have to change your java classes because the JNDI tree will stay the same. Yep, that is what I am pushing for (JNDI) -- brian

Re: Garbage Collection and Class unloading

2007-09-06 Thread Brian Munroe
and the original developer are gonna have a code audit come Monday! :) Even if it wasn't killing Tomcat, the amount of cruft in WEB-INF/lib is ridiculous! -- brian - To start a new topic, e-mail: users@tomcat.apache.org

Re: Tomcat 6 and tomcat native

2007-09-07 Thread Brian Millett
browse download area Then go into the native folder. -- Brian Millett - [ Sheridan and G'Kar, Soul Mates] People seem to be implying that I shouldn't get too comfortable. 'Oh nonsense. It's not as if anyone expects you to...oh...vanish overnight under mysterious circumstances to a strange Minbari

Re: [OT] context-param vs env-entry. Ready? Fight!

2007-09-07 Thread Brian Munroe
! I don't see any IoC frameworks for that. :) Is it late enough to call it Friday? Its Friday for someone, somewhere on this list! -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread Brian Munroe
suggested, tried starting Tomcat and it showed the normal startup 'messages' canker:~ brian$ $CATALINA_HOME/bin/startup.sh Using CATALINA_BASE: /Users/brian/apache-tomcat-5.5.23 Using CATALINA_HOME: /Users/brian/apache-tomcat-5.5.23 Using CATALINA_TMPDIR: /Users/brian/apache-tomcat-5.5.23/temp

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread Brian Munroe
Oops, I stand corrected, as I see further along in the thread that JAVA_HOME is pointing to where I suggested. See I knew I shouldn't have jumped in here! :) -- brian On 9/13/07, Brian Munroe [EMAIL PROTECTED] wrote: On 9/11/07, Hassan Schroeder [EMAIL PROTECTED] wrote: ?? On my Mac (OS

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Brian Munroe
issue first though. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Brian Munroe
? -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IE causes an ORA-00936 error, but not Firefox?

2008-03-28 Thread Brian Munroe
. Has anyone ever experienced this issue? thanks -- brian [28 Mar 2008 12:58:39,522] ERROR TP-Processor7 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/csstest].[org.apache.jsp.splash_jsp] - Servlet.service() for servlet org.apache.jsp.splash_jsp threw exception

Re: IE causes an ORA-00936 error, but not Firefox?

2008-03-28 Thread Brian Munroe
and is somehow Thanks Frank, Peter Those answers sound logical to me. Now if I can just get my hands on the source -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [OT] RE: IE causes an ORA-00936 error, but not Firefox?

2008-03-28 Thread Brian Munroe
[snip very helpful suggestions] Holy crap guys! This is awesome, I've never had this much response from the users@ (and be it an off-topic too!) Once I get the code in hand, that's when the fun will begin! thanks everyone -- brian

CLOBs, Connection Pooling, Help!

2008-04-17 Thread Brian Munroe
,message.getMessageId()); // This is where things fall apart (setStringForClob // is a Oracle PreparedStatement method) - which // is wrong, but still insertMsgBodyRecord.setStringForClob(2,message.toXML()); insertMsgBodyRecord.executeUpdate(); insertMsgBodyRecord.close(); conn.close(); thanks -- brian

Re: Newbie

2008-05-16 Thread Brian Martin
. Eclipse probably has the same sort of deal but I haven't touched it much in a few years. Brian On Fri, May 16, 2008 at 11:10:57AM -0700, Evan Siegel wrote: Hi. Just joined your list. I would like to have a bibliography of sites and books and whatever other resources

Re: SSL encryption with Tomcat

2008-05-20 Thread Brian Martin
Your setup sounds fine. However having apache handle things on a separate machine might be a nice option if you ever wanted to use it to load balance more than 1 tomcat server in a clustered environment. Which could be what you want given you're user base is growing. Brian On Tue, May 20

Re: restart tomcat after reboot

2008-05-23 Thread Brian Martin
Use chkconfig, redhats tool for manipulating which scripts/daemons you want to run at runtime. The trick with chkconfig is that it relies on certain directives being present in the header of your script. So, something like: #!/bin/bash #| # chkconfig: 2345 55 25 # description: Script

Re: Re: mod_jk 1.2.26 jk_mount

2008-06-03 Thread Brian Martin
Can you attach your web.xml file... I'm new to this too but I think you need to have appropriate url filters setup -- I might be using the wrong terminology here.,.,. On Tue, Jun 03, 2008 at 05:22:06PM +0300, Niki Diulgerov wrote: It's not because of missing or insufficient rights. The

408 Error - Workaround

2006-02-22 Thread Brian Bonner
/bugzilla/show_bug.cgi?id=38760 where I logged the bug. -- Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Executing Manager Commands With Ant and SSL

2006-03-02 Thread Brian Munroe
using a self-signed SSL cert? Looks to be the case. If so, you have two options: 1) Buy a commercially signed SSL certificate. 2) Import the self-signed root CA into the $JAVA_HOME/jre/lib/security/cacerts file I never bothered to figure out how to do number 2, but this[1] may be helpful. -- brian

Random NullPointerException when trying to connect to Datasource

2006-06-06 Thread Brian Vuyk
in advance for any help. Brian Vuyk Tomcat error taken from logs -- 2006-06-06 05:06:42 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: Unable to get connection, DataSource

Re: Random NullPointerException when trying to connect to Datasource

2006-06-06 Thread Brian Vuyk
I feel compelled to also mention that I have rebooted the system, with still the same effect. On 6/6/06, Brian Vuyk [EMAIL PROTECTED] wrote: Hello. I am currently developing a JSP webapp for my employer, andhave run into a couple of serious problems. Randomly, tomcat seems to be losing it's

Re: Random NullPointerException when trying to connect to Datasource

2006-06-07 Thread Brian Vuyk
Still wondering if anyone has any thoughts on this. I appreciate any help. Brian On 6/6/06, Brian Vuyk [EMAIL PROTECTED] wrote: I feel compelled to also mention that I have rebooted the system, with still the same effect. On 6/6/06, Brian Vuyk [EMAIL PROTECTED] wrote: Hello. I am

Re: Random NullPointerException when trying to connect to Datasource

2006-06-07 Thread Brian Vuyk
PROTECTED] wrote: Did you by chance miss any quotes while correcting the typo of the displayed text? Vijaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Vuyk Sent: Wednesday, June 07, 2006 5:38 PM To: users@tomcat.apache.org Subject: Re: Random

Re: Random NullPointerException when trying to connect to Datasource

2006-06-08 Thread Brian Vuyk
saw some other post also having trouble to connect to the data base when migrated from tomcat 5.0.28 to 5.0.17. What is your tomcat version? Regards, Vijaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Vuyk Sent: Wednesday, June 07, 2006 6:59 PM

Re: TNS entry JNDI

2006-06-08 Thread Brian Buchanan
or something that makes the SID no longer applicable. (Still the TNS names for should still work) I HTH, Brian -Original Message- From: Scott Purcell [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Date: Wed, 7 Jun 2006 12:39:20 -0500 Subject: TNS entry JNDI I am running

Re: jk connector problems

2006-11-15 Thread brian bay
did you try setting the default host in the workers.properties file to the actual host you want apache to forward to tomcat? worker.default.host = 10.x.x.x instead of worker.default.host=127.0.0.1 Brian On 11/15/06, Martin Gainty [EMAIL PROTECTED] wrote: The connectors tutorial

Re: Need setting up Tomcat with Apache web-server

2006-11-15 Thread brian bay
This looks suspiciously not right... Connector port=8009 enableLookups=false redirectPort=8443 protocol=AJP/1.3 / Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ Also, your on windows

Re: Is jsp designed for use by large websites

2006-12-06 Thread Brian Caruso
On Wednesday 06 December 2006 4:27 pm, Leon Rosenberg wrote: I'd too like to know which communities are out-innovating java? To stay in you example, comparing php (or ruby for this matter) to java is like comparing bicycles with cars. Sure its fun to make a ride on sunday. Sure it's ok to bike

Re: JSessionId and Google

2006-12-20 Thread Brian Caruso
topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Caruso Programmer/Analyst Albert R. Mann Library Cornell University Ithaca, NY 14853 (607)255-7705

Re: JSessionId and Google

2006-12-20 Thread Brian Caruso
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Caruso Programmer/Analyst Albert R. Mann Library Cornell University Ithaca, NY 14853 (607)255-7705 - To start a new topic, e-mail: users@tomcat.apache.org

Tomcat randomly hangs

2007-01-25 Thread Brian Cross
figure it out soon my plan is to use apache2 as the webserver and connect to tomcat via JK. Thanks so much for your expert advice! --Brian. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Tomcat randomly hangs

2007-01-25 Thread Brian Cross
these threads are doing. Maybe this is a clue? Thanks! --Brian. Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Brian Cross wrote: I would really appreciate any advice, I really don't know where to go from here to try and figure it out. If I can't figure it out soon

Re: Tomcat randomly hangs

2007-01-25 Thread Brian Cross
Thanks for the suggestion Stefan. Yes I have run JConsole and will look at it some more. When the hang happens JConsole stops responding as well. Stefan Baramov wrote: Since you all are using Java 5 why do you try to enable JMX. JConsole could give you a good insight on threads. It could

<    1   2   3   4   5   6   >