Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Konstantin Kolinko
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

Re: Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread Konstantin Kolinko
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

Re: Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread Konstantin Kolinko
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

Re: Getting the Manager to accept users (Tomcat 7)

2013-02-01 Thread Konstantin Kolinko
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

[OT] Java 6u39, 7u13 are available

2013-02-01 Thread Konstantin Kolinko
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

Re: Overriding Close method of a Output print writer through HttpServletResponseWrapper

2013-02-03 Thread Konstantin Kolinko
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

Re: Help in diagnosing server unresponsiveness

2013-02-04 Thread Konstantin Kolinko
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

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Konstantin Kolinko
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

Re: Tomcat in port 80 and Debian

2013-02-05 Thread Konstantin Kolinko
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

Re: can't start tomcat on port 80

2013-02-06 Thread Konstantin Kolinko
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

Re: Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-07 Thread Konstantin Kolinko
/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

Re: CSRF and nonce Config ???

2013-02-07 Thread Konstantin Kolinko
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

Re: CSRF and nonce Config ???

2013-02-07 Thread Konstantin Kolinko
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

Re: AJAX Authentification

2013-02-08 Thread Konstantin Kolinko
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

Re: BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Konstantin Kolinko
-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

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Konstantin Kolinko
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

Re: ServletException including path '/WEB-INF/layouts/standard.jsp'.

2013-02-08 Thread Konstantin Kolinko
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/ >

Re: AJAX Authentification

2013-02-08 Thread Konstantin Kolinko
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

Re: Tomcat 6.0.36: configure/make of jsvc on Solaris 10

2013-02-08 Thread Konstantin Kolinko
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?

Re: (almost) identical webapps behave differently in serving static content

2013-02-11 Thread Konstantin Kolinko
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

Re: (almost) identical webapps behave differently in serving static content

2013-02-11 Thread Konstantin Kolinko
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.

Re: Getting error while starting tomcat

2013-02-12 Thread Konstantin Kolinko
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

Re: disable handling of expect:continue

2013-02-12 Thread Konstantin Kolinko
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). &

Re: Strange compilation dates for JSPS

2013-02-12 Thread Konstantin Kolinko
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

Re: [FWD: Help Debugging 404 errors]

2013-02-12 Thread Konstantin Kolinko
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

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-22 Thread Konstantin Kolinko
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

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-23 Thread Konstantin Kolinko
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

Re: Problem with log level in tomcat.

2013-02-28 Thread Konstantin Kolinko
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

Re: Context.xml ignored.

2013-03-03 Thread Konstantin Kolinko
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

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Konstantin Kolinko
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 ---

Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-05 Thread 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

Re: Tomcat 7.0.34 not respecting PropertyEditorManager (may be offtopic)?

2013-03-05 Thread Konstantin Kolinko
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

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Konstantin Kolinko
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

Re: tomcat 7.0.37 and openjdk 1.7.0.9 on fedora juli FileHandler problems

2013-03-05 Thread Konstantin Kolinko
;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

Re: Problem in using multiple clusters in Tomcat 6.0.35

2013-03-07 Thread Konstantin Kolinko
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

Re: java.util.logging.SimpleFormatter vs org.apache.juli.OneLineFormatter

2013-03-09 Thread Konstantin Kolinko
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

Re: Tomcat as a service: system tray?

2013-03-12 Thread Konstantin Kolinko
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

Re: Can Tomcat 8 snapshots be published to Maven?

2013-03-13 Thread Konstantin Kolinko
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

Re: Procrun and Tomcat service/OS shutdown on Windows

2013-03-14 Thread Konstantin Kolinko
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?

Re: NullPointerException in MapperListener; Tomcat#start() does not create a Container?

2013-03-14 Thread Konstantin Kolinko
connector.MapperListener.startInternal(MapperListener.java:104) >>at >> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >>... 8 more >> >> X: null > > I resolved the NullPoint

Re: ThreadLocal variables and BIO/NIO/APR

2013-03-15 Thread Konstantin Kolinko
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

Re: Register static JNDI env entry dynamically

2013-03-16 Thread Konstantin Kolinko
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

Re: Register static JNDI env entry dynamically

2013-03-16 Thread Konstantin Kolinko
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

Re: mail/Session resources lookup fail

2013-03-17 Thread Konstantin Kolinko
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

Re: 501 error not going to location

2013-03-20 Thread Konstantin Kolinko
? 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

Re: Apache Tomcat 7.0.037 starting issue on Windows 2003 Server 64 bit machine

2013-03-21 Thread Konstantin Kolinko
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

Re: Can ClientAbortException be circumvented?

2013-03-24 Thread Konstantin Kolinko
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

Re: Encoding Problem

2013-03-26 Thread Konstantin Kolinko
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

Re: Encoding Problem

2013-03-26 Thread Konstantin Kolinko
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

Re: Adding Content-Length response header

2013-03-26 Thread Konstantin Kolinko
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

Re: Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Konstantin Kolinko
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

