RE: Re: Tomcat Console - 401 Unauthorized

2024-05-23 Thread Garber, Frank
Console - 401 Unauthorized > On May 22, 2024, at 13: 31, Garber, Frank com. INVALID> wrote: > > Not knowing how it’s supposed to behave, here’s > another clue. When I click on the “Server Status” button, I never get prompted > On May 22, 2024, at 13:31, Garber, Frank &g

RE: Re: Tomcat Console - 401 Unauthorized

2024-05-22 Thread Garber, Frank
Not knowing how it’s supposed to behave, here’s another clue. When I click on the “Server Status” button, I never get prompted for credentials. Is it a permissions problem on the server itself. Like the server doesn’t have rights to the HTML pages? Thanks in advance, From: Garber, Frank Sent

RE: Re: Tomcat Console - 401 Unauthorized

2024-05-22 Thread Garber, Frank
Subject: {EXTERNAL} Re: Tomcat Console - 401 Unauthorized > On May 22, 2024, at 10: 51, Garber, Frank com. INVALID> wrote: > > I've just installed Tomcat 9. 0. 89. > > Tomcat runs, and I can get to the console at https: //urldefense.  > com/v3/__http: //localhost:

Tomcat Console - 401 Unauthorized

2024-05-22 Thread Garber, Frank
Hello Group, I've just installed Tomcat 9.0.89. First a the first few lines on the Catalina log: NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED

Re: Off topic question

2020-05-28 Thread Frank Tornack
Maybe this would help you as a way to encrypt passwords https://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html/Encrypting_The_Keystore_Password_In_Tomcat.html Am Donnerstag, den 28.05.2020, 03:38 + schrieb jonmcalexan...@wellsfargo.com.INVALID: > I know this is off topic some,

Re: How to write a filter in web.xml to accept partially a URL ?

2020-04-25 Thread Frank Tornack
Hi Gilbert, maybe you have more luck with the security-constraint in tomcat. kindly Frank Am Samstag, den 25.04.2020, 08:47 -0400 schrieb Gilbert Soucy: > Hello, > > I am new to tomcat and I need to filter the URLs to accept all > clients for > part of a URL and reject for all

Re: Alternatives for AJP

2020-04-15 Thread Frank Tornack
Chris, Am Dienstag, den 14.04.2020, 10:56 -0400 schrieb Christopher Schultz: > Frank, > > On 4/12/20 10:20, Frank Tornack wrote: > > It is possible to replace AJP with normal HTTP or HTTPs. > > > > AJP has an advantage, it needs less bandwidth. > > Reference?

Re: Alternatives for AJP

2020-04-12 Thread Frank Tornack
It is possible to replace AJP with normal HTTP or HTTPs. AJP has an advantage, it needs less bandwidth. But it shouldn't make too much difference with today's computer networks. If you need the bandwidth advantage, you can certainly use the module ModSecurity for Apache HTTPD to protect your

Re: tomcat7 does not log x-forwarded-for

2020-04-12 Thread Frank Tornack
. Do you have another idea? Thanks in advance. Am Freitag, den 03.04.2020, 13:38 +0200 schrieb Frank Tornack: > Hello Mark, > > I could test the change today, unfortunately only with moderate > success. The change to %a or %h, unfortunately did not work, but the > readout with the h

Re: JNI memory leak?

2020-04-04 Thread Frank Tornack
Good evening, I have a question about your e-mail address. Why does the address end on com.INVALID? How do you get such an address? Sorry for the interposed question, Am Samstag, den 04.04.2020, 01:48 + schrieb Mark Boon: > For the past few months we’ve been trying to trace what looks like >

Re: tomcat7 does not log x-forwarded-for

2020-04-03 Thread Frank Tornack
for a nicer solution. I was really hoping on %a that we would only see the IP of the load balancer if no header is set, but still always see an IP. Do you have any more ideas what to watch? PS:For a Tomcat update I have to ask other contacts if it is easy to do. -- Frank Tornack Am Mittwoch, den

