Re: tomcat seems not seeing context.xml

2010-01-21 Thread Konstantin Kolinko
bute on the element in server.xml. Most probably you are facing #2. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: TCNative installation failed

2010-01-21 Thread Konstantin Kolinko
e.org/bugzilla/show_bug.cgi?id=47712 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: TCNative installation failed

2010-01-21 Thread Konstantin Kolinko
Fixed issues are listed in the changelog file, http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=markup http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?view=markup Best regards, Konstantin Kolinko 2010/1/22 Mark Eggers

Re: (tomcat 6) percent encoding problem

2010-01-22 Thread Konstantin Kolinko
way to configure tomcat to behave like jetty with > regards to percent-encodings in the URI ? > It is disabled by default, probably for the sake of security. See ALLOW_ENCODED_SLASH property here: http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops

Re: 6.0.24

2010-01-22 Thread Konstantin Kolinko
ttp://www.apache.org/mirrors/ You can choose any other mirror from the above list. The download folder for 6.0.24 is tomcat/tomcat-6/v6.0.24/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Konstantin Kolinko
cat Manager at that host shows any webapplication mapped to the same path? (E.g. present, but not started). 4. Any relevant messages in the log files? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsub

Re: Files in Subdirectories not being served.

2010-01-25 Thread Konstantin Kolinko
2010/1/25 Matt Eustace : > > 127.0.0.1 - - [22/Jan/2010:15:50:50 +] "GET > /img/brava/LogoBall_DK.gif HTTP/1.1" 404 1030 > Note, that HTTP is case-sensitive. If you request does not match casing of the actual folders and file, Tomcat won't serve them. Best

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Konstantin Kolinko
plication that does not have a welcome page. Please check that your ROOT.war was properly expanded into /webapps/ROOT folder, and that those files (especially WEB-INF/web.xml) are readable by the user that runs that Tomcat instance. Be

Re: Tomcat 5.5 org.apache.naming.ResourceRef cannot be cast to javax.sql.DataSource

2010-01-25 Thread Konstantin Kolinko
2010/1/25 Steve Ryder : >

Re: Tomcat 5.5 org.apache.naming.ResourceRef cannot be cast to javax.sql.DataSource

2010-01-25 Thread Konstantin Kolinko
2010/1/26 Steve Ryder : > at gnu.gcj.convert.Input_iconv.read(libgcj.so.81) Stop right there. Do not use GNU "Java" for anything. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: user

Re: Tomcat access is very slow

2010-01-26 Thread Konstantin Kolinko
4. Is it only your application, that opens slowly? How about Tomcat examples? What about other, external, web sites? 5. Does your application have connections to a Database? 6. What web browser are you using? Best regards, Konstantin K

Re: Tomcat/JDBC Thin Client and Oracle SQL Parsing

2010-01-26 Thread Konstantin Kolinko
driver. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: the context.xml is not preserved

2010-01-28 Thread Konstantin Kolinko
2010/1/28 LI Daobing : > my system: Ubuntu 9.04, x86_64, tomcat 6.0.18, See the Changelog file for a list of issues fixed since 6.0.18. (Or search the Bugzilla) I remember that something similar was there. Best regards, Konstantin Koli

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Konstantin Kolinko
ar" then you should call http://localhost:8080/mywar/myservlet Also, http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application_.3F Best regards, Konstantin Kolinko - To u

Re: changing trace level of 'internal' tomcat logs

2010-02-02 Thread Konstantin Kolinko
Tomcat then switch to the "Logging" page and choose "Level", one of: Error, Info, Warning, Debug. > stdout_.log: java.util.logging.ConsoleHandler.level = WARNING (in conf\logging.properties) See java.util.logging log level names here: http://java.sun.com/j2se/1.4.2/docs/api

Re: NullPointerException in MimeHeaders

2010-02-02 Thread Konstantin Kolinko
help you to find an error in your code. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: changing trace level of 'internal' tomcat logs

2010-02-03 Thread Konstantin Kolinko
k .. > I've tried and it works for me. Maybe you forgot to restart the service. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: changing trace level of 'internal' tomcat logs

