Realm Issue

2009-02-04 Thread Scott
e: Password: server.xml ---- -- Scott www.HikeHaven.com Never under estimate the wisdom of nature!!!

Re: Realm Issue

2009-02-05 Thread Scott
4, 2009 at 11:45 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Scott [mailto:hacktori...@gmail.com] > > Subject: Realm Issue > > > > Here is my app info: > > Where is your webapp deployed? Where is the element for the > webapp (if i

Re: Realm Issue

2009-02-05 Thread Scott
I figured it out. The style sheet just has to be in a directory that isn't locked down. On Thu, Feb 5, 2009 at 5:57 PM, Scott wrote: > Thanks, that seems to have fixed the immediate issue. However, when I put > the following in my login.jsp , tomcat forwards me directly to the &g

DataSource Connection pool leak

2023-08-25 Thread Scott,Tim
mine to a few hundred to complete the application startup and I'm not willing to try that without further insight. Thanks, Tim -- Tim Scott (he/him/his) OCLC * Lead Software Engineer / Technical Product Manager cc: IT file

RE: [EXTERNAL] RE: DataSource Connection pool leak

2023-08-25 Thread Scott,Tim
ast 8 months have > this problem for my application. Has anyone else, here, run into a similar > problem? > > If a pool size of 20 is just too low, I think I'd need to set mine to a few > hundred to complete the application startup and I'm not willing to try that > wit

RE: [EXTERNAL] RE: DataSource Connection pool leak

2023-08-29 Thread Scott,Tim
Hi all, Thanks for your responses. I think I've found the problem. My wrapping class which detects the invocation of the close() method to decrement its count is no longer decrementing its count because method.getDeclaringClass() has changed from java.sql.Connection to java.lang.AutoCloseable.

Solved: DataSource Connection pool [non] leak

2023-08-31 Thread Scott,Tim
Hi Chris, > > Hi all, > > > > Thanks for your responses. I think I've found the problem. > > > > My wrapping class which detects the invocation of the close() method to > > decrement its count is no longer decrementing its count because > > method.getDeclaringClass() has changed from java.sql.

CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Scott,Tim
ch does this? Thank you, Tim -- Tim Scott OCLC * Senior Software Engineer / Technical Product Manager CityGate, 8 St. Mary's Gate, Sheffield S1 4LW, UK cc: Product Management file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info> [COVI

RE: [External] Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Scott,Tim
some protection, it’s not everything. Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: Product Management file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info> From: Mark Thomas Sent: 13 December 2021 09

RE: [External] Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Scott,Tim
> From: Juri Berlanda > Sent: 13 December 2021 15:03 > Subject: [External] Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs > compile time Java version > Hi, > we were affected - we use an AccessLogValve, which logs to Log4j2 and we > use Log4j as java.util.logging LogManager. We already p

Plugging a memory leak - where?

2022-01-10 Thread Scott,Tim
ating the deployment version would remedy the memory leak in the Tomcat service itself - but I don't like to leave this to guesswork. We've had reports of memory leaks causing problems. Thank you, Tim -- Tim Scott OCLC * Senior Software Engineer / Technical Product Manager CityGate, 8 St.

RE: [External] Re: Plugging a memory leak - where?

2022-01-10 Thread Scott,Tim
Hi Mark, Thanks for the prompt, clear response. > You need to update the version of Tomcat you are running on. I will advise our deployment team. It's also worth noting that I need not worry about keeping the Tomcat versions up to date in the application source (pom.xml). I will advise our team

RE: [External] Re: Tomcat jdbc connections

2022-01-25 Thread Scott,Tim
> Would it be along the lines of Wireshark or TCP dump to see what's > occurring as I gather this won't be captured in tomcat logging via > Catalina.out? Or can it be. Have you explored Oracle listener / client tracing? Ref: https://docs.oracle.com/cd/E11882_01/network.112/e10835/sqlnet.htm#NETRF3

Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
* ch.qos.logback:logback-classic:1.2.10 * com.oracle.ojdbc:ojdbc8:19.3.0.0 * uk.org.lidalia:jul-to-slf4j-config:1.0.0 * org.slf4j:jul-to-slf4j:1.7.36 * org.eclipse.persistence:jakarta.persistence:2.2.3 -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file

RE: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
anks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info> From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Monday, March 14, 2022 12:12 PM To: Tomcat Users List Sub

RE: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
> From: Greg Huber > Sent: Monday, March 14, 2022 2:23 PM > To: Tomcat Users List users@tomcat.apache.org > Subject: [External] Re: Problems deploying new .war application on Linux > On the sever where did tomcat come from? a rpm? > Maybe as a test, download tomca

RE: [External] Re: Problems deploying new .war application on Linux

2022-03-14 Thread Scott,Tim
> From: Greg Huber gregh3...@gmail.com > Sent: Monday, March 14, 2022 3:01 PM > >I’ve tried renaming the war file as ‘sru.war’ and placing it in webapps, > >removing other references to ‘sru’ in the configuration. > I use ROOT.war and have no stuff, just copy it into

RE: Problems deploying new .war application on Linux

2022-03-15 Thread Scott,Tim
pin down the problem. I had not expected an absence of a call to the method! Any further ideas? Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info>

RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Scott,Tim
(or some variations thereof – “sru”, “/sru”, “/sru/”, “/sru*”, …) … then both applications are equally accessible from other clients. Is what I’m trying to do possible? I’m using Tomcat 9.0.54. If it should work – can anyone spot what I’ve missed? Thanks, Tim -- Tim Scott

Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Scott,Tim
t be configured programmatically? I could then read a setting from the database. (Apologies for not describing all the requirements at the outset - users, eh?) Thanks, Tim -- Tim Scott OCLC · Senior OLIB Software Engineer City Gate · 8 St. Mary's Gate · Sheffield S1 4LW · United

RE: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-22 Thread Scott,Tim
and I don’t know what the load balancer is going to deliver as I don’t have one in my development environment. I also don’t know the network route the calling service will take. Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19

RE: Problems deploying new .war application on Linux

2022-03-23 Thread Scott,Tim
Hi all, If only for the email archives – just a note to say that I have not yet found a solution. Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info<https://oc.lc/covid19-service-info>

RE: [External] Re: Apache Tomcat 8 - Require Tomcat configuration to restrict exe's from downloading

2022-06-22 Thread Scott,Tim
Hi all, As a side note, can we all try not to have a URL with something like “abc.exe” in? Several firewall implementations will refuse to navigate there, even though we all know the intention is not to have it download. Trying to explain that to some people is more difficult than avoiding the

RE: [External] Re: [ANN] Apache Tomcat 9.0.67 available

2022-09-29 Thread Scott,Tim
> From: Rémy Maucherat r...@apache.org > Sent: 29 September 2022 09:50 > To: Tomcat Users List users@tomcat.apache.org > Subject: [External] Re: [ANN] Apache Tomcat 9.0.67 available On Thu, Sep 29, 2022 at 10:06 AM Greg Huber mailto:gregh3.

OT: RE: [External] Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Scott,Tim
Loving the typo in the subject :-). Tim. cc: IT file