Re: tomcat7 does not log x-forwarded-for

2020-03-31 Thread Frank Tornack
Good morning all, the answers are [inline]. With kind regards Frank Am Dienstag, den 31.03.2020, 15:47 +0100 schrieb Mark Thomas: > On 31/03/2020 07:26, Frank Tornack wrote: > > Hello all, > > > > I currently have a problem with Tomcat7, or rather a colleague has > >

Re: tomcat7 does not log x-forwarded-for

2020-03-31 Thread Frank Tornack
Good morning all, the answers are [inline]. With kind regards Frank Am Dienstag, den 31.03.2020, 10:08 -0400 schrieb Christopher Schultz: > Frank, > > On 3/31/20 02:26, Frank Tornack wrote: > > I currently have a problem with Tomcat7, or rather a colleague has > > it. >

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread Frank Tornack
Yes, these too are for communication between processes. Only you don't use the network stack. This is a special feature of Unix-like operating systems. DGRAM, unlike STREAM, does not know connection states. Therefore STREAM is comparable to a local TCP connection. Unix domain sockets exist in the

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread Frank Tornack
Hi Aditya, I'm not quite sure, but it could be a replacement for the sockets that a Linux system provides for inter-process communication. But it's just a guess, because I don't see this behavior on Linux. kindly Frank Am Dienstag, den 31.03.2020, 11:20 +0100 schrieb Aditya Kumar: > Tom

tomcat7 does not log x-forwarded-for

2020-03-31 Thread Frank Tornack
of the remote client. The IP adresses of the config have already been checked and they are correct. Thank you very much in advance for your support. With kindest regards Frank - To unsubscribe, e-mail: users-unsubscr

How to upgrade from 7.0.86 to 7.0.93