2010-02-03 Thread Konstantin Kolinko
2010/2/3 Konstantin Kolinko : > 2010/2/3 Lominchar García, José Luis : >>> >>>> jakarta_service_.log : >>> >>> Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat >>> >>> then switch to the "Logging" page and ch

Re: Embedding tomcat and bug in org.apache.catalina.startup.Catalina

2010-02-03 Thread Konstantin Kolinko
t is a bug. Please add it to bugzilla. You can include a link to your message, http://marc.info/?l=tomcat-user&m=126502245412565&w=2 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: How to enable RMISecurityManager in Tomcat 6.0?

2010-02-08 Thread Konstantin Kolinko
2010/2/7 Suman.P.S : > >  I am interested to know how to enable RMISecurityManager when Tomcat 6.0 is > running as Windows service? See http://marc.info/?l=tomcat-user&m=120156204111331&w=2 Best regards, K

Re: Critical Problem with Tomcat instances

2010-02-08 Thread Konstantin Kolinko
all 4 servers are different If you want us to point at your errors, you should post here your configuration files. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional command

Re: How to enable RMISecurityManager in Tomcat 6.0?

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Caldarale, Charles R : >> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] >> Subject: Re: How to enable RMISecurityManager in Tomcat 6.0? >> >> 2010/2/7 Suman.P.S : >> > >> >  I am interested to know how to enable RMISecurityManage

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Konstantin Kolinko
ld class files in the ${CATALINA_BASE}/work folder. Please remove them. 3. What were you trying to do, step by step, and at what step it fails? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat6 and https

2010-02-09 Thread Konstantin Kolinko
        sslProtocol="TLS" /> Try to specify keystoreFile="${catalina.base}/conf/keystore" keyAlias="tomcat" Note, that the SSL Howto document has "Troubleshooting" section: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#Troubleshooting HTTP

Re: 405 error?

2010-02-10 Thread Konstantin Kolinko
the source will be here: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_20/java/javax/servlet/http/HttpServlet.java?view=markup#l166 As said, do not call super.doGet(). Best regards, Konstantin Kolinko - To unsub

Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread Konstantin Kolinko
pache.org/download-native.cgi http://tomcat.apache.org/native-doc/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread Konstantin Kolinko
pecific to launching the Tomcat, and not to be used when shutting it down (see the comment at the start of catalina.sh). Though there is no much difference between them and you can leave it how it is. Best regards, Konstantin Kolinko -

Re: Digest Authentication

2010-02-11 Thread Konstantin Kolinko
mcat.apache.org/tomcat-6.0-doc/realm-howto.html#Digested%20Passwords Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Digest Authentication

2010-02-11 Thread Konstantin Kolinko
ealm in element in web.xml. If none is provided (not recommended) it defaults to the server name and port. >> digest -a sha stan2:Realm:stan2 I didn't see the above line. (The was no mention of stan2 down along the text). You cannot use sha with DIGEST. Only MD5 is supported by brows

Re: digest algorithm in BASIC auth

2010-02-12 Thread Konstantin Kolinko
2010/2/12 banto : > I´m trying all the combination, i mean i´m digesting > > user:realm:password with all of the algorithms but i cannot get that value. > See RFC 2617 or at least http://en.wikipedia.org/wiki/Basic_access_authentication Best regards, Konsta

Re: Tomcat dies suddenly

2010-02-12 Thread Konstantin Kolinko
s written, and log files are never explicitly closed. 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 dies suddenly

2010-02-12 Thread Konstantin Kolinko
t the ideas from Chris and Peter. > > Thanks for your insights. > > Carl > > - Original Message - From: "Caldarale, Charles R" > > To: "Tomcat Users List" > Sent: Friday, February 12, 2010 1:57 PM > Subject: RE: Tomcat dies suddenly &g

Re: Tomcat dies suddenly

2010-02-12 Thread Konstantin Kolinko
Can it be hardware? Do you have ways to monitor temperature in your box? http://www.bitwizard.nl/sig11/ Best regards, Konstantin Kolinko 2010/2/13 Carl : > Chuck, > > Darn, I thought we were onto something here but, as you suspected, the line > contains a lot of parameters and w

Re: tomcat 6 on solaris losing cookies

2010-02-12 Thread Konstantin Kolinko
front of Tomcat? Do you have HTTP proxies around? Are failing requests coming from some specific client? Are they coming from some specific browser? 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/httpd websites problem ?

