RE: Can't access servlet 404 advise requested

2024-10-18 Thread Frank Myers
jakartaee/web-app_5_0.xsd"; id="WebApp_ID" version="5.0"> WHMerge WHMerge com.ibm.wca4z.webhooks.WHMerge With kindest regards, Frank Myers From: Christopher Schultz Sent: Friday, October 18, 2024 11:53 AM To: users@tomcat.ap

RE: Can't access servlet 404 advise requested

2024-10-17 Thread Frank Myers
80-exec-30] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [5.0]. Default version will be used. 17-Oct-2024 13:57:11.527 INFO [http-nio-8080-exec-30] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/WHMerge] is completed Is this a problem? With kindest regards, Frank Myers (he

RE: Can't access servlet 404 advise requested

2024-10-17 Thread Frank Myers
Holger, I implemented both dopost and doget. Both write contain a write to log. Neither seem to execute. With kindest regards, Frank With kindest regards, Franklin Myers Developer ZAPM Software Development SWG - IBM 614-284-2151 From: Holger Klawitter Sent

Can't access servlet 404 advise requested

2024-10-16 Thread Frank Myers
Hi all, I'm running Tomcat9 on Ubuntu. I copied a servlet war (a webhook) file which was automatically deployed in my webapps directory. Using the "Tomcat Web Application Manager" I see my servlet path and display name listed. When I click on the path I get the "HTTP Status 404 – Not Found" and

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: //local

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 --add-opens=java.base/java.util.

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, bu

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? h

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 applic

Re: tomcat7 does not log x-forwarded-for

2020-04-12 Thread Frank Tornack
s position. 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

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

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

tomcat7 does not log x-forwarded-for

2020-03-30 Thread Frank Tornack
d not the IP 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:

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 stopp

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
t's 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, > > O

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
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 tomcat ver

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
a production environment. ## Tomcat-users.xml Server.xml cheers, jon frank middleware infrastructure w: 651-662-8216h: 952-226-3059c: 612-715-6522route: m125cube

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
); newks.setKeyEntry(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-03 Thread Frank Taffelt
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-02 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 keysto

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 th

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-25 Thread Frank Taffelt
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
Config 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+0

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 sun.reflect.NativeMethodAccessorImpl.inv

Re: Introdution

2016-07-04 Thread Bian Frank
ed it. I installed the ant 1.9.7 and clone the > project from the svn repository accoring to the Building Tomcat page. Now I > am stuck with building. The downloaded lib giving error ecj-4.5.jar can't > compile and when I try to develop it with eclipse, eclipse say it can't > r

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-28 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
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

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

2015-06-08 Thread Frank Bian
Best Regards, Frank Bian > On Jun 9, 2015, at 10:41 AM, Frank Bian 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/q

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

2015-06-08 Thread Frank Bian
d I follow the answer said , 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

RewriteCond

2015-05-30 Thread Frank Lehmann
Hi Dan, First, please don't top post. -- Don't know what you mean, i am at qnalist.com and pushed the button "reply to:" Reply inline like this or at the bottom. -- See above. Second, what is the mistake you're referring to? -- I explained, that the words, which are in the condpattern valvue d

RewriteCond

2015-05-26 Thread Frank Lehmann
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 homepag

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 to

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:

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

2014-03-20 Thread Frank Lugalla
va:303) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431) Picked up _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 t

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 f

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

2014-03-03 Thread Frank Lugalla
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 policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

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 a écrit : > Frank, > > On 14.2.2014 15:00, BONNET, Frank wrote: >> the intermediate cert in the one named "chain" right ? > > Yes, it is usua

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 : > Frank, > > > On 14.2.2014 14:10, BONNET, Frank wrote:

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 : > 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 to con

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: 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 Luga

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: Update the Tomcat JVM configuration

2013-12-09 Thread Frank Lugalla
_toas...@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. O

Update the Tomcat JVM configuration

2013-12-06 Thread Frank Lugalla
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.3

Tomcat 6.0.33 trailing slash redirect looses jsessionid attribute

2013-07-12 Thread Frank Sommer
ange caused 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 -- Locat

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. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/we

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 tomcat

Re: How to configure USE_SECURE_RANDOM_FOR_UUID?

2011-06-14 Thread franckie frank
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 > > > >> 

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 c

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 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)

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

2010-12-23 Thread Frank Even
ebuild-jar-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. Tha

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
jsvc binary. > > > > > > p > > > Hi Pid, > > I was able 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! > >

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

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
that specifying 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 Burn

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
t log INFO: SessionListener: contextInitialized() Any ideas? Thanks, Frank

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 I

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

Missing events in Comet

2010-04-19 Thread Frank Lyaruu
supply all sorts of concise testing code. regards, Frank Lyaruu Dexels

Re: Blank page when native DLL used

2009-06-03 Thread Frank W. Zammetti
something on my machine (or me 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

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. Zam

Re: Blank page when native DLL used

2009-05-26 Thread Frank W. Zammetti
ts running 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 Proj

Blank page when native DLL used

2009-05-25 Thread Frank W. Zammetti
ing works fine. 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

Re: What is the difference?

2009-05-14 Thread Frank W. Zammetti
u see. 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 J

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, DO

Re: job announcement - Software Architect

2009-03-21 Thread Frank W. Zammetti
riginal three fluid columns. The next demo is at 1:30 so it has 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 "P

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 A

RE: accepting requests from outside the host?

2009-02-13 Thread Frank D. Greco
. Once 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 REMOVEth

RE: accepting requests from outside the host?

2009-02-13 Thread Frank D. Greco
o 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

accepting requests from outside the host?

2009-02-12 Thread Frank D. Greco
. Can someone 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. -- +

Re: Redeploy leaks

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

Re: Help With Deployment

2008-12-31 Thread Frank Castellucci
g > for tomcat 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 &q

Re: JPA/Hibernate persistence and MySQL connection timeout

2008-12-30 Thread Frank Castellucci
Try adding this to your persistence.xml: On Tue, Dec 30, 2008 at 8:05 AM, tarakarajendra prasad < rajendr...@yahoo.co.uk> wrote: > Hello Kees De Kooter, > > Please Mention the query and hibernate.cfg.x

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 wrote: > This seem to be a security restriction from your operating system, > double check that

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

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 t

RE: INFO: Retrying request

2008-10-17 Thread Frank Uccello
\ Let me know 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

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 the

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

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 ever

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

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 PROTEC

RE: tomcat as services

2008-10-15 Thread Frank Uccello
t Users List Subject: 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 erro

  1   2   3   >