2019-03-18 Thread Frank Sharpless
Team, Looking for advice on how to upgrade from version 7.0.86 to 7.0.93. Kind Regards. A. Frank Sharpless fsharpl...@paperhost.com<mailto:fsharpl...@paperhost.com> Chief Technology Officer Ph: 678-397-1602 [Descr

Re: Using tomcat manager to deploy to several services

2018-12-05 Thread Frank Schullerer
Hello @all, again thanks for all the answers. I'm thinking if it's better to have a separate Tomcat instance for each service. At the moment we have many services running in one Tomcat instance. The problem with restarting the Tomcat can be imagined by everyone: all services are stopped. Frank

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
a little frustrating because I thought it'd be easier. But many thanks for all the answers!!! Am Di., 4. Dez. 2018 um 17:45 Uhr schrieb Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Frank, > > On 12/4/18 06:09

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
ngs Am Di., 4. Dez. 2018 um 15:40 Uhr schrieb Jäkel, Guido : > Dear Frank, > > I guess you have configured autodeployment of the WARs. And it seems to me > that you want to use a tree in a filesystem to place your deployments. > Given that, you may use an arbitrary way to place the WA

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
and have a tomcat manager to deploy all applications, please let me know! Thank you in advance! Am Di., 4. Dez. 2018 um 11:53 Uhr schrieb Mark Thomas : > On 04/12/2018 10:19, Frank Schullerer wrote: > > Hello, > > > > I think this question is independent from the tomca

Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
Hello, I think this question is independent from the tomcat version but I tried it with Tomcat 9.0.13 on Windows. We have several "service" tags in our server.xml because we have several applications running in one tomcat with several ports and different configuration (clientAuth etc). I tried to

tomcat Realm formatting

2018-03-27 Thread Frank, Jon
. ## Tomcat-users.xml Server.xml cheers, jon frank middleware infrastructure w: 651-662-8216h: 952-226-3059c: 612-715-6522route: m125cube: m1-g9-03 This email

RE: Tomcat 8.5.16 - can't use Java keystore with multiple entries having different keypass for each entry?

2017-07-05 Thread Frank Taffelt
etKeyEntry(alias, ks.getKey(alias, keypass), keypass, ks.getCertificateChain(alias)); hth, Frank

RE: Tomcat 8.5.16 - can't use Java keystore with multiple entries having different keypass for each entry?

2017-07-04 Thread Frank Taffelt
the keyentry from the original keystore help? thanks, Frank

RE: Tomcat 8.5.16 - can't use Java keystore with multiple entries having different keypass for each entry?

2017-07-03 Thread Frank Taffelt
ot; > > certificateKeystorePassword="storepass" > > certificateKeyAlias="tomcat2" certificateKeystoreType="JKS" > > certificateKeyPassword="tomcat2" type="RSA" /> > > ... and why don't you have the keystore password set, here? Or did you just > use "changeit"? in the attribute certificateKeystorePassword i'm using the value storepass. IMHO the password is given. Frank

Tomcat 8.5.16 - can't use Java keystore with multiple entries having different keypass for each entry?

2017-06-30 Thread Frank Taffelt
Hi all, while playing with some ssl setups i stumbled upon the following behaviour that seems like bug to me ? As long as all keyentries in a keystore have the same password all is fine. Using entries with different password tomcat doesnt startup. For testing: At first create 2 different

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-26 Thread Frank Taffelt
>I can't reproduce this. It may be configuration related. Please provide the >steps minimal to reproduce this from a clean 8.5.14 install. http://www.glesir.de/~frank/tomcat-startup.zip Sample CATALINA_BASE structure with a prebuilt webapp. To run it you have to adjust the con

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-25 Thread Frank Taffelt
va:193) at org.apache.tomcat.util.net.openssl.OpenSSLUtil.getKeyManagers(OpenSSLUtil.java:79) at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:112) ... 45 more Frank

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Frank Taffelt
and SSLHostConfigCertificate objects via JMX. Frank -Original Message- From: Rémy Maucherat [mailto:r...@apache.org] Sent: Monday, April 03, 2017 11:10 AM To: Tomcat Users List Subject: Re: InvocationTargetException on startup after upgrade to 8.5.13 2017-04-03 10:51 GMT+02:00 Frank

InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Frank Taffelt
after upgrading from 8.5.12 to 8.5.13 the following exception is thrown on startup. WARNING: IntrospectionUtils: InvocationTargetException for class org.apache.coyote.http11.Http11NioProtocol ciphers) java.lang.reflect.InvocationTargetException at

Re: Introdution

2016-07-04 Thread Bian Frank
say it can't > read the ecj-4.5.jar file. > > Thank you Best Regards, Frank Bian

RE: AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-29 Thread Frank Taffelt
that was fast. thanks. Frank -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, June 29, 2016 3:41 PM To: Tomcat Users List Subject: Re: AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ? On 29/06/2016 09:49, Mark Thomas wrote

AW: wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-29 Thread Frank Taffelt
connector ? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frank, On 6/28/16 11:02 AM, Frank Taffelt wrote: > Calling the method request.getServerPort() returns 80 on http/2 > upgraded requests for the https connector. I would expect that this > method should return 443 in these calls. M

wrong request.getServerPort value reported on upgraded HTTP/2 connector ?

2016-06-28 Thread Frank Taffelt
is this a bug? so here is my config: Tomcat: 8.5.3 OS: Win7 (64bit) tcnative: 1.2.7 Java Version: 1.8.0_92-b14 parts from my server.xml: * active APR Listener * connector: Thanks, Frank

war exploded: Server is not connected. Deploy is not available.

2015-06-10 Thread Frank Bian
I’m using jdk1.7 + tomcat 7.0.59 + intellij IDEA 14.1 on mac pro . the error : Artifact ….. :war exploded: Server is not connected. Deploy is not available. Any solutions known to fix it ? It stops my work ... Best Regards, Frank Bian

war exploded: Server is not connected. Deploy is not available.