2010-02-13 Thread Konstantin Kolinko
rder of the screen) (probably the stylesheet failed to load) c) correctly rendered page >From an error page footer I see that the EU server runs Apache/2.3.5, while US one uses Apache/2.3.3 Apache/2.3.5 (Unix) mod_ssl/2.3.5 OpenS

Re: Apache Tomcat/httpd websites problem ?

2010-02-13 Thread Konstantin Kolinko
g" error b) misrendered page (site search box is aligned to the left border of the screen) (probably the stylesheet failed to load) c) correctly rendered page >From an error page footer I see that the EU server runs Apache/2.3.5, while US one uses Apache/2.3.3 Apache/2.3.5 (Unix) mod_ss

Re: Socket Error in tomcat, white screen in browser

2010-02-13 Thread Konstantin Kolinko
zed Windows Sockets error". Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: not working for me in Tomcat 6.0.24

2010-02-13 Thread Konstantin Kolinko
2010/2/14 Peter McNeil : Here is a patch for you: - www.cjugaustraila.org + www.cjugaustralia.org Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: not working for me in Tomcat 6.0.24

2010-02-13 Thread Konstantin Kolinko
2010/2/14 Peter McNeil : > On 14/02/10 13:58, Konstantin Kolinko wrote: >> >> 2010/2/14 Peter McNeil: >> >> Here is a patch for you: >> -www.cjugaustraila.org >> +www.cjugaustralia.org >> > lol, you're suggesting that the whitespace in front o

Re: Tomcat not seeing servlet

2010-02-14 Thread Konstantin Kolinko
ath on that server. My proposals above turn this into a relative path (relative to the URL of the page that displayed that login.jsp snippet). See "relative URLs" in HTML spec for more details. Best regards, Konstantin Kolinko --

Re: Tomcat 6 is getting down

2010-02-15 Thread Konstantin Kolinko
e, e.g. use http://pastebin.com/ Also: 1) your exact Tomcat version = ? x.y.z 2) your operating system 3) step-by-step how you do starting it, etc, your configuration, .. Best regards, Konstantin Kolinko - To unsubscribe, e-mai

Re: tomcat 6 on solaris losing cookies

2010-02-16 Thread Konstantin Kolinko
bj > > Hopefully, this is just in our development environments! > > Thanks, > > -George > > > On Feb 12, 2010, at 2:32 PM, Konstantin Kolinko wrote: > >> 2010/2/13 George Baxter : >>> >>> Hello, >>> >>> We're running into an i

Re: How to enable logging when running Tomcat 5.5 under Eclipse 3.5?

2010-02-18 Thread Konstantin Kolinko
2010/2/18 David Griffiths : > Hi, I'm running Tomcat 5.5 under Eclipse 3.5. I want to see some access > logging because for instance it silently ignores imported style sheets it > can't find. I saw a reference somewhere to org.apache.catalina.valves. > AccessLogValve so I tried uncommenting that in

Re: Calling flushBuffer() in TOMCAT 6.0.20 returning NullPointerException.

2010-02-19 Thread Konstantin Kolinko
) 3. Starting with 6.0.24 setHeader() calls with null name or null value are silently ignored. Here is that change: http://svn.apache.org/viewvc?view=revision&revision=832206 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Calling flushBuffer() in TOMCAT 6.0.20 returning NullPointerException.

2010-02-19 Thread Konstantin Kolinko
2010/2/19 Christopher Schultz : > Konstantin, > > On 2/19/2010 2:22 PM, Konstantin Kolinko wrote: >> 1. The OP (chinmaytotekar) never mentioned what Tomcat version (s)he was >> using. >> What a disgrace. > > The thread subject seems to contradict this statement. &

Re: Restart one webapp

2010-02-20 Thread Konstantin Kolinko
2010/2/21 Jonathan Soons : > The documentation gives no way to append a username and password so this is > where I am stuck. > > www:~# wget localhost:8080/manager/list > --2010-02-21 02:31:52--  http://localhost:8080/manager/list > Resolving localhost... 127.0.0.1 > Connecting to localhost|127.0.

Re: problem in using context path in xsl:import