Zip file upload corruption on Linux

2021-05-24 Thread Scott,Tim
Hi experts, First time poster, here, so I know I'm risking not providing nearly enough of the right information. Please let me know what I can send to help you help me further through this. I'm using separate deployments of Tomcat 9 on Linux (RedHat 7) and Windows for the same mature .war appl

RE: [External] Re: Zip file upload corruption on Linux

2021-05-24 Thread Scott,Tim
Hi Mark, Thanks for the prompt response. >On 24/05/2021 10:58, Scott,Tim wrote: >> Hi experts, >> >> First time poster, here, so I know I'm risking not providing nearly >> enough of the right information. Please let me know what I can send to >> help you h

RE: [External] Re: Zip file upload corruption on Linux

2021-05-24 Thread Scott,Tim
Hi Mark, From: Mark Thomas wrote: > import org.apache.commons.fileupload.disk.DiskFileItemFactory; > import org.apache.commons.fileupload.servlet.ServletFileUpload; > import org.apache.commons.fileupload.servlet.ServletRequestContext; > You are using Commons FileUpload so this issue needs to be

RE: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Scott,Tim
Hi Mark, > No. You should be able to use HttpServletRequest.getPart() I've given up on that attempt as I keep getting: java.lang.AbstractMethodError: Method org/apache/struts/upload/MultipartRequestWrapper.getPart(Ljava/lang/String;)Ljavax/servlet/http/Part; is abstract I have my workaround and