2015-06-08 Thread Frank Bian
, but I haven’t found the setEnv.bat/.sh ,the catalina.bat/.sh does not contain the settings like this : set JAVA_OPTS=-server -Xmx768m -XX:MaxPermSize=256M I just find below command : set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%” Any solution to help ? Best Regards, Frank Bian

Re: war exploded: Server is not connected. Deploy is not available.

2015-06-08 Thread Frank Bian
, Frank Bian On Jun 9, 2015, at 10:41 AM, Frank Bian frankb...@126.com wrote: Hi All, I got the same error : http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available http://stackoverflow.com/questions/20163910/tomcat-in-idea

RewriteCond

2015-05-30 Thread Frank Lehmann
? Regards Frank

RewriteCond

2015-05-26 Thread Frank Lehmann
is ignored ? Regards Frank - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RewriteCond

2015-05-25 Thread Frank Lehmann
Hi helpers, i want to rewrite my url when a mobile user reaches my homepage. I found this condition on the web after several searchings. But it will not work. All other condition also not working, i have tested many conditions. How can i rewrite a url when a mobile client is getting my

Unable to install tomcat on Window 7

2015-01-26 Thread Frank Lugalla
Hi Hi Guys I am trying to install Tomcat7 in my computer without success, I have tried to set up and go through every bit where it goes wrong as seen below without much success. After startup, the default web applications included with Tomcat will be available by visiting:

RE: Unable to install tomcat on Window 7

2015-01-26 Thread Frank Lugalla
Thanks, Frank Lugalla 314-212-27086 (office) 858-366-5733 (mobile) AMDOCS | EMBRACE CHALLENGE  EXPERIENCE SUCCESS -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 26, 2015 4:05 PM To: Tomcat Users List Subject: Re: Unable

Server Tomcat v7.0 Server at localhost failed to start.

2014-03-20 Thread Frank Lugalla
_JAVA_OPTIONS: -agentlib:C:\PROGRA~3\APPLIC~1\Aternity\hooks\JAVAHO~2 Thanks, Frank Lugalla 314-212-27086 (office) 858-366-5733 (mobile) AMDOCS | EMBRACE CHALLENGE EXPERIENCE SUCCESS This message and the information contained herein is proprietary and confidential and subject to the Amdocs

Could not publish server configuration for Tomcat v7.0 Server at localhost.

2014-03-03 Thread Frank Lugalla
, Frank Lugalla 314-212-27086 (office) 858-366-5733 (mobile) AMDOCS | EMBRACE CHALLENGE EXPERIENCE SUCCESS This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

RE: Could not publish server configuration for Tomcat v7.0 Server at localhost.

2014-03-03 Thread Frank Lugalla
Server at localhost. -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frank, On 3/3/14, 10:58 AM, Frank Lugalla wrote: Hi Guys Just started using Tomcat v7..deployed my application and I am getting this error when I try to run; Could not publish server configuration for Tomcat v7.0

Generate pkcs12 certificates from offical COMODO certs

2014-02-14 Thread BONNET, Frank
Hello I have officials certificates for apache2 from COMODO that I would like to import into tomcat ( pkcs12 ) if someone has links / infos to do this task it would be a great help ( google doesn't help much ) thanks you

Re: Generate pkcs12 certificates from offical COMODO certs

2014-02-14 Thread BONNET, Frank
I need to convert/import from PEM format to P12 thanks 2014-02-14 14:14 GMT+01:00 Sanaullah sanaulla...@gmail.com: Hi Frank, I am not expert with apache. can you please let me know which format of certificate you do have? pem, der, p12. and also in which format you would like

Re: Generate pkcs12 certificates from offical COMODO certs

2014-02-14 Thread BONNET, Frank
Hello Ognjen the intermediate cert in the one named chain right ? *Frank BONNET* Systemes UNIX et Reseaux ESIEE PARIS 01.45.92.66.17 - 06.70.37.37.69 2014-02-14 14:57 GMT+01:00 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com : Frank, On 14.2.2014 14:10, BONNET, Frank wrote: I have

Re: Generate pkcs12 certificates from offical COMODO certs

2014-02-14 Thread Frank BONNET
seems to work without it ! thanks Envoyé de mon iPhone. Le 14 févr. 2014 à 16:16, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com a écrit : Frank, On 14.2.2014 15:00, BONNET, Frank wrote: the intermediate cert in the one named chain right ? Yes, it is usually named that way. -Ognjen

Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Frank Lugalla
Hi All, I have a very simple question but seems I cant find this optiontried to google several times,!Can someone please tell me how to Start the Tomcat server in the server view and go to http://localhost:8080/? Thank you ~Frank This message and the information

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Frank Lugalla
).Hope this explain somehow -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, December 27, 2013 4:05 PM To: Tomcat Users List Subject: RE: Start the Tomcat server in the server view and go to http://localhost:8080/ From: Frank Lugalla