2010-02-21 Thread Konstantin Kolinko
2270 I do not know if those are applicable to you -- you didn't say much about your environment. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comman

Re: problem in using context path in xsl:import

2010-02-21 Thread Konstantin Kolinko
l tell you exactly. Another question is why relative path did not work for you. I think that the first XSLT file that you were loading does not know what path it was loaded from (or what it knows is not the correct information), and thus cannot resolve relative URLs properly. Best regards,

Re: jvm exits without trace

2010-02-24 Thread Konstantin Kolinko
ur case, most ideas of diagnosing such an issue are mentioned in the first dozen of messages of that thread. http://marc.info/?t=12632496092&r=1&w=2 http://marc.info/?t=12633901125&r=1&w=2 http://marc.info/?t=12647949758&r=6&w=2 ht

Re: [OT] Tomcat dies suddenly

2010-02-24 Thread Konstantin Kolinko
ka "catalina.sh start") will spawn a new process. I have never used strace myself, but it unlikely will be able to follow that. You should try "catalina.sh run" instead. Best regards, Konstantin Kolinko - To

Re: Tomcat loading dlls

2010-02-25 Thread Konstantin Kolinko
brary.path property overrides that. [1] http://tomcat.apache.org/lists.html [2] http://java.sun.com/docs/books/jni/html/design.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-25 Thread Konstantin Kolinko
2010/2/25 Albert Tumanov : > There is a concept of SSL session (Resumed TLS handshake), I think that will not work anymore, because of CVE-2009-3555 See http://tomcat.apache.org/security-6.html Best regards, Konstantin Koli

Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Konstantin Kolinko
ents from your XML. The above stack trace comes from OpenText (com.opentext.ecm.services.**), not from Tomcat. You better ask their support how they determine that address. . Best regards, Konstantin Kolinko - To unsub

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread Konstantin Kolinko
226 https://issues.apache.org/bugzilla/show_bug.cgi?id=47626 https://issues.apache.org/bugzilla/show_bug.cgi?id=40761 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-02 Thread Konstantin Kolinko
s unpacking and repacking a zip archive (which a war file ultimately is) requires a release cycle for you? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additiona

Re: Curious to know if the following is permitted

2010-03-02 Thread Konstantin Kolinko
protocols only. If you say about JNDI, I suppose you are going to use LDAP protocol. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: UDP fails, but doesn't throw a SecurityException

2009-06-24 Thread Konstantin Kolinko
> Version information: >        Tomcat/6.0.18 >        JVM     1.6.0_13-b03    Sun Microsystems Inc >        O/S Linux       2.6.28-13-server        i386 > > > Here's my question: if this was failing, why didn't it throw a > SecurityException?  It wou

Re: tomcat hang when start with "service tomcat start"

2009-06-30 Thread Konstantin Kolinko
t; /etc/init.d/tomcat start > > /etc/rc5.d/S80tomcat start > > $CATALINA_HOME/bin/startup.sh > AFAIK, one of essentials about /sbin/service is that starts the script using empty environment. Maybe that causes the difference. Best regards, Konstantin Kolinko ---

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Konstantin Kolinko
t looks like you have not restarted (reloaded) your web application. One of the ways to do so in development mode is to touch your WEB-INF/web.xml (or any other WatchedResource if those are configured). Another way is to use the Tomcat Manager web application. http://tomcat.apache.org/tomcat-6.

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Konstantin Kolinko
ntent); >> > 27 } >> >> wow. old school. > > Don't you love it when people think "return" is a method call?  Can't ever > have too many parentheses... > if(attr!=null) return(attr); - in o.a.c.con

Re: Where can i get the specification of web.xml?

2009-07-03 Thread Konstantin Kolinko
at 6, Servlet 2.4 for Tomcat 5.x Also, each web.xml has DTD or schema reference in its first lines, that determine to which version of the spec the web app adheres. See http://java.sun.com/products/servlet/reference/api/index.html

Re: Http Session Null issue

