Re: manager webapp absent after installation

2006-03-25 Thread Alex Turner
It's in the server/webapps/ directory instead of directly in the webapps directory Alex On 3/25/06, Alexander Nakhimovsky <[EMAIL PROTECTED]> wrote: > > I've run Windows installer, apache-tomcat-5.5.16.exe. It has worked in > the sense that Tomcat is running as a serv

Tomcat runs slow on linux

2006-03-27 Thread Alex Jalali
Hi, I upgraded tomcat to 5.5 and also jdk to 1.5 and after making changes to my app everything was great (on my local machine) which is a windows XP. But after setup on the server it runs sooo slow. I still have the older tomcat running another application and that one is fine. Both of these tomc

Re: can't access database after timcat idle for several hours

2006-04-28 Thread ALEX HYDE
Are they on the same machine? If not it could be a firewall issue? It could be alot of things but that's a start. --- james edwards <[EMAIL PROTECTED]> wrote: > I am running 3 servers; Apache, Tomcat (5.5.16, java > version "1.5.0_06", > Informix JDBC-1.3.00.JC3) and Informix (7.31.UD2). > After

Re: can't access database after timcat idle for several hours

2006-04-28 Thread ALEX HYDE
'If' your web srver is firewalled off from your database server and 'if' it turns out that the firewall is timing out your connections at a TCP/IP level, then the Proxool pool could be useful. Gluck --- james edwards <[EMAIL PROTECTED]> wrote: > Opps, sorry I forgot to mention that I am running

JDBCRealm new user automatic authentication

2006-05-29 Thread Alex Michael
that point or whether anyone had a better suggestion for an already configured user manager. My data is stored in a MySQL database and any solution would require authentication by verifying information in the database. I appreciate any info you can provide. Thanks!! Alex Michael p.s. - I am

Problem with tag library calling

2006-06-12 Thread Alex Turner
(jsp comment <%--) the code runs fine. Anyone come across anything like this, cos I'm fresh out of ideas? (I have deleted the work directory, restarted the server, re-copied all the application code into the webapps directory to ensure that there can't be any old code lying around). Alex.

Re: Problem with tag library calling