RE: Update the Tomcat JVM configuration

2013-12-09 Thread Frank Lugalla
...@yahoo.com] Sent: Friday, December 06, 2013 5:56 PM To: Tomcat Users List Subject: Re: Update the Tomcat JVM configuration On 12/6/2013 3:28 PM, Frank Lugalla wrote: Hello All, I am updating the Tomcat JVM configuration to enable java assertions as below: a. Once tomcat server is configured

Update the Tomcat JVM configuration

2013-12-06 Thread Frank Lugalla
or load main class -ea Please anybody who knows about this problem.?Thank you Frank This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

Re: Tomcat 6.0.33 trailing slash redirect looses jsessionid attribute

2013-07-15 Thread Frank Sommer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frank, On 7/12/13 5:52 AM, Frank Sommer wrote: Hello, I'm using URL rewriting and recently upgraded my tomcat version from 6.0.32 to 6.0.33. I figured out that since 6.0.33 the jsessionid attribute is omitted in the Location header

Tomcat 6.0.33 trailing slash redirect looses jsessionid attribute

2013-07-12 Thread Frank Sommer
the different behaviour regarding the redirect. Does anybody run into the same trouble and would you recommend to create a bug report respectively? Kind Regards, Frank Sample requests using curl: ## Tomcat 6.0.33 (the same with 6.0.33) without trailing slash -- Location Header does

Problem moving application to Tomcat 7.0.27

2012-05-07 Thread Frank Serkland
I am having a problem moving an application from Tomcat 6 to Tomcat 7.0.27.   Can anyone help me?  Here is my web.xml. ?xml version=1.0 encoding=UTF-8?web-app id=WebApp_ID version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2011-12-16 Thread Frank Zhang
Hi All: Our code is using apache dbcp library and mysql-connector as JDBC driver other than tomcat own tomcat-dbcp.jar. we always put mysql-connector at CATALINA_HOME/lib while put commons-dbcp-1.4.jar at CATALINA_HOME/webapps/client/WEB-INF/lib/. This worked fairly well in

Re: How to configure USE_SECURE_RANDOM_FOR_UUID?

2011-06-14 Thread franckie frank
...@apache.org On 13/06/2011 22:43, Christopher Schultz wrote: Frank, On 6/13/2011 11:46 AM, franckie frank wrote: I ve noticed that in Tomcat 7.0.14 s org.apache.catalina.tribes.io.ChannelData there is public static field 'public static volatile boolean USE_SECURE_RANDOM_FOR_UUID

How to configure USE_SECURE_RANDOM_FOR_UUID?

2011-06-13 Thread franckie frank
Hi, I’ve noticed that in Tomcat 7.0.14’s org.apache.catalina.tribes.io.ChannelData there is public static field 'public static volatile boolean USE_SECURE_RANDOM_FOR_UUID'. and it seems to be used only once in the same class. By default its value is false. Do you know if there is a way to

Re: tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)