RE: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Scott,Tim
Hi Chris, > "nah, nobody still uses Struts 1.x". I wouldn't put it past this 14 year old application ... > But at this point, if you have things working, you can probably stop. My OCD says No!, but my pragmatic side says "leave it until I have to change" > But something is *definitely* wro

RE: [External] Re: Zip file upload corruption on Linux

2021-05-26 Thread Scott,Tim
Hi Chris, > Mine is coming up on 20 years old. That's worthy of an extra slice of cake :-). > The code you posted shows imports and then your interaction with the > fileupload library. Do you know what else happens before this line of code? > ServletRequestContext requestContext = new Serv

RE: Re-Use TCP Source Ports if the Socket is Unique?

2021-06-25 Thread Scott,Tim
ve until Tomcat is shut down. Does that help? Thanks, Tim -- Tim Scott OCLC · Senior Software Engineer / Technical Product Manager cc: IT file OCLC COVID-19 resources: oc.lc/covid19-service-info   -Original Message- From: Eric Robinson Sent: 25 June 2021 04:19 To: Tomcat Users

Tomcat 5.5 JNDI Question Using Admin

2006-06-28 Thread Scott Purcell
Hello, I am receiving errors when configuring a JNDI resource for my database using Tomcat 5.5 on a Windoz box. I used the admin interface and entered the following data: in admin screen under Data Sources JNDI Name= jdbc/BuilderDB Driver com.mysql.jdbc.Driver Data Source URL=jdbc:mysql:/

RE: Tomcat 5.5 JNDI Question Using Admin

2006-06-28 Thread Scott Purcell
: Tomcat 5.5 JNDI Question Using Admin You need a ResourceLink in the Host or Context, to make the global resource available. Does the Context xml file contain this? Scott Purcell wrote: > Hello, > > > > I am receiving errors when configuring a JNDI resource for my database >

log4J confusion, need clarification

2006-06-28 Thread Scott Purcell
Hello, I am creating a new application, and I would like to be able to add logging statements to my code that will run within the Tomcat container. This log, would be just for my web application code. Then I would like to also be able to have a log of this context. In that log I would like to s

Tomcat 5.5 Context? Configuration

2006-07-05 Thread Scott Purcell
e marc-aims group web site appears to be having issues. Thanks, Scott

Contexts & Hosts

2006-07-27 Thread Lundgren, Scott
/idmmanager.uncc.edu/ROOT.xm l /opt/idm/jakarta-tomcat-5.0.28/conf/Catalina/idmuser.uncc.edu/ROOT.xml Scott Lundgren ITS - Web Services UNC at Charlotte http://www.uncc.edu <http://www.uncc.edu/>

IIS 5.0 - Jboss with Tomcat 5.5 - JK 1.2.15 - NTLM

2006-08-22 Thread Scott Shaver
this: 1> turn Integrated Windows Authentication on for the IIS web site. 2> set the auth-method to CLIENT-CERT in the web.xml 3> set tomcatAuthentication="false" in the tomcat server.xml file However this doesn't work, does anyone have a clue what I should do next? Scot

RE: IIS 5.0 - Jboss with Tomcat 5.5 - JK 1.2.15 - NTLM

2006-08-24 Thread Scott Shaver
odule security realm class. The NTLM code would get the user credentials from the NTLM headers and then pass it to the login module to authenticate the user and load the roles. This is a real bummer I can't believe no one has wanted this functionality before. Thanks anyway. Scott > -Ori

RE: Do you run IIS 6.0 with JK 1.2.18?

2006-08-24 Thread Scott Shaver
I can't get 1.2.18 to load at all even with IIS 5. I did however get 1.2.15 up and running with no problems. Scott > -Original Message- > From: Jessica [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 23, 2006 10:14 AM > To: users@tomcat.apache.org > Subject: Do

database server seeing blank user name

2006-09-18 Thread Scott Cowley
Hello, Tomcats! What might be the reason for a javax servlet exception such as this? "Cannot create poolable connection factory (login failed for user ''.)" It appears that either tomcat or the driver are dropping the user's name. Details: --- OS: MS Win Server 2003 Tomcat: 5.5.17 Appli

RE: database server seeing blank user name

2006-09-18 Thread Scott Cowley
Thanks for the reply, David. We made the changes but didn't get rid of the error. (Shouldn't have to restart Tomcat, right? Altho we did.) Any other ideas ? - scott cowley -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 11:48 AM

