S.
>> So wondering if there is any a 64-bit tomcat for Solaris is available for
>> download.
>
> You want the standard tar.gz download.
Or the zip one.
(tar.gz requires GNU tar to properly unpack it, IIRC).
> It works for both 32 and 64 bit.
+1, as there are no native
password, or just being denied access?
If the latter than you may be facing a RemoteAddrValve denying access.
(And if you do not have one configured, you would better configure one).
6. Beware that LockoutRealm will block you after several (5) failures.
7. What is being written into your access log file?
Are you accessing this copy of Tomcat?
Maybe there is something in other log files?
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/2/1 L Alex Pranger :
> Thanks for looking at this,
>
> answers / comments in relevant areas below
>
> On Thu, Jan 31, 2013 at 3:41 PM, Konstantin Kolinko
> wrote:
>
>> 2013/2/1 L Alex Pranger :
>> > I know that this question has been asked numerous times be
works. See also BZ 54141 for an
example of nesting 3 realms.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
echnetwork/java/javase/downloads/
[2]
http://www.oracle.com/technetwork/topics/security/javacpufeb2013-1841061.html
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional c
2013/2/2 Arnab Ghosh :
>
> I need a help for the following problem -
>
> I have a web application where cookies are getting added multiple times and
> because of that response header is becoming big containing many duplicate
> cookies. Now the web application is so big that it is nearly impossibl
e can be countered with a CrawlerSessionManagerValve
http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
w.oracle.com/technetwork/java/javase/compatibility-417013.html
(which is part of original Java 7.0.0 release notes)
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/2/5 Roberto :
> Hi,
>
> I need help with a seemingly trivial question: How to make tomcat use
> port 80.
>
> I have fresh Debian 6.0.6/64 bit install, with Tomcat 6 installed.
> Following some messages, I found in Debian a setting in
> /etc/default/tomcat that would solve my problem, which is
2013/2/6 Karolis Monkus :
> Ok guys, i did what you all said:
> Removed that crappy 3rd party tomcat and downloaded tomcat tarball and port
> changing works fine. Now i need to run tomcat as service and since it's a
> Fedora it uses systemd instead init. So i created file called tomcat.service
> an
/ws/*
>
>
>
1. You suspect that your listeners are called in wrong order?
In what order do you expect them to be called?
2. Try "logEffectiveWebXml" option on Context
3. What are your evidences?
4. If you
ion to prevent CSRF attacks.
Any other web application that wants to use this feature has to
configure this filter explicitly and must pass all important URLs
through HttpServletResponse.encodeURL().
See Manager webapp for an example.
3. If you are planning to use this filter on your old ver
2013/2/7 Christopher Schultz :
> Konstantin,
>
> On 2/7/13 5:19 AM, Konstantin Kolinko wrote:
>> Any other web application that wants to use this feature has to
>> configure this filter explicitly and must pass all important URLs
>> through HttpServletResponse.encode
2013/2/8 Johannes Meyer :
> Hello all,
>
> I'm developing a web application with asynchronous techniques (ExtJS).
>
> The most pages are secured with a "security-constraint", so the user
> has to log in at first.
>
>
> The users gets prompted a login dialog and can type in his username
> and passwo
-rw-r--r-- 1 knoppix knoppix 18549 Oct 8 20:11 ant-junit.jar
> -rw-r--r-- 1 knoppix knoppix 253160 Feb 8 12:24 junit-4.10.jar
>
>
2. Ant documentation is at http://ant.apache.org/manual/
Maybe try to download a fres
Does the above file exist and is readable (in the exploded war)?
3. The server logs may contain a more detailed message than this Error 500 page.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
ing afresh may help.
Does the webapp come with its own logging configuration?
> On Fri, Feb 8, 2013 at 1:07 PM, Konstantin Kolinko
> wrote:
>
>> 2013/2/8 Lou Henry :
>> > Hi,
>> >
>> > I am at a complete loss with this error. I am running Apache Tomcat/
>
2013/2/8 Johannes Meyer :
> Hi Konstantin,
>
> thank you for answer.
>
>> HttpServletRequest.login(..) ?
>> (in a Servlet 3.0 application)
>
> If I call this function, only the current request is authorized, but
> not the whole session.
>
Whether authorization is cached in the session depends on
a
2. Once you are successful in building jsvc and will go on to configuring it,
take "bin/daemon.sh" from a recent version of Tomcat 7.
That will save you some time.
3. I think "/usr/java" is a wrong choice for JAVA_HOME. Do you have
"$JAVA_HOME/bin/java" there?
pplication? Are they in
"static" subdirectory?
If they are not, create such directory and move the files there.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
2013/2/11 Thierens, Bart :
> The files are located under $WEBAPP$/styles.
Move them into $WEBAPP$/static/styles.
>
> As I said on StackOverflow: the webapps are identical (except for database
> connection and tomcat version).
>
> My question for you is: what changed between version 6.0.29 and 6.
2013/2/12 :
> Hello All,
>
> Tomcat Server 7.0.35
> Operating System Version : HP-UX 11.31
> JRE_HOME:/opt/java1.5
As mentioned in its RUNNING.txt file, Tomcat 7 requires minimum of
Java 1.6. It cannot run on 1.5.
http://tomcat.apache.org/whichversion.html
>
>
> We are getting error in
fore StandardContextValve is involved. Doesn't it already works for
you?
How your authentication is configured?
3) It probably would not work if Tomcat is behind HTTPD, as AJP
processors do not have this feature (ActionCode.ACK).
&
2013/2/12 Ray Holme :
> While debugging a problem in Tomcat 7.0.35 (just upgraded), I noted OLD files
> in the work/Catalina/localhost/APP/org/apache/jsp directory.
>
> I thought I had cleaned things out to make sure all was rebuilt. So I
> manually stopped tomcat; manually cleaned the directory
2013/2/13 :
>
> I posted this on the eclipse forum last Thu and since I have received no
> response, I'm cross posting here.
>
>
> I have created a project as guided by
> www.objectdb.com/tutorial/jpa/eclipse/spring/run. When I abandon eclipse
> and use the maven command line to deploy this Spring
header in its response by default
will include the TRACE method (as implemented in
javax.servlet.http.HttpServlet class).
If allowTrace="false" (as it is by default), Tomcat will stop any
TRACE request before it reaches the web application.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/2/22 Nick Williams :
>
>> On Feb 22, 2013, at 7:49 AM, Konstantin Kolinko wrote:
>>
>> One example of false positive is that if you send an OPTIONS request
>> to almost any servlet, the "Allow" header in its response by default
>> will
properly configured,
"org.apache.catalina.core.ContainerBase.[Catalina].[localhost]" uses
"2localhostFileHandler".
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/3/3 James Green :
> We have a war archive that includes a netbeans-generated context.xml for
> tomcat deployment.
>
> If we drop this war into webapps, the context root remains that of the war
> filename.
As expected, in any of 7.0., 6.0 and even 5.5 .
Have you read the docs (Context chapte
uest, or browser plugins such
as Firebug to look response headers).
6. You may try debugging, with a breakpoint inside "sendRedirect()"
method of servlet API.
http://wiki.apache.org/tomcat/FAQ/Developing#Debugging
Best regards,
Konstantin Kolinko
---
(I have not tried, just
an idea).
3. Beware of issue 54406.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54406
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For
of your own webapp if it is running at the same time).
E.g. Spring Framework uses its own registry, see
http://static.springsource.org/spring/docs/3.2.x/javadoc-api/org/springframework/beans/PropertyEditorRegistrySupport.html
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
st mentioned in the localhost_access_log.DATE.txt file?
Is your Tomcat on C: drive? Sometimes file permissions there are off.
http://wiki.apache.org/tomcat/FAQ/Windows
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: use
;configure
> openjdk to work with tomcat" issue.
>
> Does anyone know what configuration changes need to be made to openjdk
> to work with tomcat's juli logger?
>
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/3/7 Jay Kakkad :
> [ version of tomcat : 6.0.35 , os version : RHEL 6.3 , Bit configuration :
> 64bit ]
>
> Hi,
> I am having a requirement where I need to have the same Multicast Ip, but the
> cluster needs to be differentiated based on domain.For this we are using a
> domain interceptor D
ation, and if the call depth is wrong (N is wrong)
or if there is no stacktrace (due to optimizations by JIT compiler)
you will not get the names. IIRC, in some server JVMs if you throw
the same exception X times it no longer prints it
don't know where to report irrelevant typos in the
> documentation, but
> http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html says
> "system try".)
Online Tomcat 7 documentation is integrated with comments.apache.org
If you scroll to the bottom of tha
2013/3/14 Nick Williams :
>
> On Mar 13, 2013, at 7:44 PM, Mark Thomas wrote:
>
(...)
>>
>> https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/
>>
>> Mark
>
> Sweet! Thanks! So will I need to add https://repository.apache.org/ as a
> custom repository in my POM, or will
StatusServlet.init()
> Entering StatusServlet.destroy()
> Simulating long shutdown sequence.
> Simulation complete--sequence finished.
> Exiting StatusServlet.destroy()
>
> Can we guarantee that Windows won't just kill our Tomcat process and
> potentially corrupt our database?
connector.MapperListener.startInternal(MapperListener.java:104)
>>at
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>>... 8 more
>>
>> X: null
>
> I resolved the NullPoint
2013/3/16 Nick Williams :
> I know, I know. "Don't use ThreadLocals." I've seen it on this list at least
> 100 times. But avoiding ThreadLocal variables can be hard:
>
> 1) Spring Framework uses ThreadLocals for things like the RequestContext. You
> can't just turn that off.
> 2) Spring Security
r though whether JNDI is modifiable or
read-only at that point in time. If it works for you, then it is has
to be modifiable.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/3/16 Michael-O <1983-01...@gmx.net>:
> Am 2013-03-16 10:46, schrieb Konstantin Kolinko:
>
>> 2013/3/16 Michael-O <1983-01...@gmx.net>:
>>>
>>> Hi,
>>>
>>> I'd like to make a string available as an env entry via JNDI. The string
in your WAR?
How do you deploy your application to other server?
4. If you are able to debug it, a place to place a breakpoint is
org.apache.naming.factory.MailSessionFactory class
https://wiki.apache.org/tomcat/FAQ/Developing#Debugging
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
?
4. 501 is "invalid method". I wonder whether it tries to serve the
error page itself using the same "wrong" method. E.g. the
DefaultServlet processes only valid methods (GET, POST, HEAD, ...).
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/3/21 Geett Chanddra Singha :
> Hi,
>
> I am trying to register and start Apache Tomcat 7.0.37 service on my
> Windows 2003 Server 64 bit machine.
>
> I am able to register Tomcat as a service using the service.bat file, but
> when I try to start the service it gives the following error:
>
> Co
2013/3/25 Thad Humphries :
> I have a web-app that uses a servlet for downloading files from a
> repository--PDF, Office, images, zip, etc. It works with desktop
> browsers--IE, Firefox, Chrome, and Safari--on their various platforms. It
> also works fine with Firefox from Android (2.3 and 4.x test
2013/3/26 Cool Techi :
>
> We are working with multiple languages and Korean being one
> of them, in our application we have set up encoding both at tomcat level
> and also spring filter for encoding, but for some reason when we do a
> request.getParameter in our Struts2 action class we re
here. If anything calls
>> getParameter() before you filter, parameter decoding happens and you
>> are busted).
>>
>> 2. What kind of request fails, POST or GET or both?
>>
>> 3. Have you read the character encodings page of Tomcat FAQ?
>>
1. Do not top-p
rt sending
data (usually using chunked encoding) and thus content length is not
known at the time when response headers are being sent.
What generates your response? A servlet, a filter, or a JSP?
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2013/3/28 Geett Chanddra Singha :
> Hi All,
>
> I have a web application hosted on Apache Tomcat Version 7.0.035.
> We are trying to make the web application run IPv6 environment.
>
> Environment Details
> Windows 2008 server machine, 64-bit OS
> Java version: JRE 1.7.x
>
> The home page of web app
2013/3/28 Kevin Jenkins :
> I know this isn't the right mailing list but there's a lot
> of knowledgeable people here so I'd give it a shot.
>
> When I was hosting on Google App Engine the java servlet
> HttpServletResponse.sendError would return the 2nd parameter text in plain
> text.
>
> Now that
n (Context) and even to what servlet (Wrapper) it goes to.
This happens rather early - in CoyoteAdapter. It happens before the
request is passed to Pipeline (chain of valves).
org.apache.catalina.connector.Request#getContext()
2. If valve was decla
g
The place to look into is
org.apache.catalina.core.NamingContextListener
That is the component that translates configuration objects created
when parsing context.xml into JNDI objects.
3. See thread "Register static JNDI env entry dynamically" from 2 weeks a
D and use its authentication (and
forward this question to their mailing list).
6. Success stories etc, are welcome.
If anyone wants to amend the documentation, you may submit
a) comments via comments system in Tomcat 7 documentati
p://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Resource_Definitions
but the attribute in question belongs to the actual resource
configured by that element: to the DBCP connection pool,
http://commons.apache.org/proper/commons-dbcp/configuration.html
)
Best regards,
Konstantin Kolinko
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
only a few hours later it got approved.
> Ecj 4.2.2 is now already in the maven central repository and ready for use.
> https://issues.sonatype.org/browse/OSSRH-5787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>
Thank you very m
ests"
>
> But, I'm sure, I always close the connection only once.
> I use too the "validationQuery" and "testOnBorrow" parameters.
>
> Is it possible that the connection pool returns the same connection for 2
> different threads?
>
You can check its hash
2013/4/5 Jean-Claude Haw-King-Chon :
> Le 05/04/2013 13:09, Konstantin Kolinko a écrit :
>>
>> 2013/4/5 Jean-Claude Haw-King-Chon :
>>>
>>> Hi,
>>>
>>> I use the connection pool of tomcat7 and set a connection in a
>>> ThreadLoca
custom value for HTTP port, do not forget to also
change the shutdown port number (8005). I have seen a number of
software that forgets to change that. You can set it to "-1" when
external shutdown is not needed, e.g. when you run as
tacktrace (full stacktrace is written to
the logs). It is easy to see whether your filter is there.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
wardToLoginPage" is implemented.
If you want a Filter to be called during
javax.servlet.RequestDispatcher.forward(), it has to be mapped with
FORWARD
for URL "/controleAcesso/Login.xhtml".
See the Servlet specification ch. 6.2.5 for more details on filter mapping.
Best regards,
Konstan
2013/4/10 James Green :
> I was hoping I could avoid that.
>
>(...)
>
> While this installs a service, as soon as I attempt to start it I get a
> failure. Nothing is logged by Tomcat, but in the event service I get the
> following recorded:
>
> The Apache Tomcat 7 service terminated with service-sp
2013/4/10 James Green :
> On 10 April 2013 11:55, Konstantin Kolinko wrote:
>
>> 2013/4/10 James Green :
>> > I was hoping I could avoid that.
>> >
>> >(...)
>> >
>> > While this installs a service, as soon as I attempt to start it I ge
2013/4/10 James Green :
> On 10 April 2013 12:47, Konstantin Kolinko wrote:
>>>
>> C:\Program Files\Our Local Services\tomcat\bin\tomcat7.
>> exe //IS//Tomcat7
>> --DisplayName="Apache Tomcat 7" --JavaHome="C:\Program Files\Our Local
>> Serv
xt.xml file, even if you run with a
SecurityManager.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
roken.
See the following for a discussion:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Your message says:
[org.bouncycastle.asn1.ASN1EncodableVector
->org.bouncycastle.asn1.DEREncodableVector
->org.bouncycastle.asn1.ASN1EncodableVector]
A
ble to process it in your application anyway.
In Tomcat 8 it is possible to preserve the header, but it is turned
off by default (PRESERVE_COOKIE_HEADER system property).
3. What bother me is why this error is logged at severe level.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
orical purposes?), you could pull down the original
>> from:
>>
>> http://archive.apache.org/dist/tomcat/
>>
>> As Ognjen has pointed out, the likelihood of mailing list support for that
>> version is pretty slim.
>>
2. Dow
statement.
> Fail because encoding the links to static resources is unnecessary.
>
because it interferes with caching.
But in general sense it also depends on how the static resources are
served by the web application: if you do not encode session id in
those URLs, then access to those
2010/12/23 Venky Vasant :
>
> My client application failing to read cookies set as httponly by .net server.
>
> what lines do i need add to read them and send it to the server.
>
1. Do you know what "Httponly" means? (The basics)
2. What your application is? (What technology)
3. You are talking
2010/12/23 Venky Vasant :
> Imagin my client application as browser , i am trying to read through a
> cookies
> for another web app which is hosted on .NET, which was all working fine and
> now
> cookies have httponly attribute which is actually new to me at this time
1. You cannot read "httponl
cessLogValve
http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/valves/JDBCAccessLogValve.html
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional command
2010/12/25 André Warnier :
> The AccessLogValve documentation page does not say either that it uses
> log4j.
AccessLogValve (and ExtendedAccessLogValve) manage the log file by
themselves. They do not use logging framework in this sense.
Best regards,
Konstantin K
e Tomcat-Native installed (that is /bin/tcnative-1.dll)
-- try to run without it (e.g., rename the dll file).
- Is there anything in the logs?
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat
rrors
You should look into localhost*.log files as well. Those "previous
errors" should be there.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
used.
How is your element written on the web page? Is it a usual
POST - you are not uploading files here (i.e., you are not setting
"enctype" attribute in your )?
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2011/1/2 :
> 2011/1/1 :
>> * <%...@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%> on
>> the first line of JSP files
>> *
>
> I'd recommend
>
> to make sure that the HTTP Content-Type header and tag contents
> were in sync.
>
©©
> Do I need to ensure the encoding
/logging.properties are
taken from there.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
".
Check, whether you have "/undeploy" in your URL.
Anyway, you should not use Tomcat 5.0 nowadays.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
I am sure that that is written somewhere on how to do that. It is not
a Tomcat-specific issue. Though I do not have a link ready.)
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For
You can explicitly add ".level= INFO" line into your
$CATALINA_BASE\conf\logging.properties
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
s rare.
It is easy to implement it if you move your servlet into a separate webapp
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
n/itprovistaact/thread/5a23a2d4-0fbf-42bf-b96f-4dc5401a5267
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
re Tomcat is installed.
2011/1/9 Tim Clotworthy :
> Thanks. No I do NOT get a UASC. I do get the following (see attached),
> however. Isn't this essentially the same warning?
>
>
>
> -Original Message-
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
>
s" subdirectory and download
commons-daemon-1.0.5-bin-windows.zip
4. unpack the archive
5. use the following files (rename them):
prunmgr.exe -> tomcat5w.exe
prunsrv.exe (32-bit) or amd64/prunsrv.exe (64-bit x64) -> tomcat5.exe
prunmgr.exe is the same regardless of CPU.
prunsrv.exe is
https://issues.apache.org/bugzilla/show_bug.cgi?id=18462
2011/1/7 Jeffrey Janner :
> I've noticed that stderr is almost always empty on Windows, unless you get an
> OOM error. That will show up there.
> Could it possibly be getting routed to another log file? Or eaten by the JVM?
> Is this one
2011/1/11 Thomas Kloeber :
> Konstantin,
>
> Konstantin Kolinko wrote on 11.01.2011 01:03:
>>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=18462
>
> thanks for sending this link. I'm surprised that this is such an old issue!
> So, if I understand the dis
2011/1/13 james :
> Connection to tomcatserver.domain.com closed.
man nohup?
> Any help would be very much appreciated if you have experience with this.
Anything in the logs?
Best regards,
Konstantin Kolinko
--
I have tried few options (as per Tomcat Docs) in web.xml but nothing
> seems to be giving required results.
Which docs? How hard did you try them? Post your web.xml.
Best regards,
Konstantin Kolinko
-
To unsubscribe,
2011/1/13 durbans :
> Is it possible ?
>
No, not possible.
You can reference any system properties, though (as mentioned in [1]).
E.g. ${catalina.base} or ${java.io.tmpdir}
[1] http://tomcat.apache.org/tomcat-6.0-doc/config/index.html
Best regards,
Konstantin K
ode.
>
Confirming this issue. I added it to Bugzilla:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50582
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2011/1/13 Ran Berenfeld :
> Hello
> I'm using tomcat 6 for a deployed website (http://www.ichess.co.il)
> and since the beginning, GZIP compression did not work for part of the
> files.
> the amazing thing is that the website have several javascript files, some
> quite small
> and some large, and t
mcat-related example exists here:
http://wiki.apache.org/tomcat/FAQ/Password
It is up to you to read XML spec and adjust it to your needs.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2011/1/14 André Warnier :
> Konstantin Kolinko wrote:
>>
>> 2011/1/14 Mark Thomas :
>>>
>>> On 13/01/2011 21:41, verlag.preis...@t-online.de wrote:
>>>>
>>>> Does anybody know why Tomcat uses chunked encoding instead of
>>>> co
.0.5
and 6.0.x) and the filter attribute now accepts a single regexp. The
';' is no more treated as separator in the value of "filter" attribute
of ReplicationValve. Use '|' instead.
This bug was a regression from implementing this ne
;_cacheTime: " + _cacheTime);
long _cacheTime2 = (1000L * 60 * 60 * 24 * 365);
System.out.println("_cacheTime: " + _cacheTime2);
}
}
It prints:
_cacheTime: 1471228928
_cacheTime: 3153600
1471228928 msecs = about 17 days
Best r
2011/1/16 Tony Anecito :
> Hi All,
>
> I am a newby to Jersey (1.5) but not Tomcat (6.0.20). I am at a point where
> when
> I send a complex object from my client program to Tomcat I get this error
> about
> when reading the Message body a reader is not found.
"this error" = what error? Please p
that manager.url should be "[...]/manager" but with this i
> would get only FileNotFoundException. So I changed it to
> "[...]/manager/html", and got following result:
It should be [...]/manager/text
Note, that your user should have the role of &q
ation by adding a comment to the
"compression" attribute of an HTTP connector. Will be in 6.0.31,
7.0.7.
http://svn.apache.org/viewvc?rev=1059897&view=rev
http://svn.apache.org/viewvc?rev=1059898&view=rev
Best regards,
Konstantin Kolinko
--
1301 - 1400 of 2381 matches
Mail list logo