2010-12-26 Thread Frank Even
On Thu, Dec 23, 2010 at 1:06 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: list...@elitists.org [mailto:list...@elitists.org] On Behalf Of Frank Even Subject: tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find) Now

tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)

2010-12-23 Thread Frank Even
-repository: error: Some detected jars were not found for this jvm what could have changed to have caused these issues?  Having trouble hunting this down.  Any help that could be provided would be sincerely appreciated. Thanks, Frank

class not found in tomcat's JARs (in $CATALINA_HOME/lib)

2010-12-07 Thread frank
Hi Experts: I have read class not found in FAQ and class loader howto of tomcat6, unfortunately, they don't resolve my problem. I set CATALINA_BASE and CATALINA_HOME to my directory like: CATALINA_BASE=/usr/share/mydir CATALINA_HOME=/usr/share/mydir then link subdirs

Re: Best practice for running Tomcat on port 80

2010-09-09 Thread Frank Tilugulilwa
to start Tomcat by using Tomcat5.sh just like you suggested but I have another issue, how do I start it at boot time just like when Tomcat was using port 8080. Many thanks! Jan There is a config file called server.xml which i think is responsible. - Frank TZ

Re: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-06 Thread Frank Burns
Fully understood -- and very clearly explained. Again, thanks Chuck. Cheers, Frank On Sun, Jun 6, 2010 at 3:25 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Frank Burns [mailto:francisbu...@gmail.com] Subject: Re: Web app using JDBCRealm runs on Tomcat 5.5.20

Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Frank Burns
\webapps\sfpfulladmin debug=0 Realm className=org.apache.catalina.realm.JDBCRealm driverName=com.mysql.jdbc.Driver connectionURL=jdbc:mysql:// 127.0.0.1:3306/ppadminsite connectionName=frank

Re: Web app using JDBCRealm runs on Tomcat 5.5.20 but will not run on Tomcat 6.0.26 ...

2010-06-05 Thread Frank Burns
the context in the server.xml was poor practice and that if you did so then you had to be careful. Can you tell me why that is? Thanks again. Frank On Sun, Jun 6, 2010 at 12:11 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Frank Burns [mailto:francisbu...@gmail.com] Subject

IIS -Tomcat Configuration Question

2010-04-21 Thread Frank Zappa
Hello, Our group is using IIS as a gateway server to Tomcat. (Unfortunately Apache can't be used for this project) Our system uses smart cards, so a pki certificate is passed from the browser to the gateway server. Does anyone know how to configure IIS to pass the user's certificate through

Missing events in Comet

2010-04-20 Thread Frank Lyaruu
of concise testing code. regards, Frank Lyaruu Dexels

Re: Missing events in Comet

2010-04-20 Thread Frank Lyaruu
Hi Andre, Thanks for your reply. Yes, it does. I am using a very basic java client (using a HttpURLConnection), and I tested it against a server socket, and I always get a final, empty chunk. regards Frank. ps. I am seeing this both on Tomcat 6.0.26 and Tomcat 7 trunk. 2010/4/20 André Warnier

Re: Blank page when native DLL used

2009-06-03 Thread Frank W. Zammetti
Hi Chuck, Nope, I just verified, I made no changes to server.xml at all... in fact, the only thing I did do was take all the preinstalled applications and remove them from webapps... I'd be surprised to learn it, but could that be the problem somehow? Thanks, Frank -- Frank W. Zammetti

Re: Blank page when native DLL used

2009-06-03 Thread Frank W. Zammetti
doing something stupid that I just can't catch). This is just for development so not a problem at all. If others see this though, maybe then it might be indicative of an actual problem. Take care, Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon

Re: Blank page when native DLL used

2009-05-26 Thread Frank W. Zammetti
with it, but you never know). Thanks, Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects with Java Technology

Blank page when native DLL used

2009-05-25 Thread Frank W. Zammetti
. Is this a known issue, or has anyone else seen this? It's not the end of the world or anything, I'm more curious than anything really. Thanks, Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects

