With the tomcat locally installed all works fine; the issue occurs from a
linux box (rhel6.x in my situation) with tomcat 7.0.29 as the server
machine and a client. Both are in lan without filtering elements.
Since I'm (as now) unable to determine the root cause of the issue (the
worst thing is tha
Hi,
I have been developing with tomcat7:run happily for some months now.
But then i am currently expanding the development where different
domains would provide different behaviour for the same webapp (imagine
multitenancy and ACLs based on the domain or the server name)
To make this work in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alejandro,
On 7/30/12 5:48 PM, Alejandro Mehring wrote:
> I'm migrating to Tomcat 7 a web system that used to run on Tomcat
> 4...
Been there (though I went through 5.5 and 6.0 to get there in a
relatively short amount of time).
> So far, I've been
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Krishna,
On 7/30/12 3:20 PM, Krishna Chaitanya wrote:
> This issue is fixed. Thanks everyone :-)
Would you like to contribute back to the community (especially the
archives) ad tell us what you did to solve your "issue"?
- -chris
-BEGIN PGP SIGN
On Mon, Jul 30, 2012 at 2:57 PM, wrote:
> Currently, each night we wipe out the wars and then redeploy them with
> fresh copies ...
?!
> What's the general consensus for the best practice for this?
Uh, "don't" ?
> Are nightly tomcat restarts even needed ...
I have legacy apps that run for
All,
I have 70-80 apps that are spread out across 3 different clusters (based
on usage, availability needs etc)
Currently, each night we wipe out the wars and then redeploy them with
fresh copies from the end points of our promotion paths (one for test and
one for prod).
What's the general cons
Hi all!!
I'm migrating to Tomcat 7 a web system that used to run on Tomcat 4...
So far, I've been able to sort out all of the issues I've faced, but I'm
stuck at one point. When a page loads in Tomcat 4, it goes and fetches the
stylesheet from the server with a link of the form
But on Tomcat 7
On Mon, 2012-07-30 at 14:36 -0600, Mark Thomas wrote:
> On 30/07/2012 21:24, Kris Easter wrote:
> >
> ...
> >
> > If the user sits too long on the login page the session times out, even
> > if their credentials were authenticated successfully, and sends them
> > back to the login page where they
On 30/07/2012 21:24, Kris Easter wrote:
>
> I'm looking at the org.apache.catalina.authenticator.FormAuthenticator
> class from the 7.0.29 src. This portion of the authenticate method
> starting around line 301 is where I'm having a little problem:
>
>
> if (log.isDebugEnabled()) {
> log.debu
I'm looking at the org.apache.catalina.authenticator.FormAuthenticator
class from the 7.0.29 src. This portion of the authenticate method
starting around line 301 is where I'm having a little problem:
if (log.isDebugEnabled()) {
log.debug("Authentication of '" + username + "' was successful")
This issue is fixed. Thanks everyone :-)
Krishna Kurnala.
On Jul 30, 2012, at 11:34 AM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Konstantin,
>
> On 7/29/12 9:21 PM, Konstantin Kolinko wrote:
When you are saying that it is "still in UTC", what data
thank you again
On Mon, Jul 30, 2012 at 2:33 PM, Mark Thomas wrote:
> On 30/07/2012 19:26, Elias Kopsiaftis wrote:
> > thank you for your quick response. i actually found that document and
> > shouldve specified that. what i really meant was, what is the name of the
> > file you modify?
>
> htt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Konstantin,
On 7/29/12 9:21 PM, Konstantin Kolinko wrote:
>>> When you are saying that it is "still in UTC", what data are
>>> you looking at?
>>>
>
> You have not answered the above question. It might be that the
> date you are looking at explicitl
On 30/07/2012 19:26, Elias Kopsiaftis wrote:
> thank you for your quick response. i actually found that document and
> shouldve specified that. what i really meant was, what is the name of the
> file you modify?
http://tomcat.apache.org/tomcat-7.0-doc/config/index.html
Mark
thank you for your quick response. i actually found that document and
shouldve specified that. what i really meant was, what is the name of the
file you modify?
On Mon, Jul 30, 2012 at 2:15 PM, Mark Thomas wrote:
> On 30/07/2012 18:45, Elias Kopsiaftis wrote:
> > My friend told me that my comet
On 30/07/2012 18:45, Elias Kopsiaftis wrote:
> My friend told me that my comet implementation wasnt working because i need
> to configure tomcat to use nio rather than standard java io. what happens
> is when i try to connect to the comet servlet from my client, im getting a
> reponse that says get
On Mon, 2012-07-30 at 09:26 -0700, James Lampert wrote:
> I have just wiped the Tomcat installation on the V5R4 box in question,
> and done a clean install of 7.0.25.
>
> No change in its behavior.
>
> I tried a modified version of our standard Tomcat-launch CL program,
> that adds a CATALINA_O
2012/7/26 Albert Kam :
> Hello,
>
> I am having a situation where i couldnt tomcat7:run with overlay in eclipse.
> In the eclipse indigo, i am using the maven plugin, and have imported
> two maven modules,
> the childwebapp which depends on the parentwebapp, which is just like
> a skeleton, with it
Hi,
Not possible currently.
What is your use case ? those goals are for dev purpose.
2012/7/27 Albert Kam :
> I am currently using the snapshot version of tomcat maven plugin.
> And i am using tomcat7:run and tomcat7:run-war-only (for webapps with
> overlay) actively.
>
> And the time has come for
My friend told me that my comet implementation wasnt working because i need
to configure tomcat to use nio rather than standard java io. what happens
is when i try to connect to the comet servlet from my client, im getting a
reponse that says get request is not supported even though im using a post
I have just wiped the Tomcat installation on the V5R4 box in question,
and done a clean install of 7.0.25.
No change in its behavior.
I tried a modified version of our standard Tomcat-launch CL program,
that adds a CATALINA_OPTS environment variable, with a value of
"-verbose:class" (excerpt
> -Original Message-
> From: Martin Gainty [mailto:mgai...@hotmail.com]
> Sent: Monday, July 30, 2012 10:36 AM
> To: Tomcat Users List
> Subject: RE: Speeding up RMI calls
>
>
> Good Morning Andrew
>
> a directory with spaces has dogged me in the past (I specify
> C:\PROGRA~1 to get th
Good Morning Andrew
a directory with spaces has dogged me in the past (I specify C:\PROGRA~1 to
get the 8.3 folder-name)
glad to hear the "uber.jar" worked for you
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
> -Original Message-
> From: Martin Gainty [mailto:mgai...@hotmail.com]
> Sent: Saturday, July 28, 2012 10:02 AM
> To: Tomcat Users List
> Subject: RE: Speeding up RMI calls
>
>
> Andrew
>
> It *sounds* like you are battling a network latency problem
> Can you identify the target RMI ser
2012/7/30 Michele Mase' :
> IE 6.x on my test pc, but also IE8 with other pcs.
> Acrobat is 9.x, 9.5.1 version, a lot of clients have this version, an
> upgrade is not possible for now.
> I've reviewed the apache access log (when the doc is served by a web server
> apache connected with ajp with th
Konstantin Kolinko wrote:
...
So why a ranged request comes? A feature of Acrobat 9? I wonder what
range headers are in it.
If talking about IE browsers and Windows workstations, installing the "Fiddler2" plugin or
similar would allow to see exactly which headers are being sent by the browse
2012/7/30 Michele Mase' :
> IE 6.x on my test pc, but also IE8 with other pcs.
> Acrobat is 9.x, 9.5.1 version, a lot of clients have this version, an
> upgrade is not possible for now.
> I've reviewed the apache access log (when the doc is served by a web server
> apache connected with ajp with th
IE 6.x on my test pc, but also IE8 with other pcs.
Acrobat is 9.x, 9.5.1 version, a lot of clients have this version, an
upgrade is not possible for now.
I've reviewed the apache access log (when the doc is served by a web server
apache connected with ajp with the tomcat), the only thing I see is a
2012/7/30 Michele Mase' :
> I've the following problem: the server is running tomcat 7.0.27 (but also
> with 7.0.28 and 7.0.29) and from the client (ie + acrobat 9) when opening
> some pdf docs I receive an error complaining about a network error:
>
> "A network error occured while accessing this d
I've the following problem: the server is running tomcat 7.0.27 (but also
with 7.0.28 and 7.0.29) and from the client (ie + acrobat 9) when opening
some pdf docs I receive an error complaining about a network error:
"A network error occured while accessing this document on interntet. Would
you lik
30 matches
Mail list logo