2009-07-03 Thread Konstantin Kolinko
> HttpSession session = request.getSession(); Is the request a legit one (that is, the one that is being served by Tomcat now)? Requests are recycled immediately after their processing is done, and it can result in null being returned by that method (though throwing an IllegalStateException would

Re: Multiple invocation of servlet with the same URL request

2009-07-06 Thread Konstantin Kolinko
ick the link several times. There are also some download accelerators that try to open several connections to download a file faster (asking for different byte ranges of the same file). Best regards, Konstantin Kolinko - To un

Re: header in Tomcat 6.x

2009-07-06 Thread Konstantin Kolinko
2009/7/6 Tuan Quan : > Dear all; > How can I set header in Tomcat 6 similar to IIS, in a way that when users > type URL: > http://mywebserver_name > it automatically forwards to my webapp URL: > http://mywebserver_name/myweb/jsp/login.jsp Don't know what there is in IIS, but here you can set up

Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Konstantin Kolinko
l#Configuration and the source of JspC class. In current 6.0 releases the default for those options in JspC is 1.4, which is wrong, and will be changed to be "1.5" in 6.0.21. Best regards, Konstantin Kolinko 2009/7/10 Elliot Huntington : > An Object is not a List even though a Lis

Re: Problems downloading files. How to identify the CANCEL butto n?

2009-07-11 Thread Konstantin Kolinko
What is the business requirement that forces you to log such information? What is the cost of a false positive? Some time ago I experimented with AccessLogValve, trying to download some large file, to see how it logs aborted downloads. I used Firefox and pressed cancel as soon as "Save As" dialog

Re: Symlinks inside WEB-INF/classes not working for me

2009-07-13 Thread Konstantin Kolinko
stinguish between > symbolic and hard links. and some OS does not have the ability to distinguish lowercase and uppercase names. (joking...). See how allowLinking and caseSensitive options are implemented in StandardContext. Best regards

Re: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-14 Thread Konstantin Kolinko
2009/7/14 Neil Youngman : > I'm having trouble getting Oracle access from Axis2 to work under > Tomcat 6. I've spent a lot of time Googling and prodding and poking > the application and I haven't found a solution that works for me. > > Oddly the configuration I'm using seems to work for another > a

Re: Deploying ROOT application errors.

2009-07-15 Thread Konstantin Kolinko
Usual questions: 1. Your exact Tomcat version. 2. Your OS and configuration. > If I try to deploy ROOT.war via the manager It just deletes the contents of > the ROOT expanded directory minus the web-inf and meta-inf folders. Maybe the following will help you: http://wiki.apache.org/tomcat/FAQ/Wi

Re: MalformedObjectNameException: Unterminated key property part

2009-07-16 Thread Konstantin Kolinko
1. What, exactly, Tomcat version is it? Do not forget to mention it when asking the questions here. 2. This is wrong:

Re: useHttpOnly - how to?

2009-07-16 Thread Konstantin Kolinko
or 5.5 branch it will be in Tomcat 5.5.28 (not yet released). For 6.0 it is available since 6.0.20 release. (or 6.0.19, but that version was not released) Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-un

Re: Any Help on this would be really appreciated...

2009-07-16 Thread Konstantin Kolinko
hat your valve is using. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Photo gallery webapp for Tomcat

2009-07-16 Thread Konstantin Kolinko
2009/7/16 David kerber : > I'm looking for a free or low-cost photo gallery package suitable for > hosting on tomcat, for use on my personal web site (which is on my home > computer).  Something along the lines of coppermine > (http://coppermine-gallery.net), but that doesn't require a separate htt

Re: useHttpOnly - how to?

2009-07-16 Thread Konstantin Kolinko
dated when a release is done, not when someone updates them. > Konstantin Kolinko wrote: >> >>> X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA_CP02 (build: >>> SVNTag=JBPAPP_4_2_0_GA_CP02 date=200801291544)/Tomcat-5.5 >> >> There is a build date in the above heade

Re: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-18 Thread Konstantin Kolinko
shown by tomcat6w tray icon), or waiting until log4j flushes the logs. 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 admin webapp audit

2009-07-18 Thread Konstantin Kolinko
> > there is a way to trace into a log file all the connections (and also every > connection attempt) made into the "admin" tomcat webapp ? What I need to > know is: > > login timestamp > user > src ip > It is called AccessLogValve, http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html --

Re: Is it not possible to install apache-tomcat-6.0.20 with a J2SE 5 JRE