RE: jCIFS Jboss Tomcat IIS NTLM Authentication

2005-10-26 Thread Scott Shaver
I thought I tried that but I'll give it another go. Won't this mean that the user's realm groups (security groups from active directory) won't be loaded then? If tomcat doesn't do the authentication via the filter I would assume that would be the case. That won't work for me if it is true. The a

RE: jCIFS Jboss Tomcat IIS NTLM Authentication

2005-10-26 Thread Scott Shaver
This is a quote from a microsoft waeb site: Windows NT Challenge/Response authentication (often called NTLM authentication) is the most secure form of authenticating a user because the username and password are not sent across the wire. Rather, the Windows Security Provider interface is used to p

Internationalization question

2005-11-11 Thread Scott Smith
d a way to do it that can automatically be applied to future files as well as the current ones. My suspicion is that Tomcat isn't URL decoding the filename. Does anyone have any insight into this problem or suggestions about the best way to fix the problem? Scott

RE: Internationalization question

2005-11-14 Thread Scott Smith
ist Subject: Re: Internationalization question Hi! Try to add URIEncoding="UTF-8" attribute to the Connector tag in your server.xml. Regards, Bendis Dne so 12. listopadu 2005 02:36 Scott Smith napsal(a): > I'm using Tomcat 4.1.29 on Windows. I have a context setup which contain

Tomcat 5.5 configure site to web problems

2005-11-21 Thread Scott Purcell
site on the box and call it with "localhost" or "127.0.0.1" Anyway to get around this. I want to create a devMySite for bugs and new development, but that is even giving me a fit. I would certainly appreciate any help with these issu

Re site problems, here is server.xml

2005-11-21 Thread Scott Purcell
er 21, 2005 10:43 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 configure site to web problems Scott Purcell wrote: > But after that, I am having more problems. Each time a user goes > to the site, they get two JSESSIONIDS, and have to click on the > first buttons two times? Uh, right.

RE: Re site problems, here is server.xml

2005-11-21 Thread Scott Purcell
Scott Purcell wrote: > > > unpackWARs="true" autoDeploy="true" >xmlValidation="false" xmlNamespaceAware="false"> > > > > So, what's the issue? You have a defaultHost in

Help Configuring Engine/Host/Context

2005-11-21 Thread Scott Purcell
Hello, I am completely lost in trying to configure my Tomcat 5.5. I have read the docs under "Context", "Engine", "Host", and am having trouble putting the information to use. I have one webapp that I need to configure to a DNS Entry. Below is my server.xml. My DNS is www.theuniquepear.com and

Re: Help Configuring Engine/Host/Context

2005-11-22 Thread Scott Purcell
uot;Tomcat Users List" Sent: Monday, November 21, 2005 10:27 PM Subject: RE: Help Configuring Engine/Host/Context > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: Help Configuring Engine/Host/Context > > I have one webapp that I need to configure to a DNS Entry.

url to search mailing list

2005-11-22 Thread Scott Purcell
What is the url to search the mailing list? Thanks, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

admin module for Tomcat 5

2005-11-23 Thread Scott Purcell
Hello, I am running Tomcat 5, and I have been having troubles configuring a web-app in a virtual environment. Anyway, I see there is an admin module, and I believe it may assist in this. I downloaded the admin module for Tomcat 5, but do not know where or how to install it. I tried unzipping i

RE: admin module for Tomcat 5

2005-11-23 Thread Scott Purcell
XP Scott K Purcell | Developer | VERTIS | 555 Washington Ave. 4th Floor | St. Louis, MO 63101 | 314.588.0720 Ext:1320 | [EMAIL PROTECTED] | http://www.vertisinc.com Vertis is the premier provider of targeted advertising, media, and marketing services that drive consumers to marketers more

Re: confusion of tomcat downloading

2005-11-29 Thread Scott Purcell
What OS are you wanting to install Tomcat on? And did you want to just run Tomcat Standalone, or put it inside Apache? - Original Message - From: "blueberry lake" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 29, 2005 7:47 PM Subject: confusion of tomcat downloading On page http://t

SSL Certificate Beginner Question