Re: What is the difference?

2009-05-14 Thread Frank W. Zammetti
. Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects with Java Technology (For info: apress.com/book/search?searchterm

Re: job announcement - Software Architect

2009-03-21 Thread Frank W. Zammetti
to be done by then. By the way, tapid iterative development usually ends in one or more suicides, loss of staff to the local Wal-Mart or any version of Windows Vista. Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical

Re: job announcement - Software Architect

2009-03-21 Thread Frank W. Zammetti
Err, that's Rapid or course dunno what tapid is :) -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects with Java

Re: Record and simulate a web app

2009-02-18 Thread Frank W. Zammetti
/javawebparts/misc/package-summary.html I think that'll pretty much do as suggested. Frank -- Frank W. Zammetti Author of Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology (For info

RE: accepting requests from outside the host?

2009-02-13 Thread Frank D. Greco
it to the ipaddr of the box (OpenSolaris btw), but I'm not sure how to do that. Frank Can someone pls point me in the right direction on how to configure tomcat to accept browser requests from outside the box? No configuration necessary - unless you changed something in server.xml, To= mcat binds

RE: accepting requests from outside the host?

2009-02-13 Thread Frank D. Greco
I set the Connector port to 8080, I got in. Thanks for your help Chuck! I owe you one. Frank G. -- +==+ | Crossroads Technologies Inc. | | www.CrossroadsTech dot com | | fgreco at REMOVEtheX

accepting requests from outside the host?

2009-02-12 Thread Frank D. Greco
pls point me in the right direction on how to configure tomcat to accept browser requests from outside the box? There probably needs to be something set in server.xml, but I can't seem to find that info. Thanks, Frank G. -- +==+ | Crossroads

Re: Redeploy leaks

2009-01-06 Thread Frank Castellucci
Yes, you should be cooked, sauted and broiled on an open flame grin. http://community.eapps.com/showthread.php?t=153 Take a look, maybe useful On Tue, Jan 6, 2009 at 9:34 AM, Mark Hagger mark.hag...@m-spatial.comwrote: On Sat, 2009-01-03 at 14:30 -0500, Cosio, Raul wrote: Memory leak is an

Re: Help With Deployment

2008-12-31 Thread Frank Castellucci
changes to some different user like tomcat. On Dec 30, 2008, at 6:49 PM, Frank Castellucci wrote: I am on Linux I am logged in as the user that runs the build script. tomcat-users.xml contains the user that has manager as a role. Frank On Tue, Dec 30, 2008 at 8:52 AM, Yassine yassine.elas

Help With Deployment

2008-12-30 Thread Frank Castellucci
I am getting a access denied file IO exception when attempting to deploy a WAR file from an Ant script, using the address file://home/builder//filename.war And the Tomcat Manager user-id and password. Tomcat : 6.0.18 Thanks, Frank

Re: Help With Deployment

2008-12-30 Thread Frank Castellucci
I am on Linux I am logged in as the user that runs the build script. tomcat-users.xml contains the user that has manager as a role. Frank On Tue, Dec 30, 2008 at 8:52 AM, Yassine yassine.elas...@gmail.com wrote: This seem to be a security restriction from your operating system, double check

Re: JPA/Hibernate persistence and MySQL connection timeout

2008-12-30 Thread Frank Castellucci
Try adding this to your persistence.xml: property name=hibernate.c3p0.acquire_increment value=3 / property name=hibernate.c3p0.idle_test_period value=14400 / property name=hibernate.c3p0.timeout value=25200 / property

configure the Heap Size

2008-10-27 Thread Frank Uccello
Is it possible to set the Heap size in the server.xml file and if so what the syntax

naroow down my issue

2008-10-20 Thread Frank Uccello
Specs: Tomcat5.5, java 1.5, windows 2003 sp2 I still having an issue with connecting to my tomcat via iss (it connect to localhost:8060/IT/servlet but not localhost/IT/servlet After much digging and I maybe incorrect here but I think it has to with my server.xml file The basic error log now

INFO: Retrying request

2008-10-17 Thread Frank Uccello
I have Windows 2003 SP2, tom cat 5.5 , jave 1.5 box I can reach my tomcat app using localhost:8050/IT/servlet but not localhost/IT/servlet I was getting an http error Http error 404 - File or directory localhost/IT/servlet on web page of not found I took a closer look at the tomcat logs and

RE: INFO: Retrying request

2008-10-17 Thread Frank Uccello
what else you may need Thanks -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 10:37 AM To: Tomcat Users List Subject: RE: INFO: Retrying request frank- do you have any relevant entries in iptables? do you have redirectPort

RE: tom cat error

2008-10-16 Thread Frank Uccello
It seem it to be a port issue not sure why I had at 9057 and it did not work when I changed to 8057 it works Thanks -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 9:47 AM To: Tomcat Users List Subject: Re: tom cat error Frank Uccello wrote

tom cat error

2008-10-16 Thread Frank Uccello
-2 wrote: That all it states or could you provide a little more context? Also the usual stuff everyone forgets: OS, tomcat version, java version, relevant configs, etc., ... --David Frank Uccello wrote: I have my tomcat start and everything look fine but I can not reach localhost

I/O exception

2008-10-16 Thread Frank Uccello
I have Windows 2003 SP2, tom cat 5.5 , jave 1.5 box and I get the tomcat error of INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect Anyone see this before I try Google it but could come up with an answer Thanks

tomcat as services

2008-10-15 Thread Frank Uccello
the tomcat error I get is as follows: [2008-10-15 09:33:59] [420 prunsrv.c] [error] The system cannot find the file specified. [2008-10-15 09:33:59] [1327 prunsrv.c] [error] Load configuration failed I think it's the parmaters can some tell mewhat the correct parmeters should be Thanks Frank

RE: tomcat as services

2008-10-15 Thread Frank Uccello
, October 15, 2008 10:29 AM To: Tomcat Users List Subject: RE: tomcat as services From: Frank Uccello [mailto:[EMAIL PROTECTED] Subject: tomcat as services First I copy an existing tomcat.exe and rename to Tomcat-ItActionSystem.exe tomcat5 //IS//TomcatItActionSystems --DisplayName=Tomcat

RE: tomcat as services

2008-10-15 Thread Frank Uccello
Never mind I found it thanks I go to try it -Original Message- From: Frank Uccello Sent: Wednesday, October 15, 2008 10:52 AM To: 'Tomcat Users List' Subject: RE: tomcat as services Ok this maybe a stupid question to ask but where do I download the service.bat file I only asked due

RE: tomcat as services

2008-10-15 Thread Frank Uccello
15, 2008 11:27 AM To: Tomcat Users List Subject: RE: tomcat as services From: Frank Uccello [mailto:[EMAIL PROTECTED] Subject: RE: tomcat as services Ok this maybe a stupid question to ask but where do I download the service.bat file Repeating what I already said (emphasis added): Rather

RE: tomcat as services

2008-10-15 Thread Frank Uccello
: RE: tomcat as services From: Frank Uccello [mailto:[EMAIL PROTECTED] Subject: RE: tomcat as services It gives me a window error nonalpah45 only option is click ok Once click ok Failed installing 'tomcat-ItActionSystem' service The error message is self-explanatory: you have a non-alphabetic

RE: tomcat as services

2008-10-15 Thread Frank Uccello
I had change the batch file but I got the service to work thanks -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 12:12 PM To: Tomcat Users List Subject: RE: tomcat as services From: Frank Uccello [mailto:[EMAIL PROTECTED

tomcat error

2008-10-15 Thread Frank Uccello
I have my tomcat start and everything look fine but I can not reach localhost:8057/it/servlet The tomcat log states SEVERE: Invalid message received with signature 18245 Any see this before I can not seem to find anything via google

  1   2   3   >