2009-07-18 Thread Konstantin Kolinko
Is you Windows 32-bit, or 64-bit one? 2009/7/18 Varuna Seneviratna : > Manually you can get it running But it is not possible to install using the > setup apache-tomcat-6.0.20.exe. > > Varuna > > 2009/7/18 Mark Thomas > >> Varuna Seneviratna wrote: >> > When I run the set up apache-tomcat-6.0.2

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Konstantin Kolinko
See http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html#A%20word%20on%20Contexts Tomcat makes a copy of your META-INF/context.xml when the application is deployed, and will not see changes to that file unless you fully undeploy and redeploy your application. 2009/7/19 Lucas Vickers : > w

Re: Issues running 2 versions of tomcat?

2009-07-21 Thread Konstantin Kolinko
on Java 6, and Tomcat 5 apps run fine when deployed on Tomcat 6, and two instances of Tomcat, be them of different or of the same version, run fine with each other. 4. What do you mean by "8085-8100" Best regards, Konstantin Kolinko ---

Re: Is it not possible to install apache-tomcat-6.0.20 with a J2SE 5 JRE: A new development

2009-07-21 Thread Konstantin Kolinko
"forbid" item when you were asked, or maybe it did not ask you at all. In any case, Kaspersky can be temporarily disabled from menu that pops up when you right-click its icon in the tray, or from its configuration dialog. Best regards, Konstantin Kolinko -

Re: Editing startup.sh - help

2009-07-22 Thread Konstantin Kolinko
following line org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false to the catalina.properties file Best regards, Konstantin Kolinko 2009/7/22 David Smith : > Probably there needed to be a \ line continuation above the line you > added.  Additionally I believe this stuff should fi

Re: XSS vulnerability in Tomcat Host Header

2009-07-22 Thread Konstantin Kolinko
attribute on a element in server.xml In that case the one that is in request will be ignored. Documentation is here: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html Best regards, Konstantin Kolinko ---

Re: Fwd: Is it not possible to install apache-tomcat-6.0.20 with a J2SE 5 JRE: A new development

2009-07-23 Thread Konstantin Kolinko
. I think that "SERVICE_NAME" variable was not defined, and you cannot use "%SERVICE_NAME%" (literally) as a service name. The name must be alphanumeric, no spaces etc., and "%" ((char)37) is not a valid character here. Best regards, Konstantin Kolinko -

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread Konstantin Kolinko
> JVM Vendor:     Apple Inc. > > > > Lloyd Chambers > http://diglloyd.com > http://macperformanceguide.com/ > [Mac OS X 10.5.2 Intel, Tomcat 6.0.16] It should be the following issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 It was fixed in rev

Re: Newbie: CSS not taking effect

2009-07-31 Thread Konstantin Kolinko
2009/7/31 Roman Sokolyuk : > I have only one question. How does the browser determine which parts of the > URL to strip? > http://tools.ietf.org/html/rfc3986#section-5 http://www.w3.org/TR/html401/struct/links.html#h-12.4.1 Also, if I remember correctly, unless you remove this line: it won't wo

Re: Tribes