Re: HttpServletResponse return plain text

2013-03-27 Thread Konstantin Kolinko
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

Re: Tomcat Valve Custom args

2013-04-01 Thread Konstantin Kolinko
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

Re: Populating JNDI entirely in Java code

2013-04-01 Thread Konstantin Kolinko
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

Re: Tomcat and Windpws authentication

2013-04-01 Thread Konstantin Kolinko
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

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-01 Thread Konstantin Kolinko
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

Re: ecj 4.2.2

2013-04-02 Thread Konstantin Kolinko
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

Re: Tomcat7 - ajax and connection pool : "connection closed" despite the use of "validationQuery" and "testOnBorrow"

2013-04-05 Thread Konstantin Kolinko
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

Re: Tomcat7 - ajax and connection pool : "connection closed" despite the use of "validationQuery" and "testOnBorrow"

2013-04-05 Thread Konstantin Kolinko
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

Re: Inno Setup Script?

2013-04-08 Thread Konstantin Kolinko
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

Re: Tomcat form auth not using filters

2013-04-08 Thread Konstantin Kolinko
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

Re: Tomcat form auth not using filters

2013-04-08 Thread Konstantin Kolinko
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

Re: Inno Setup Script?

2013-04-10 Thread Konstantin Kolinko
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

Re: Inno Setup Script?

2013-04-10 Thread Konstantin Kolinko
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

Re: Inno Setup Script?

2013-04-11 Thread Konstantin Kolinko
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

Re: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-11 Thread Konstantin Kolinko
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

Re: Tomcat 7.0.39 randoms start and crash

2013-04-12 Thread Konstantin Kolinko
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

Re: Tomcat 7.0.39: Blank pages - cookies containing umplaut causing the request processing beeing stopped

2013-04-13 Thread Konstantin Kolinko
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

Re: Tomcat 5.0.28 documentation

2013-04-16 Thread Konstantin Kolinko
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

Re: httpd/Tomcat load balancing question

2010-12-23 Thread Konstantin Kolinko
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

Re: httponly cookies

2010-12-23 Thread Konstantin Kolinko
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

Re: httponly cookies

2010-12-23 Thread Konstantin Kolinko
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

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
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

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
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

Re: Tomcat 5.5 problem

2010-12-30 Thread Konstantin Kolinko
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

Re: Tomcat 5.5 problem

2010-12-30 Thread Konstantin Kolinko
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

Re: Encoding Issue on POST

2011-01-01 Thread Konstantin Kolinko
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

Re: Encoding Issue on POST

2011-01-01 Thread Konstantin Kolinko
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

Re: Tomcat 6 logging clog

2011-01-07 Thread Konstantin Kolinko
/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

Re: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Konstantin Kolinko
". 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

Re: Accessing context information remotely - Context.getAvailable() etc.

2011-01-08 Thread Konstantin Kolinko
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

Re: Tomcat 6 logging clog

2011-01-08 Thread Konstantin Kolinko
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

Re: Polling servlet and session expiration - avoid calling request.getSession() ?

2011-01-08 Thread Konstantin Kolinko
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

Re: can't start tomcat5.5.31

2011-01-08 Thread Konstantin Kolinko
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: can't start tomcat5.5.31

2011-01-09 Thread Konstantin Kolinko
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] >

Re: can't start tomcat5.5.31

2011-01-09 Thread Konstantin Kolinko
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

Re: Where does my stderr go?

2011-01-10 Thread Konstantin Kolinko
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

Re: Where does my stderr go?

2011-01-10 Thread Konstantin Kolinko
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

Re: tomcat won't start via remote ssh command

2011-01-12 Thread Konstantin Kolinko
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 --

Re: Charset configuration on Tomcat 6

2011-01-12 Thread 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,

Re: Context.xml: how to reference parameters inside the same file

2011-01-13 Thread Konstantin Kolinko
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

Re: No response buffering in Tomcat 7.0.6?

2011-01-13 Thread Konstantin Kolinko
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

Re: Tomcat 6.0 GZIP Compression not working for large js files

2011-01-13 Thread Konstantin Kolinko
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

Re: Context.xml: how to reference parameters inside the same file

2011-01-13 Thread Konstantin Kolinko
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

Re: No response buffering in Tomcat 7.0.6?

2011-01-14 Thread Konstantin Kolinko
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

Re: 7.0.6 NPE in cluster syncing

2011-01-15 Thread Konstantin Kolinko
.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

Re: Setting HTTP response headers caching for 1 year doesn't work

2011-01-16 Thread Konstantin Kolinko
;_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

Re: Jersey & Tomcat...

2011-01-16 Thread Konstantin Kolinko
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

Re: Ant deploy task failing with listing of html from manager page

2011-01-16 Thread Konstantin Kolinko
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

Re: Tomcat 6.0 GZIP Compression not working for large js files

2011-01-17 Thread Konstantin Kolinko
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 --

<    9   10   11   12   13   14   15   16   17   18   >