2005-11-29 Thread Scott Purcell
Hello, I am running Tomcat Standalone on a XP system. Anyway, I have finished up with Verisign, and I my certificate installed and ready to go but now the real quesiton. How do I configure some of my pages to use https? I do not know where to begin on this? Anyone able to assist? Thanks

Re: SSL Certificate Beginner Question

2005-11-29 Thread Scott Purcell
ed all $TOMCAT_HOME/logs and see nothing. It just hangs when trying to call it. I can hit http://localhost and all is happy. But the certificate states it is coming from a certain URL. So I am not sure how that all works. I hope this may help someone feed me back some relevant information.

Get More Logging

2005-11-29 Thread Scott Purcell
I posted earlier about having some issues trying to get SSL configured on my Tomcat 5.5.12. Anyway, I changed some settings in my server.xml for my keystore, and see no errors being thrown under the logs/ directory. I checked stdout, stderr, but see no errors. I know that if I am using the wro

Re: SSL Certificate Beginner Question

2005-11-29 Thread Scott Purcell
name, so maybe the simple localhost will not work and only the dns entry will work. ... Thanks much for your time. Scott - Original Message - From: "David Wall" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, November 29, 2005 10:2

Re: SSL Certificate Beginner Question

2005-11-29 Thread Scott Purcell
> To: "Tomcat Users List" Sent: Tuesday, November 29, 2005 10:43 PM Subject: Re: SSL Certificate Beginner Question > Scott Purcell wrote: > > Real helpful ... I searched on SRV.12 and it brought up a bunch of links > > that have nothing to do with Tomcat config of

SSL Port Question Config

2005-11-30 Thread Scott Purcell
reFile and keystorePass as attributes in the above. I then added a https://localhost:8443 Could anyone clarify what port SSL should be using, and why the 8443 vs 443 (which looks standard)? Also, if I am missing any steps, please let me know. Reg

Need More Error Logs .. How to

2005-11-30 Thread Scott Purcell
n see these types of logs, so I can try and get my ssl problem resolved? PS I have been tailing each of the log files available uneder logs, and there are no indicators of my problem. Regards Scott - To unsubscribe, e-mail: [

RE: SSL Certificate Beginner Question

2005-11-30 Thread Scott Purcell
n URL. So I am not sure how > that all works. > > I hope this may help someone feed me back some relevant information. > Scott > > - Original Message - > From: "Hassan Schroeder" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Tue

mailing list question

2005-11-30 Thread Scott Purcell
Is there a searchable Tomcat mailing list? I posted a question a while back and was hoping to re-read it? I found many sites, but none look like the real Tomcat mailing list. The latest google search brought me here http://mail-archives.apache.org/mod_mbox/tomcat-dev/200511.mbox/date and that

admin tool?

2005-11-30 Thread Scott Purcell
I am using Tomcat 5.5.12 on XP. I am having a bad time trying to get SSL up and working. Anyway, after days of searching, I have found some threads where people are using the "admin" tool or something like this, to install the certificates, etc. Problems with this install start off at no logs ge

SSL Information 5.5.12

2005-11-30 Thread Scott Purcell
problem. See link above. Evidently the tcnative-1.dll had issues. When I renamed the tcnative-1.dll, all of a sudden, I begin receiving tons of logs in regards to my SSL set up. So for those hacking with SSL on Tomcat 5.5.12, you may want to note this. Sincerely Scott

SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
Well, after wasting much time trying to get the SSL running on 5.5.12, on XP, and finding out about the bad tcnative-1.dll, I thought I was out of the woods on my SSL configuration. But it appears I have one last issue (hopefully) Since I renamed the tcnative-1.dll, I am getting logs in regards t

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
Hello Dhaval, I was reading the article below, and it looks you you are not running Tomcat as standalone? Are you running Apache behind the scenes? I was just curious. Scott -Original Message- From: Dhaval Patel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 8:49 AM To

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
hanks much Scott - Original Message - From: "Dhaval Patel" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, December 01, 2005 2:08 PM Subject: RE: SSL InvalidKeystore Format? > Hi, > > I should have mention that I am running tomcat as a st

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Scott Purcell
came in my email: 3) I was able to get the SSL running in a ssl format using the supplied link from fatofthelan.com article pid=12 and currently have a generic certificate running. Thanks, Scott - Original Message - From: "Nate Rock" <[EMAIL PROTECTED]> To: "Tom

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Scott Purcell
Do you think Verisign should be able to supply me with a openSSL certificate? Maybe that would help. I just don't know enough about this to make any logical sense. I will email Verisign and see what they say. Thanks, Scott PS, did you have Nates earlier email you described below? If so coul

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Scott Purcell
Could you clarify? I am unsure what you mean. I am really stuck on this, and could use a hand. - Original Message - From: "James Rome" <[EMAIL PROTECTED]> To: Sent: Saturday, December 03, 2005 2:42 PM Subject: Re: SSL InvalidKeystore Format? > The accepted CAs are in /jre/lib/secur