2006-06-12 Thread Alex Turner
elect_0.setFoo(([ Ljava.lang.String ;)org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager([ Ljava.lang.String;.class, "foo", "Selling,Refinancing")); got a couple of syntax errors? Alex On 6/12/06, Alex Turner <[EMAIL PROTECTED]> wrote: I have the following lines in my source file: <%@ taglib pr

Re: Problem with tag library calling

2006-06-13 Thread Alex Turner
This is still an issue - I'm trying to get a client to live... This syntax error really doesn't help me actualy fix the problem Please help somebody... This is a disaster right now. Alex. On 6/12/06, Alex Turner <[EMAIL PROTECTED]> wrote: It looks like it's gen

Security restriction

2006-11-23 Thread Alex Korneyev
Hello, i have a quick question. if i wanted to restrict what directories tomcat server sees or if i want to prevent someone running System.exec( "delete everything!!!" ) where would i start? -- Best regards, Alexmailto:[EMAIL

3GP and MPEG-4

2005-10-13 Thread ALEX HYDE
Dear All, Please can someone tell me whether I can configure Tomcat to serve 3GP and MPEG-4 for mobile devices. And possibly a small explanation. Thanks very much. Regards Alex Hyde ___ To help you stay safe and secure

Re: 3GP and MPEG-4

2005-10-13 Thread ALEX HYDE
> video/3gpp > video/3gpp2 > > The video ones are probably the ones to go for. > The 3gpp and mp4 file formats use a box model. > The metadata boxes of which tells the browser > (phone) what is really in > the file. > > HTH, > > Jon > > ALEX HYDE wrot

Re: 3GP and MPEG-4

2005-10-13 Thread ALEX HYDE
Hahaha. Cheers for that then. --- Jon Wingfield <[EMAIL PROTECTED]> wrote: > To simply serve the content, no. > I needed to know about it so I could extract the > metadata, and because I > felt the need to know - must get out more ;) > > Jon > > ALEX HYDE wrote:

Multi-part response

2005-10-18 Thread ALEX HYDE
n one mulit-part response? Thanks alot Alex ___ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yaho

Re: Multi-part response

2005-10-18 Thread ALEX HYDE
e them all out to a single response and still stay within a tidy framework like Struts? --- David Delbecq <[EMAIL PROTECTED]> wrote: > If you want to alter the response of a servlet (like > struts servlet), a > ServletFilter is > a good choice. > > ALEX HYDE a écrit : >

Re: Multi-part response

2005-10-18 Thread ALEX HYDE
t sure of what you mean, and am not sure > browser accept multi-part response that way, but i > dont know > http protocol enough. Could you provide an example > http > response you would like to get?? > > Anyway, struts in itself is not extensible that way. > > > ALEX

RE: Multi-part response

2005-10-18 Thread ALEX HYDE
s parsed the HTML it doesn't > know it wants the > images. Will trying to give them to it anyway > actually work? Or will > it just say "what the hell are these images, I > haven't asked for them. > I'll just ignore them"? > > > -Original

allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-13 Thread Alex Mestiashvili
HI ALL . I have basic authentication for my tomcat application . Now I want , allow access without authentication to this app from several ip ranges , but leave auth from any other hosts . I did not find any solution in google Is it possible ? tomcat version is 6.0.16 Thanks in advance . --

Re: allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-16 Thread Alex Mestiashvili
Johnny Kewl wrote: - Original Message - From: "Alex Mestiashvili" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 9:56 PM Subject: allow access without auth to app from several ip ranges , but leave auth from any other hosts HI ALL . I have basic authenticati

Re: Restart TC with cron/sh

2008-07-08 Thread Alex Mestiashvili
Piller Sébastien wrote: Hello, I have my application in production for a month now. I've some problem of memory leak that force me to restart TC each few days. I'm trying to automate this operation with a cron that runs a *.sh file. But I don't know how what to write in it. Actually, I've thi

Re: Running CGI (Perl) => Can't load module DBI

2008-07-08 Thread Alex Mestiashvili
Joris Kimpe wrote: Hi all, don't know if this is the correct place, but here it goes... I've created a cgi script (perl) which need to run in Tomcat 5.5. But when I try to connect to our database, the error I get is: install_driver(DB2) failed: Can't load 'w:/win32/install/core/CO_PERL/site/l

Re: How to Set up Role in Tomcat

2008-07-15 Thread Alex Mestiashvili
Guojun Zhu wrote: Hi, We are using Tomcat 5.5 in a linux box. And I am trying to set up the Realm security for our webapp. I only want a password and username challenge for this webapp only. So I guess I need to set up a role corresponding to it directly. I look around and did not find much

Re: FW: Rotate stdout_xxx.log without Restart Tomcat

2008-07-21 Thread Alex Mestiashvili
Alexander Diedler wrote: Has nobody any idea about rotating Tomcat logfiles?? Alex -Original Message- From: Alexander Diedler [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 9:24 AM To: users@tomcat.apache.org Subject: Rotate stdout_xxx.log without Restart Tomcat Hello, It is

Re: How to restrict access to tomcat manager to specific hosts?

2008-07-31 Thread Alex Mestiashvili
Nar Karapetyan wrote: Hi, I need to allow access to tomcat manager (http://:/manager/html) only to the localhost using Tomcat's means. Inspecting the request for the IP, and blocking a non-localhost ip is not accepted as per the requirement I have. How can I do that? I have tried to add th

Re: problem with tomcat-native 1.1.10 and tomcat 6.0.14

2008-07-31 Thread Alex Mestiashvili
ne_fat_s wrote: I have the same problem, but with tomcat 6.0.16 and tomcat-native 1.1.14. I installed the libapr1, libapr1-dev, libssl, libssl-dev packages from ubuntu hardy heron, and there were no problems when building the native library. I added export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: to bi

Re: SSL on TOMCAT with keytool

2008-08-27 Thread Alex Mestiashvili
ost 5 hours to solve this problem, could you please assist me . Thanks a lot Alex AFAIK java uses DER format for keystore so , you have to convert .pem to .der openssl x509 -in cacert.pem -inform PEM -out cacert.der -outform DER keytool -import -alias tomcat -keystore /usr/java/jdk1.6.0

Re: Securing Tomcat: HELP

2008-08-28 Thread Alex Mestiashvili
] For additional commands, e-mail: [EMAIL PROTECTED] Hi , $CATALINA_HOME/conf/Catalina/localhost/manager.xml cat manager.xml allow="127.0.0.1,192.168.1.107"/> Alex - To start a new topic,

Re: Securing Tomcat: HELP

2008-08-29 Thread Alex Mestiashvili
losintikfos wrote: Hi Alex, I can't locate directory catalina in conf. I am using tomcat 6.0.18, is it something i should see? B Hi , just create this dirs , and put there manager.xml file later you can add other files for another applications . I am not tomcat guru , but

Re: Securing Tomcat: HELP

2008-08-29 Thread Alex Mestiashvili
losintikfos wrote: I have done as said and restarted the server but still wont work for me! :-((. and what do you have in logs/catalina.out ? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

version 5.5 vs 6.0

2008-08-29 Thread Alex Howansky
f the subordinate packages/libraries that you've chosen specifically require 5.5, is there any reason not to choose 6.0? I've been so far unable to find any compelling arguments for either case. Thanks for your time, -- Alex Howansky Director of IT Birdview Technologies smime.p7s Desc

Re: add memory

2008-09-16 Thread Alex Mestiashvili
Caldarale, Charles R wrote: From: Alex Mestiashvili [mailto:[EMAIL PROTECTED] Subject: Re: add memory export JAVA_OPTS=" -XX:MaxPermSize=256m -Xmx12000m " Do you really have enough RAM on your server to make a 12 GB heap viable? - Chuck THIS COMMUNICATION MAY CONTAIN CONFID

Re: Tomcat with LDAP - admin part authentication

2008-09-26 Thread Alex Mestiashvili
nager uniqueMember: uid=tomcat,ou=People,dc=project uniqueMember: uid=tommy,ou=People,dc=project #cat tomcatgroups.ldif dn: ou=tomcatgroups,dc=project objectClass: organizationalUnit ou: tomcatgroups something like this http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm

tomcat 5/6 jni memory issues

2007-05-01 Thread Alex Colomb
aising the load, and eventually crashing. I'm not sure what information is pertinent, but this is our setup: Java 1.5.0.09 Tomcat 5.5.9 and 6.0.10 Fedora Core 4 glibc 2.3.6 Any guidance/suggestions would be greatly appreciated. Alex Colomb

Re: mod_jk for OS X PPC

2007-10-30 Thread Alex Fuller
r/sbin/apxs make sudo make install (assuming you're not compiling as root, if you are, you won't need the sudo at the end) Hope that helps! Alex -- View this message in context: http://www.nabble.com/mod_jk-for-OS-X-PPC

Re: mod_jk for OS X PPC

2007-10-30 Thread Alex Fuller
Richard Doust wrote: > > Alex, > Before I do this, I was just hoping for a quick confirmation from you > that 'x86_64' is the correct value when it's a PowerPC architecture. > Thanks, > Richard > Hi, Sorry I was thinking Intel Mac Pro. If you'

Re: mod_jk for OS X PPC

2007-10-30 Thread Alex Fuller
Alex Fuller wrote: > > > it should come back with (for a G5): > > /usr/libexec/apache2/mod_alias.so (for architecture ppc64): Mach-O 64-bit > bundle ppc64 > > Whereas I suspect on the one you're currently building you'd get: > > /usr/libexec/apache

Re: mod_jk for OS X PPC

2007-10-30 Thread Alex Fuller
damental problem is the same (32-bit code being built for a 64-bit application) but the architecture flag is different. For the many G5 Mac Pro & iMac users out there with the same problem, the instructions above will work as long as instead of -arch x86_64 you use -arch pc64 Alex -- View thi

Question about multiple SSL at same machine

2007-11-29 Thread Alex Florentino
ke it... because, my windows server be behind of router and then really my windows server have only internal ip. suggestion about how I should approach this problem ? thanks a lot. Alex

Re: Question about multiple SSL at same machine

2007-12-06 Thread Alex Florentino
know how setup another ip. some suggestion ? thanks. On Nov 29, 2007 9:56 PM, Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Alex Florentino [mailto:[EMAIL PROTECTED] > > I have windows colocation and have one site that have ssl and > > it works fine, > > no

RemoteHostValve config problem

2008-01-09 Thread Alex Jacoby
ed Jan 9, 2008 9:40:35 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/SumProgAdmin] startup failed due to previous errors Thanks for any ideas, Alex -- View this message in context: http://www.nabble.com/RemoteHostValve-config-problem-tp14714628p14714628.html Sent from the Tomcat - User mailing l

Re: RemoteHostValve config problem

2008-01-09 Thread Alex Jacoby
Solved: A coworker spotted the problem: I wrote "classname" instead of "className" (camelCase). Alex Alex Jacoby wrote: > > My RemoteHostValve config is causing a NPE when my app deploys, and I > can't figure out why. It seems to be that the clas

tomcat 6 upgrade problems.

2007-07-13 Thread Alex Jalali
Hello, I've upgraded from tomcat 5.5 to 6. There are some problems that I need help. 1. I compiled the native .libs and added it to catalina. the startup indicated no errors and loaded with Apr. but looking at the cpu usage it was taking 99% of it. even though there was no errors and the webapp w

tomcat embedded 5.5 localhost alias

2007-08-21 Thread Alex Cheung
Hi I am using tomcat embedded 5.5 to demo a web application on cd. I can't figure out how to change the URL string fromhttp://localhost:8080/. to http://myHost:8080/.. addAlias and setHostName dont seem to work. following are my host creation code: // set Engine properties

RE: OT tomcat embedded 5.5 localhost alias

2007-08-21 Thread Alex Cheung
That explains things quite clearly thanks for the quick reply :) cheers Alex > From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: OT tomcat > embedded 5.5 localhost alias> Date: Tue, 21 Aug 2007 21:38:13 -0400> > It has > nothing to with Tomc

How to control encoding of response.sendRedirect? (Tomcat 5.5.17)

2007-09-21 Thread Alex Funk
coding, so that's what I want also from my redirect URLs. Is there a way to let the redirect URL be encoded in an other encoding or should the URL be always encoded with java.net.URLEncoder before calling 'sendRedirect'? I'm searched the servlet spec and the web, but am still c

Re: How to control encoding of response.sendRedirect? (Tomcat 5.5.17)

2007-09-23 Thread Alex Funk
URL-parameters, like the name PARAMETER_ENCODING suggests or also on the path of the URL that may contain the UTF-8 characters in my case. Best regards, Alex - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Hard problem with tomcat 4.1 and jwsdp-1.3

2008-02-18 Thread Alex Florentino
Hi all, I installed java jdk 1.4, tomcat 4.1 and jwsdp-1.3, it are configured and is working ok. I create a servlet that handle SOAP messages, but it have strange result. see my codes... *base servlet class* package test; import java.io.IOException; import java.io.OutputStream; import java.ut

Tuning Tomcat in Open VMS

2008-02-28 Thread Alex Chelminsky
I have a tuning question for Tomcat 55 under Open VMS: should Java and tomcat be installed on a system device or with other user applications? Thank you, Alex Alex Chelminsky [EMAIL PROTECTED] 781-290-1620 (office) 617-650-5453 (cell) 781-890-1208 (fax) CSC Consulting, Inc. Registered Office

Tomcat under OpenVMS

2008-03-05 Thread Alex Chelminsky
Does anyone know about recommended configurations for file I/O in Open VMS? I'm having serious performance issues when parsing a file which takes 1/10th the time under Linux. Thank you, Alex Alex Chelminsky [EMAIL PROTECTED] 781-290-1620 (office) 617-650-5453 (cell) 781-890-1208 (fax)

Tomcat deploys 2 instances of an app mapped to "/"

2008-03-30 Thread Alex Epshteyn
Context configuration elements that would prevent the "/foo/" app from automatically starting on server start without also preventing the "/" app from being started. I'm using Tomcat 5.5.26 on Linux. Thanks, Alex ---

Large HTML file not getting compressed despite compression enabled

2008-03-30 Thread Alex Epshteyn
Encodinggzip VaryAccept-Encoding DateSun, 30 Mar 2008 20:44:14 GMT I don't see any relevant errors in my log files. I'm using Tomcat 5.5.26 on Linux. As a strange twist, the file does get compressed properly with Tomcat 5.5.26 on Windows. Any i

Re: Tomcat deploys 2 instances of an app mapped to "/"

2008-03-30 Thread Alex Epshteyn
attributes that are particular to my app and aren't relevant to this thread). Thanks! Alex Chris wrote: >In Tomcat 5.5, it is recommended to use context.xml files in WAR files >(or exploded WAR files in directories) placed directly into the Engine's >"appBase" dire

Can a Filter know that a connection timeout has occurred?

2008-03-31 Thread Alex Epshteyn
there any way for my filter to know that a connection has timed out, so I can exclude these requests from my timing statistics? I haven't been able to find much info about how this is implemented. Thanks, Alex -- View this message in context: http://www.nabble.com/Can-a-Filter-know-th

Re: Large HTML file not getting compressed despite compression enabled

2008-04-01 Thread Alex Epshteyn
Does anyone know what might be happening here? This is a pretty strange problem... Thanks for your time, Alex Alex Epshteyn wrote: > > I have Tomcat's compression enabled: > > maxThreads="200" minSpareThreads="25" maxSpareThreads="

Re: Large HTML file not getting compressed despite compression enabled

2008-04-17 Thread Alex Epshteyn
3) filename too long. That's pretty much it. I don't think it's the contents inside the file - I've gone through several incarnations of these (they are generated by my compiler), and not a single one has successfully gotten gzipped. Thanks again for your time, Alex Alex Epsh

Re: Large HTML file not getting compressed despite compression enabled

2008-04-17 Thread Alex Epshteyn
bound? Thanks, Alex Alex Epshteyn wrote: > > I finally had some time to try to track down this problem further. I set > the log levels to ALL, but still nothing useful showing up. However, I > found a curious thing in my access log. Consider this snippet: > > 76.19.64.19 -

Re: Large HTML file not getting compressed despite compression enabled

2008-04-18 Thread Alex Epshteyn
Okay, here's the bug: org.apache.coyote.http11.Http11AprProcessor:1504: response.getContentLengthLong() returns 4, instead of the true file size, making it appear lower than the minimum compression threshold. Alex Epshteyn wrote: > > Turned out it was the file size. If I

RE: Large HTML file not getting compressed despite compressionenabled

2008-04-19 Thread Alex Epshteyn
I thought about trying without APR, but wasn't sure how to disable it (on Linux). Anyways, I've worked around this problem by implementing my own filter that serves up a pre-gzipped version of the files that aren't getting compressed. Alex Caldarale, Charles R wrote: &

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2008-04-28 Thread Alex Jacoby
Similar problem here - only seeing it with Safari, only going through apache, only on the first try (canceling upload and trying again always works). Any solutions yet? tomcat 5.5.26, apache 2.2.6 Thanks, Alex ps- I did a tomcat thread dump when it hung. Here's where it appears to be

Re: Data lost on response in 6.0.16, works fine in 6.0.14

2008-05-21 Thread Alex Barclay
nectors are you using? Are you writing the file or using "sendfile" from the connector? Thanks Alex. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat Comet Question

2008-05-27 Thread Alex Barclay
ers [false], random [true]. May 23, 2008 3:41:28 PM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Note that I initialized an Http11AprProtocol, you initialized a regular Http11Protocol. Did you explicitly define this in th

NullPointerExceptions on startup with NIO connector

2008-10-28 Thread Alex Talis
Hi,   My Tomcat 6.0.18 throws NPEs if there are incoming connections to an NIO connector before the connector had a chance to initialize.  The behavior that I would expect is for Tomcat to simply refuse incoming connections until the connector is ready.   I found a similar post on this mailing l

Re: NullPointerExceptions on startup with NIO connector

2008-10-29 Thread Alex Talis
nector thanks for the report, looks  it was fixed in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?view=diff&r1=618058&r2=618059 I just forgot to backport it Filip Alex Talis wrote: > Hi, >  > My Tomcat 6.0.18 throws NPE

hard-to-reproduce startup error with session-config

2009-02-20 Thread Alex Mosolov
pens often enough that it's an issue. I've tried googling the problem and searching through mailing lists but it looks like I'm the only one having the problem. Do you guys have any idea what might be going on? Any insight would

RE: hard-to-reproduce startup error with session-config

2009-02-20 Thread Alex Mosolov
Users List Subject: RE: hard-to-reproduce startup error with session-config > From: Alex Mosolov [mailto:alex.moso...@hillcrestlabs.com] > Subject: hard-to-reproduce startup error with session-config > > It seems to happen on a fresh install of tomcat A real Tomcat, or a 3rd-party repack

RE: hard-to-reproduce startup error with session-config

2009-02-20 Thread Alex Mosolov
l if it helps. Thank you for looking at it. Alex -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, February 20, 2009 1:58 PM To: Tomcat Users List Subject: RE: hard-to-reproduce startup error with session-config > From: Al

Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread Alex Mestiashvili
ot;on" SSLRandomSeed="/dev/urandom"/ SSLEngine="on" SSLRandomSeed="/dev/urandom"/> for older versions I had RANDFILE="/opt/tomcat/.rnd" export RANDFILE in the startup.sh script , and rand file was generated by /usr/bin/openssl rand -out $CATAL

Re: Memory Question

2009-05-04 Thread Alex Mestiashvili
. Thanks, Matt Hi , there is munin plugin which does exactly that . munin also saves data in rrd database and draws nice graphics . here is the script , it just parses status page . http://munin.projects.linpro.no/browser/branches/debian/lenny/trunk/debian/patches/110-node.d-tomcat_jvm.patch Alex

Question about Tomcat Windows service configuration

2011-12-31 Thread Naveen Alex
understand why it works for standalone or not as a windows service. Thanks and regards, Naveen Alex

Re: Question about Tomcat Windows service configuration

2011-12-31 Thread Naveen Alex
, Naveen Alex On Sat, Dec 31, 2011 at 4:44 AM, Konstantin Kolinko wrote: > 2011/12/31 Naveen Alex : > > Hi, > > > > I am stuck with an issue on Tomcat 6.x version. > > > > I have two folder under /webapps/ folder called "appstore" and > > 'sta

Re: Question about Tomcat Windows service configuration

2011-12-31 Thread Naveen Alex
Hi chuck, Its on the system d drive itself. On Saturday, December 31, 2011, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: >> From: Naveen Alex [mailto:naveen.a...@gmail.com] >> Subject: Re: Question about Tomcat Windows service configuration > >> I have t

logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Alex Hooper
r, and yet it still doesn't work. I'm about to start tearing my hair out. Does anyone have any ideas? Cheers, Alex. -- Alex Hooper Operations Team Leader, BMJ Group, BMA House, London WC1H 9JR Tel: +44 (0) 20 7383 6049 http://group.bmj.com/ ___

Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Alex Hooper
Caldarale, Charles R uttered: From: Alex Hooper [mailto:ahoo...@bmjgroup.com] Subject: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS With the software noted above Thanks for providing that. I get the following when starting tomcat and no logs other than

Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Alex Hooper
Caldarale, Charles R uttered: From: Alex Hooper [mailto:ahoo...@bmjgroup.com] Subject: Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS We've not modified it, though, so should be as per dist. It appears to be as you say. Looking at the stack trace a bit

Jakarta ISAP Redirector

2012-06-13 Thread DeMarco, Alex
r, if I am locally on the page the services listing does load. Also, if I go here from my desk: http://myural/myapp/services/someservicename?wsdl It works fine. In fact all the wsdl's work I just cannot display the services list remotely. Thanks in advance. - Alex

RE: Jakarta ISAP Redirector

2012-06-13 Thread DeMarco, Alex
riple checked my config. >From my desktop this works: http://myurl/myapp/services/mywebservice?wsdl but this fails http:// myurl/myapp/services?wsdl but when on the local sever everything works. I see no errors in the log. It's like IIS is stopping the request?? - Alex -Original Mess

RE: Jakarta ISAP Redirector

2012-06-13 Thread DeMarco, Alex
I have 4 servers all configured the same way.. Locally the call works fine yet remotely I get an iis 404 - Alex -Original Message- From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Wednesday, June 13, 2012 8:45 PM To: Tomcat Users List Subject: RE: Jakarta ISAP Redirector

RE: Jakarta ISAP Redirector

2012-06-14 Thread DeMarco, Alex
the flow of the conversation. Better to put your responses under the question or paragraph to which they relate. See below. DeMarco, Alex wrote: > I have 4 servers all configured the same way.. Locally the call works fine > yet remotely I get an iis 404 > > - Alex >

Re: Issue building the Unix daemon (jsvc) with the "configure" script in Tomcat7

2012-08-24 Thread DeMarco, Alex
Unsubscribe Jeff MAURY wrote: You need a JDK to be installed on your machine and it seems you've only a JRE Jeff On Thu, Aug 23, 2012 at 10:12 PM, Fred Janon wrote: > Hi, > > I am trying to build the Unix deamon jsvc in AWS EC2 Linux. I did not > install Tomcat7 that comes with the AWS Linu

Re: Where's the source code of Tomcat Installer?

2012-10-16 Thread Alex Kasko
users-unsubscribe@tomcat.**apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Regards, Alex Kasko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

mail/Session resources lookup fail

2013-03-15 Thread Lau, Alex
host as the smtp host. I search for all Tomcat log files but could not find anything. Any ideas? Thanks in advance! Alex

Re: Tomcat-oracle secure connection

2011-04-07 Thread Alex Kiernan
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Sent from my mobile device Alex Kiernan

Re: Tomcat-oracle secure connection

2011-04-08 Thread Alex Kiernan
What OS each end? On 4/8/11, ramram8 wrote: > > Thank you Alex for the quick reply. can you provide me with some examples or > documentation concerning the subject? > > > Alex Kiernan wrote: >> >> Transport mode IPsec? Easy if you've done it before, a

Re: Tomcat-oracle secure connection

2011-04-13 Thread Alex Kiernan
ebserver and the database are on the same server? > > > > Alex Kiernan wrote: >> >> What OS each end? >> >> On 4/8/11, ramram8 wrote: >>> >>> Thank you Alex for the quick reply. can you provide me with some examples >>&

SEVERE: Exception starting filter

2011-04-26 Thread alex zaim
Hello. I'm trying to make a simple hibernate+struts2 setup, but i encounter an error when i start the server (Tomcat 7.0.8). Apr 26, 2011 3:20:18 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 java.lang.NoClassDefFoundError: org/hibernate/Session

Re: SEVERE: Exception starting filter

2011-04-26 Thread alex zaim
Yes, i do have such a jar file. And i extracted its contents and verified that the class exists. I have extracted war's contents and this is what i got in a folder names Hibernate (as expected) http://dl.dropbox.com/u/13391208/Screenshot.png I added the specific jar to server's installation dire

Re: SEVERE: Exception starting filter

2011-04-26 Thread alex zaim
Thanks a lot Chris! I'm not getting my initial error anymore at server startup. I lost half of a day because of it. So thanks!

Re:

2011-05-18 Thread alex zaim
http://Ramostech.com/cool01.11.php?ID=730 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Access log timing details

2010-11-01 Thread Alex Quezada
ing the time it took to upload the post request, or is it only the response time once the request and payload are fully received? I've looked around but no luck finding details on the response times. Thanks for any info! Alex Quezada

Problem configuring SSL

2014-01-05 Thread Alex Kogan
half days trying to figure this out. I would appreciate any ideas. Thanks, Alex.

Re: Problem configuring SSL

2014-01-07 Thread Alex Kogan
certificates into that keystore resolved the issue. On Sun, Jan 5, 2014 at 3:59 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alex, > > On 1/5/14, 12:30 PM, Alex Kogan wrote: > > I have a strange p

Mod_jk error

2014-01-10 Thread Alex Lucard
. On Jan 10, 2014 5:00 PM, "Alex Lucard" wrote: > I am running CentOS 6.5 and tomcat 7 > I cannot get the mod_jk to work > I have a JSP page on this server and if you go to localhost:8080/Hello it > will work but if I just go to localhost/Hello The requested URL /Hello w

Re: Mod_jk error

2014-01-13 Thread Alex Lucard
Thank you so much i have it working now i had to change the httpd.com from JkMount /Hello/*loadbalancer1 To JkMount /Hello*workspace1 On Jan 12, 2014 9:31 PM, "侯树成" wrote: > Hi, Alex > What is your mod_jk.conf file that used for mod_jk configuration. > > You

error Tomcat 9 - Failed to detect ServletContainerInitializers

2016-10-18 Thread Pustelnik, Alex
AR file myfaces-impl-2.2.4-sources.jar that implements MyFacesContainerInitializer is in the classpath. I just moved my application from Tomcat6 ( application worked fine) to Tomcat9. Thanks much, Alex

Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-06 Thread Alex Soto
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk. In fact I am not sure where it is the problem if in mod_jk, in Apache Server or in Tomcat, but I suspect

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-07 Thread Alex Soto
Hi Mark, SSL Session ID is not passed to Tomcat. You can see the logs here https://gist.github.com/lordofthejars/226d8ed605f2a58b52f3 (I have created a gist to not add here a lot of lines). Now the question is is it happens because of mod_jk or because of Apache? Alex. El dl., 6 jul. 2015 a les

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-07 Thread Alex Soto
Thank you so much but it is already set. https://github.com/lordofthejars/apache-tomee-ssl/blob/master/httpd.conf#L171 This is so strange. El dt., 7 jul. 2015 a les 12:25, André Warnier () va escriure: > Mark Thomas wrote: > > On 07/07/2015 09:28, Alex Soto wrote: > >> Hi Mark,

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-07 Thread Alex Soto
yes it is set at httpd-ssl.config https://github.com/lordofthejars/apache-tomee-ssl/blob/master/httpd-ssl.conf#L229 which I think that is where it should be set. Everything too strange, but thanks anyway. El dt., 7 jul. 2015 a les 19:17, André Warnier () va escriure: > Alex Soto wrote: > &

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-08 Thread Alex Soto
was null or not). Alex. El dt., 7 jul. 2015 a les 23:05, André Warnier () va escriure: > Alex Soto wrote: > > yes it is set at httpd-ssl.config > > > https://github.com/lordofthejars/apache-tomee-ssl/blob/master/httpd-ssl.conf#L229 > > which I think that is where it should

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-08 Thread Alex Soto
pproach always it is null, probably something in rewrite is not set in header. Well everything is consistent, the question is if this consistency is ok or not. Alex. El dc., 8 jul. 2015 a les 14:27, André Warnier () va escriure: > Alex Soto wrote: > > Hi I have tried this approach custo

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-08 Thread Alex Soto
ssion id is not sent by mod_jk. But if it is because mod_jk misses or not, I just don't know. Alex. El dc., 8 jul. 2015 a les 17:46, Christopher Schultz (< ch...@christopherschultz.net>) va escriure: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alex, > > O

<    1   2   3   4   >