2009-08-08 Thread Konstantin Kolinko
ot; bundle in the release. http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/ If you consider any improvements, please file an issue. Patches are welcomed. Best regards, Konstantin Kolinko 2009/8/4 Martin Gainty : > > i like Ant javadoc as a follow-up task for javac ..(part of the buil

Re: Tomcat 6 shutdown hangs server when using JDK 6.0_15

2009-08-11 Thread Konstantin Kolinko
utdown steps are successfully completed before the hang occurs. 6. > This occurs when shutting down the canned instance, or any other webapp such > as artifactory. I do not understand this part of the above phrase: "any other webapp such as artifactory". What do you mean by

Re: test

2009-08-12 Thread Konstantin Kolinko
at it is sent. Please start here: http://tomcat.apache.org/lists.html#tomcat-users BTW, archived copies of your test mails: http://markmail.org/thread/cfvxc3xdeqtjb6g6 http://markmail.org/thread/a35f3tabuc6ddzpm Best regards, Konstantin Kolinko

Re: Setting Context Path in Tomcat

2009-08-12 Thread Konstantin Kolinko
ase directory, and create a element for > each in conf/Catalina/[host]/[appName].xml.  (In your case, appName would be > group1#app1, group1#app2, group1#app3.)  Inside each element, > include a docBase attribute that points to the location of the respecti

Re: Tomcat writing the wrong timestamp on compiled JSP's

2009-08-14 Thread Konstantin Kolinko
ation and the fix, or > is it not a fix ? > WinSCP documentation: http://winscp.net/eng/docs/timestamp FAQ pages (they point back to documentation, though): http://winscp.net/eng/docs/faq_win_timestamp http://winscp.net/eng/docs/faq_timestamp Best regards, Konstantin Kolinko ---

Re: website offline

2009-08-28 Thread Konstantin Kolinko
e able to check it by yourself: there is a PGP signature for each of the released files provided by release managers, and their public keys can be found in SVN, e.g. here: https://svn.apache.org/repos/asf/tomcat/trunk/KEYS and on some keyservers. http://www.apache.org/info/verification.html Best r

Re: maling list archives and bug tracker dumps for academic research evaluation

2009-09-04 Thread Konstantin Kolinko
n to be documented/mentioned anywhere. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Loading Jar files in a particular order on Tomcat 6

2009-10-03 Thread Konstantin Kolinko
F/lib -- see SRV.9.5 "The Web application class loader must load classes from the WEB-INF/ classes directory first" Thus the solution in this case is to unpack those jars that must come first. If those are shared libraries, e.g. in ${catalina.base}/lib, you can specify an order

Re: resource not available : Apache Tomcat/6.0.20 with java jdk1.6.0_16 on linux 2.6.30.1

2009-10-04 Thread Konstantin Kolinko
. There must be a double equal sign there: -Djava.security.policy==/srv/apache2/wsites/myportal/catalina/conf/catalina.policy That is, the value starts with a '='. See java security docs for the meaning. Best regards, Konstant

Re: resource not available : Apache Tomcat/6.0.20 with java jdk1.6.0_16 on linux 2.6.30.1

2009-10-04 Thread Konstantin Kolinko
1316 INFO: No default web.xml That message is about ${catalina.base}/conf/web.xml You have -user jsrvd on your jsvс command line. Are those files readable by that user? Best regards, Konstantin Kolinko 2009/10/4 Linux sysadmin : > Thank Konstantin and Peter for your fast re

Re: resource not available : Apache Tomcat/6.0.20 with java jdk1.6.0_16 on linux 2.6.30.1

2009-10-04 Thread Konstantin Kolinko
delete them all) and remove the files that are in the /work folder before starting Tomcat. Best regards, Konstantin Kolinko > I am analysing the strace logs for trying to have an answer > > Cheers > > Gerald > > > Konstantin Kolinko wrote: >> >>  1316 I

Re: Prevent Tomcat from using compression for IE6

2009-10-04 Thread Konstantin Kolinko
2009/10/5 gc2 : > (noCompressionUserAgents[i].matcher(userAgentValue).matches()) The above is the call to java.util.regex.Pattern.matcher(String).matches(). See JavaDoc of the java.util.regex.Pattern class for regular expressions syntax. Best regards, Konstantin Koli

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-06 Thread Konstantin Kolinko
2009/10/7 srinivas2828 : > > Hi Deepa > I integrated tomcat with eclipse(I downloaded Eclipse-Galelio) then i got > and I am facing one problem that when I start Tomcat server it came with one > error message which says "Starting Tomcatv6.0 Server at localhost has > encoutered a problem, Port 80 re

Re: JNI problem

2009-10-08 Thread Konstantin Kolinko
2009/10/8 Mohamedin : > Here is one function that always crash. The portion of the code that couse > the crash in my opinion is the if which has malloc. I noticed it crash > whenever it is called with the same srcFile and dstFile > > int reduce_quality(const char * srcFile, const char * dstFile, in

Re: ssl_error_internal_error_alert in firefox only, dependent on jdk version (tomcat 5.5.26)

2009-10-08 Thread Konstantin Kolinko
1.5 and JDK 1.6 might be different. That is, the browser and the server might not agree on what cipher to use. (though why there is the "internal_error" alert ?) Best regards, Konstantin Kolinko 2009/10/2 Nada O'Neal : > Hey everyone - > > I'm stuck on Tomcat 5.5.26 t

<    1   2   3   4   5   6   7   8   9   10   >