RE: DB connection error -Tomcat 6 config

2010-03-20 Thread Travis
icely. -Travis -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, March 16, 2010 7:07 PM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config And I should have added the proper path(s) was/were /webapps/ch

Tomcat uses locally only.

2005-12-26 Thread Travis Morris
This may be a newbie question forgive me for that. I'm currently using Tomcat as a client-side server which is intended to only be accessed by the local user. Therefore it does not need to be accessed via a remote IP. Is there a setting in the connector to specify that the server is only t

Problems with Apache and Tomcat talking

2007-02-09 Thread Travis Taggart
uld give me an idea of how to go about troubleshooting this error I would be apprecative. --- Travis Taggart Director of Information Technology River Valley Behavioral Health Phone: 1.270.689.6600 Fax: 1.270.689.6

Tomcat and IIS losing their link

2007-12-13 Thread Travis Haagen
the crazy thing stops working, everything is fine. Any help will be greatly appreciated. Thanks, Travis

Re: Tomcat and IIS losing their link

2007-12-14 Thread Travis Haagen
wrong and I fixed that :) Any other ideas out there? -Travis - Original Message - From: "Per Johnsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2007 11:52 PM Subject: FW: Tomcat and IIS losing their link (Tomcat maillist bounced my

Re: Tomcat Process Memory Leak?

2007-12-14 Thread Travis Haagen
nt, search for 'memory leak' and see where that gets you. Good luck, Travis - 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 and IIS losing their link

2007-12-17 Thread Travis Haagen
common.c (2097): (ajp13w) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port - Original Message - From: "Rainer Jung" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, December 14, 2007 9:20 AM Subject: Re: Tom

Re: Quality check mod_jk 1.2.26-dev

2007-12-19 Thread Travis Haagen
I may have found a problem with 1.2.26-dev. I installed 'isapi_redirect.dll' on my server and only one of two workers would respond to HTTP requests after that (ajp13w, but not ajp13lmsw). I then reinstalled the 1.2.25 version of the DLL and it worked fine. I'm running this on Windows 2003 server w

Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0)

2007-12-21 Thread Travis Haagen
f the DLL should work with IIS in worker process isolation mode or in IIS 5 isolation mode. Do you have any insight on this? Anyone have any insight on this? :) -Travis Haagen - Original Message - From: "Tim Whittington" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]>

Re: Tomcat and IIS losing their link

2007-12-21 Thread Travis Haagen
DBCP. Upon further research I learned that Hibernate (and probably everything else) works better with the c3p0 pooling API, so I switched all my applications over to c3p0 and all is well (for now). Thanks for all the help, Tra

Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-15 Thread Travis Beech
advance, Travis Beech

Re: Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-16 Thread Travis Beech
Mark, Thanks for the info. Travis Beech On Jan 16, 2010, at 3:34 AM, Mark Thomas wrote: > On 16/01/2010 06:41, Travis Beech wrote: >> Are there any workarounds available that will retrieve the entire >> string >> (SESSIONID=1234567890)? > > The next Tomcat 6.0.x rel

RE: multiple URI

2010-01-19 Thread Travis Beech
Modify your servlet mapping in your web.xml so that you have more than one mapping to that servlet. Take the following xml snippet as an example, each of the three servlet mappings will map to a single servlet. This would allow someone to use three different URL's to access the same servlet. R

Re: memory leak

2010-01-20 Thread Travis Beech
I would make sure that your DAO class is closing any statements, resultsets, and connections that are no longer being used once your method call returns. Since GC does happen immediately your db resources could still be in memory. Travis Beech On Jan 20, 2010, at 3:50 PM, Ken Bowen wrote

RE: memory leak

2010-01-20 Thread Travis Beech
urns. On Jan 20, 2010, at 9:25 PM, Travis Beech wrote: > I would make sure that your DAO class is closing any statements, > resultsets, and connections that are no longer being used once your > method call returns. > > Since GC does happen immediately your db resources could s

RE: Securing Tomcat Applications from Reverse Engineering

2010-01-21 Thread Travis Beech
blem since java web apps are dependent on the class files generated by your application. Unless I'm missing out on some functionality of Tomcat that I'm aware of I think your best bet is obfuscation. Travis Beech -Original Message- From: KrantiT K K Parisa [mailto:kranti.par

roleNested seems to not be working in tomcat 6

2013-07-09 Thread Travis Bowen
s and getters. Seems like it is being ignored. Is this feature available in tomcat 6? The docs say it is but it doesn't seem to work. Thanks, Travis

Re: roleNested seems to not be working in tomcat 6

2013-07-09 Thread Travis Bowen
Ok I found where it is being used in the getRoles method however I'm still wondering why it doesn't work. I don't see any way to define the member group attribute name, it is uniqueGroup in the dir server I am connecting to. Thanks, Travis From: Travis Bowen/Tucs

Re: roleNested seems to not be working in tomcat 6

2013-07-10 Thread Travis Bowen
Thanks for the info. However the issue is that groups are not stored as uniqueMember but uniqueGroup so the roleSearch is not applicable. Thanks, Travis From: Felix Schumacher To: Tomcat Users List , Date: 07/10/2013 12:14 AM Subject:Re: roleNested seems to not be working

Re: roleNested seems to not be working in tomcat 6

2013-07-11 Thread Travis Bowen
g for uniqueGroups. What is really needed is a separate search string for nested groups, something like subRoleSeacrh in the context configuration which the realm can use if roleNested is true. Thanks, Travis From: Felix Schumacher To: Tomcat Users List , Date: 07/10/2013 11:09 AM Su

Re: roleNested seems to not be working in tomcat 6

2013-07-11 Thread Travis Bowen
Thanks for submitting the feature request. I don't have any access to the directory server as it is managed by another group, so I have to use what's there. I will check with the group that manages it to see if they can do anything with indexing. Thanks, Travis From: Felix Schu

http://courses.apexlearning.com/apps/AceWeb/logon.jsp

2014-11-26 Thread Travis Power
i need the preview sheets for apex world history sem 2 2014, us history sem 2 2014. like this one for example - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache

Re: http://courses.apexlearning.com/apps/AceWeb/logon.jsp

2014-11-26 Thread Travis Power
or a login to the website in the subject On Wed, Nov 26, 2014 at 4:47 PM, Travis Power wrote: > i need the preview sheets for apex world history sem 2 2014, us > history sem 2 2014. > like this one for example - To un

Re: http://courses.apexlearning.com/apps/AceWeb/logon.jsp

2014-11-26 Thread Travis Power
it comes from your server/website On Wed, Nov 26, 2014 at 4:48 PM, Travis Power wrote: > or a login to the website in the subject > > On Wed, Nov 26, 2014 at 4:47 PM, Travis Power wrote: >> i need the preview sheets for apex world history sem 2 2014, us >> history sem 2 2

apexlearning

2014-11-30 Thread Travis Power
i need a ace login for courses.apexlearning.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: apexlearning

2014-11-30 Thread Travis Power
http://courses.apexlearning.com/apps/AceWeb/logon.jsp On Sun, Nov 30, 2014 at 10:28 PM, Travis Power wrote: > i need a ace login for courses.apexlearning.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Tomcat 5.5 failure to deploy javac 1.6 servlet

2007-03-13 Thread Horine Travis Contr AEDC/ATA
Just recently upgraded our server to use tomcat 5.5 with JRE 1.6 (was tomcat 4.0 with JRE 1.3). We had several poorly written servlets that still manage to compile under both javac 1.3 and javac 1.6. When I compile them under javac 1.6 they no longer deploy correctly under tomcat 5.5. I have used