Fw: Verisign Certificate Still Giving Me Troubles:

2005-12-03 Thread Scott Purcell
"csr" file which I posted to them, and then I received a "cert.cer" file back. Originally I tried just doing this: But it hung and never responded. That is when I tried doing the example from the openssl notes. ?Thanks Scott - Original Message - From: "Bill Ba

Many Thanks SSL

2005-12-05 Thread Scott Purcell
home, and have learned so much. I want to thank each of you for your help and support. It means so much. Sincerely Many, many thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Configuration Question

2006-01-04 Thread Scott Purcell
I am running Tomcat 5.5x on a Win2000 box. I purchased a DNS name, and I have that configurated in the server.xml. So when a user hits my site like so: http://www.xxx.com it calls the site and all is good. But here is my problem. On some search engines for whatever reason, the url shows this: h

How does Tomcat log by default?

2006-01-06 Thread Scott Purcell
I am playing around with a Hibernate project, and created a war file. I have a clean 5.5 Tomcat running on XP. The project I created is not using log4j. It has a bunch of System.out.println statements, and the tutorial says to look at the Tomcat log to see how this hibernate project connects, et

reload when class file is updated

2006-01-20 Thread Scott Purcell
Hello, I am working on a webapp that was originally a war file. The war extracted to abc context. Some background: The war file when deflated (automatically) created a /abct/META-INF/context.xml and inside had the abc context information. I added reloadable=true like so there inside the M

Please Help Setting Up Site

2006-01-28 Thread Scott Purcell
Hello, I have been screwing around with a few Tomcat 5.5 problems for some time, and cannot seem to resolve them, and could use some help. First off. 1) I have a real web site that needs to be shown to the world. I have purchased a DNS entry and created the site. I am running on port 80.

408 errors

2006-01-30 Thread scott soward
problem seems isolated enough to conclude that it may be specific to the clients browser. However, I still need to figure what they can do to avoid getting this error. Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For

HTTP Status 408

2006-02-01 Thread scott soward
browser -- I would really appreciate any suggestions about resolving this issue. It only happens when a valid user/password are used to login into a tomcat app. If an invalid user/password are used, I get correctly redirected to an error page. Thank you, Scott

Re: HTTP Status 408

2006-02-01 Thread scott soward
Thank you Tim, I'll try your suggestions. Scott --- Tim Funk <[EMAIL PROTECTED]> wrote: > The code says (in FormAuthenticator) > if (session == null) > session = > request.getSessionInternal(false); > if (session ==

Help Error Code -12227

2006-02-05 Thread Scott Purcell
Hello, I am running Tomcat 5.5, Verisign, and PayPal. Basically the whole site is set up with SSL via a

Two DNS Entries Two Sites?

2006-02-06 Thread Scott Purcell
second real-web site off this box, and same Tomcat. It has its own DNS entry, and want to know if this is doable? If so, what should I read about as far as configuration. I had read about the Engine, Server, Context but have not really seen how to put two site DNS entries in. Thanks, Scott

RE: Re: Verisign SSL on Tomcat 5.5.9

2006-02-08 Thread Scott Purcell
thread when I get home. PS, I was given all kinds of things to try ... but at the end of the day it was as easy as the Tomcat docs. I'll get back with you. Sincerely Scott -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Tuesday, February 07,

RE: Re: Verisign SSL on Tomcat 5.5.9

2006-02-08 Thread Scott Purcell
which pages get https and which get normal http. This eliminates the need to control everything through the mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 10:04 AM To: Tomcat Users List Subject: RE: Re: Verisign SSL on Tomcat 5.5.9 > From: Scott Purcell [mailto:[EMAIL PROTEC

Access log to see where robots go.

2006-02-10 Thread Scott Purcell
txt, but I have no idea where they are going, or what they are doing. I turned on access log like this in the server.xml like so: And that is a snippet of the log from above. Does anyone know how to get more involved text, or can anyone tell me what the robots.txt above is doing? Thanks, Scott

Robots cannot read JSP?

2006-02-11 Thread Scott Purcell
that the robots are just like curl, and that they can only read HTML files? Thanks for all, I know this is a bit off topic ...and I hope I don't hack anyone off. Thanks Scott -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 8:50 PM To: T

configure tomcat 5.x to see index without redirects?

2006-02-11 Thread Scott Purcell
I have created a site using struts over the past couple of months. I am running Tomcat 5x and Struts 1.2x. If you read below, I am doing a couple of redirects to get the user to my real site. I would like to know if I can configure Tomcat to just go to that site? Or

default webapp not understanding

2006-02-14 Thread Scott Purcell
Hello, I am having trouble understanding what is meant by the default webapp. Here goes. I have a site which I have a dns entry for. After reading the docs, I put the application under $TOMCAT_HOME/webapps/mywebapp In the server.xml I added this snippet: Now when I hit my site

RE: default webapp not understanding

2006-02-14 Thread Scott Purcell
5.5x on xp. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 10:46 AM To: Tomcat Users List Subject: RE: default webapp not understanding > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: default weba

RE: default webapp not understanding

2006-02-14 Thread Scott Purcell
ex.html to the mywebapp/index.html correct? This is where it gets confusing. Thanks, -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 10:46 AM To: Tomcat Users List Subject: RE: default webapp not understanding > From: Scott Pu

RE: default webapp not understanding

2006-02-14 Thread Scott Purcell
To: Tomcat Users List Subject: RE: default webapp not understanding > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: RE: default webapp not understanding > > If I deploy the webapp in ROOT, then the structure would look > like this: > $TOMCAT_HOME/webapps/root/myweba

Update: Robots cannot read JSP?

2006-02-17 Thread Scott Purcell
t would be appreciated. Thanks, -Original Message- From: Mike Sabroff [mailto:[EMAIL PROTECTED] Sent: Saturday, February 11, 2006 11:09 AM To: Tomcat Users List Subject: Re: Robots cannot read JSP? Scott, Your assessment is incorrect! First off, curl doesn't read html pages, it doe

time/date stamp differences

2006-02-20 Thread Hall, Scott
since it won't recompile files with older time stamps. This probably wouldn't be a problem if Tomcat would recompile files with ANY timestamp change to them as opposed to the method in which it currently works. Has anyone else noticed this issue? What am I doing wr

Tomcat 5.5 Possible Context Question

2006-02-28 Thread Scott Purcell
Running Tomcat 5.5.15 on Win 2000. Originally we were running Tomcat 4.x?. So in order to upgrade our administrator loaded 5.5.15 and copied (copied) the webapps from the 4.x to the 5.5.15. There are currently four sites running, and I can hit the index.html for each context. But I cannot i

RE: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Scott Purcell
calling the url-entry. Thanks, Scott -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 10:26 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 Possible Context Question > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject:

SEVERE: Error listenerStart

2006-03-01 Thread Scott Smith
been butting my head with this for days and I have no idea what is wrong. There is no stack trace in the logs! Does anyone have any ideas at all to try? Any ways to glean more information about this? I'm desperate for a solution! -- R. S

Linux JNI ClassLoad

2006-03-03 Thread Shannon Scott
Greetings, I have been trying to use some Native C code in one of my applications. I have it working, but after it runs once it fails. The release-notes mention that: "To avoid this problem, place classes that load native libraries outside of the web application, and ensure that the loadLibrary()

RE: Linux JNI ClassLoad

2006-03-03 Thread Shannon Scott
t variable "LD_LIBRARY_PATH" which will point to your C object file. This is an uneducated guess, but worth a try. Mike Shannon Scott wrote: > Greetings, > I have been trying to use some Native C code in one of my applications. > I have it working, but after it runs once it fails. >

Connector Installation

2006-03-22 Thread Scott Gravenhorst
Greetings from a new guy... I have Tomcat 5.5 running under FC3. I would like to install and configure the mod_jk connector, but I'm finding the documentation somewhat unclear. I know tomcat is working because I can display the samples via port 8080. The Apache web server is also installed and

  1   2   3   4   >