Re: Servlet mapping, welcome file and trailing slashes

2010-03-06 Thread Konstantin Kolinko
til.http.mapper.Mapper#internalMapWrapper(..) See [The path is empty, redirect to "/"] comment 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: IIS Tomcat Connector ISAPI 1.2.27 cannot connect to running Tomcat 5.5 Instances

2010-03-07 Thread Konstantin Kolinko
quot; on the connector, so that it listens locally only 4. user accounts that are used to run IIS and Tomcats - what are they, and whether there were changes?? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubsc

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread Konstantin Kolinko
ns. (E.g., new listeners in server.xml, new mime-types in web.xml, new permissions in the policy file, and so on). So it is always advisable to review the default configuration and add your on top of it. Best regards, Konstantin Kolinko --

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread Konstantin Kolinko
2010/3/8 David kerber : > Caldarale, Charles R wrote: >>> >>> From: David kerber [mailto:dcker...@verizon.net] >>> Subject: Re: Installation differences between 6.0.24 and 5.5.28 >>> >>> That's what I'm trying to figure out, what those differences are. >> >> Regardless, you cannot reliably share an

Re: which subdirectories where ?

2010-03-08 Thread Konstantin Kolinko
n.loader in catalina.properties in 5.5 and 6.0 has different values. The 5.5 one references subdirectories that do not exist in 6.0. IIRC, this issue was asked at least three times in the last year. The stack trace and message are always the same, so it should be e

Re: tomcat shutdown: catalina.sh STOP vs SIGTERM

2010-03-08 Thread Konstantin Kolinko
6.0.24, because logging system shutdown was made more robust. This shutdown hooks race is already fixed in the current 6.0.x sources -- that will be 6.0.26. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-un

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread Konstantin Kolinko
2010/3/8 tembugs tembugs : > In my servelt, I try to transform my xml data available as a string to html > using the xsl files available. > http://marc.info/?t=12665788981&r=1&w=2 That was your thread. Is anything different now? Best regards, K

Re: class loaded twice when sharing wlfullclient.jar by two web apps

2010-03-08 Thread Konstantin Kolinko
;s some other solution. > Note, that there exists the following class: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/loader/VirtualWebappLoader.html though it is not recommended for production. Best regards, Konstantin Kolinko --

Re: Commons DBCP in Tomcat 6.x

2010-03-09 Thread Konstantin Kolinko
> 1. How is your is defined. Please show us (remove any passwords). Note, that you have to specify className="..." explicitly. 2. What, exactly, stack trace you are getting? Best regards, Konstantin Kolinko - To unsubscri

Re: Eclipse Galileo & Tomcat 6 - Win Vista IIS HTTP Error 500.24 - Internal Server Error

2010-03-09 Thread Konstantin Kolinko
4. I do not know whether your GlassFish is running. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-09 Thread Konstantin Kolinko
server.xml > A document that might add to the above: http://tomcat.apache.org/migration.html 5. In Tomcat 5.5 the commons-logging library was bundled with Tomcat and was visible to all installed applications. In Tomcat 6 you have to deploy it explicitly, i

Re: Possible issues with Jasper in latest Tomcat release (6.0.24)

2010-03-09 Thread Konstantin Kolinko
2010/3/9 Sai Pullabhotla : > Do you know when the 6.0.26 with this patch will be available? > A release candidate for 6.0.26 has been proposed for voting several hours ago. See the thread "[VOTE] Release build 6.0.26" on the dev list. You may participate in the testing. Best reg

Re: Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Konstantin Kolinko
.apache.org/viewvc?view=revision&revision=918495 https://issues.apache.org/bugzilla/show_bug.cgi?id=48584 also mentions this issue. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: Tomcat DBCP : testOnBorrow not working (?)

2010-03-10 Thread Konstantin Kolinko
n your application is deployed on Tomcat. (the path will be different if you have different Service and Host names. The above ones are the defaults). Look there and make sure that your updates to context.xml were picked up by Tomcat. Best regards, Konstantin K

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
If you will not get an answer here, you might better try the axis project users list, http://ws.apache.org/axis2/mail-lists.html I do not really know, but does content of your war file looks like is listed here?: http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
e the one in the manual. So I think it is a correct one. >> http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services Try to browse the following URL: http://localhost:8080/axis2/axis2-web/ Best regards, Konstantin Kolinko ---

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
r -outfile ./logs/catalina.out > -errfile ./logs>/catalina.err org.apache.catalina.startup.Bootstrap See RUNNING.txt in the root directory of Tomcat distributive. It is easier to use *.sh files that are in the bin folder, than jsvc. Best reg

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/11 Terence Coffey : > INFO: Deploying web application archive axis2.war > SEVERE: Exception fixing docBase for context [/axis2] > java.io.FileNotFoundException: > /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis > 2/META-INF/MANIFEST.MF (No such file or directory) >        at java.io.FileO

Re: Disabling http connector

2010-03-11 Thread Konstantin Kolinko
2010/3/11 Cummins College : > Hi, > > I know that https by enabling the secure attribute to true. But what if I > want to "disable" the http connector? > > To elaborate, I want the https connector to be disabled when http runs and > vice versa. I do not understand your question. Each Connector ac

Re: TOMCAT 6 Error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap

2010-03-11 Thread Konstantin Kolinko
2010/3/11 Gustavo A. Daud : > I install again the tomcat 6 How did you install Tomcat? Did you download the proper distributive from http://tomcat.apache.org/ ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For ad

Re: Tomcat 6.0.26 Download and Release Notes

2010-03-11 Thread Konstantin Kolinko
apache.org/tomcat-6.0-doc/changelog.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: Issues with Tomcat 6.0.26

2010-03-12 Thread Konstantin Kolinko
fixes -- what JSP specification version they are using? It must be 2.1, not 2.0 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Konstantin Kolinko
-instance"; version="2.1"> Yes, that is JSP 2.1 Note, that element in web.xml can be used to specify different location for the TLD file. If the file is not specified in web.xml, make sure that element value in your TLD file matches URI that you used for your tags. That

Re: Setting HTTP Response Headers Through Tomcat Configurations

2010-03-16 Thread Konstantin Kolinko
a.sun.com/products/servlet/reference/index.html [3] http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/Valve.html [4] http://tuckey.org/urlrewrite/ Best regards, Konstantin Kolinko - To unsubscribe, e-ma

Re: Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Konstantin Kolinko
ing.FileHandler. > #1catalina.org.apache.juli.FileHandler.level = FINE > #1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs > #1catalina.org.apache.juli.FileHandler.prefix = catalina. > Best regards, Konstantin Kolinko -

Re: Tomcat-Spring-Eclipse/Flex Classpath Issue

2010-03-17 Thread Konstantin Kolinko
2010/3/17 Goldberg, Michael1 : > I am using Tomcat version 6.0.x, Spring 2.5 in eclipse 3.4.2.  Trying to > configure a tomcat webserver which hosts the backend for a flex web app. > > Now on startup tomcat is having an issue resolving some spring dependancies > which appears to be a classpath is

Re: jndi global look up questions

2010-03-18 Thread Konstantin Kolinko
2010/3/18 Narahari 'n' Savitha : > If anyone has had this direct global JNDI access need could you share that > info ? What do you mean by "global" JNDI access. Note that, IIRC, you cannot access resources defined in server.xml's GlobalResources, unless you add a element to your context.xml htt

Re: Compiling JSP with SMAP

2010-03-25 Thread Konstantin Kolinko
e files when running Tomcat. Format of the SMAP is specified by JSR 045, http://jcp.org/en/jsr/detail?id=045 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additiona

Re: Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread Konstantin Kolinko
y that that will be a concern for you, though. 3. It is possible to precompile JSP pages of a web application that is already deployed on the web server. See chapter JSP.11.4.2 "Precompilation Protocol" in the JSP 2.1 specification. Best regards, Konstantin Kolinko -

Re: Is it possible to set the port for tomcat manager to 8080 and root port 80???

2010-03-25 Thread Konstantin Kolinko
it will be effectively useless for you. 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 PUT not working

2010-03-25 Thread Konstantin Kolinko
pplication. Note, that e.g. Tomcat Manager application (o.a.catalina.manager.ManagerServlet) uses PUT for some requests (e.g. when called from Ant tasks). So it definitely does work. Best regards, Konstantin Kolinko - To un

Re: Tomcat 6.0.26 pulled from mirrors?

2010-03-26 Thread Konstantin Kolinko
http://www.apache.org/dist/tomcat/tomcat-6/ > > > Is 6.0.26 just getting redeployed? If so, what is the reason? > Thank you for noting. The EU apache mirror was offline since 7th of March. Now it is back to life, but apparently it is out of sync with the main US site. > A curiou

Re: httpd vs. Tomcat performance

2010-03-27 Thread Konstantin Kolinko
rformance_and_Monitoring and it can be updated. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: BASIC Authentication : Not working

2010-03-28 Thread Konstantin Kolinko
2010/3/28 Binu Kuttikkattu Idicula : > The exact URL which I access is > http://localhost:8080/corejspbean/StringBean.jsp . How do I define a > URLPattern for this? /StringBean.jsp I suppose that your application is "corejspbean.war" or is in webapps/corejspbean -

Re: BASIC Authentication : Not working

2010-03-28 Thread Konstantin Kolinko
b application). That is why there is no "corejspbean" in the pattern. 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 app. can no longer connect to MySQL

2010-03-28 Thread Konstantin Kolinko
gs(SettingsFactory.java:128) >        at > org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) >        at > org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) Looks like your Hibernate configuration is incomplete. Can it be

Re: access to localhost:8080 fails

2010-03-28 Thread Konstantin Kolinko
n IDE? There are two vista-related items on the FAQ page here: http://wiki.apache.org/tomcat/FAQ/Windows#Q8 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: [OT] SecurityManager and Java Policy Files

2010-03-29 Thread Konstantin Kolinko
L="false" on a . By the way, Mark's presentations from recent ApacheCons are here: http://people.apache.org/~markt/presentations/ 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 WWW-Authenticate header sent when error-page 401 is configured

2010-03-30 Thread Konstantin Kolinko
look in the changelog. I am certain that it is fixed in 6.0.x about a year ago, but I do not remember whether it was backported to 5.5 or not -- you can find that yourself (e.g. try 5.5.28). Best regards, Konstantin Kolinko - To uns

Re: Hide JSP name using web.xml

2010-03-31 Thread Konstantin Kolinko
by http://domain.com/folder1/abcd.jsp. It can be done by calling ServletContext.getRequestDispatcher("/folder1/abcd.jsp").forward(request, response) The above call can be performed by a Servlet or by a Filter. E.g. you can use http://tuckey.org/urlrewrite/ or write your own filter. B

Re: Cyclos application install(s)

2010-03-31 Thread Konstantin Kolinko
crewed when "copying" a database. I can suggest to start with installing a new copy of cyclos next to the existing one. (Do they support installation with a non-default name?) Best regards, Konstantin Kolinko - To uns

Re: [OT] Re: jvm exits without trace

2010-03-31 Thread Konstantin Kolinko
hod? I suspect that if > something were wrong in that method, it would be apparent to roughly 50% > of the world's web servers. > That is TC-Native's Socket.accept method. If that happens at shutdown, then that is a known issue: https://issues.apache.org/bugzilla/show_bug.cgi?

Re: [OT] Re: jvm exits without trace

2010-03-31 Thread Konstantin Kolinko
2010/4/1 Konstantin Kolinko : >> [snip] >> >>> # Problematic frame: >>> # C  [libapr-1.so.0+0x1c0a0] >> >> [snip] >>> >>> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) >>> j  org.apache.tomcat.jni.Socket.accept(

Re: Hide JSP name using web.xml

2010-04-01 Thread Konstantin Kolinko
of your resources at runtime. Read the Servlet specification ! You can find the links in the first few sentences here: http://wiki.apache.org/tomcat/FAQ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsub

Re: Error in start tomcat 5.5

2010-04-06 Thread Konstantin Kolinko
2010/4/6 Leon Li : > INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 A version that is several years old. You better consider upgrading. > log4j:ERROR setFile(null,true) call failed. Something weird with Log4J configuration. What path it tries to write to? Best regards, Konstantin K

Re: Major Tomcat classloading issues with javaagent command line switch

2010-04-06 Thread Konstantin Kolinko
deployed at any time, at which point their classloader and their classes become unavailable. Using those for something that is JVM-wide may lead to leaked memory at best, or do not work at all. [1] http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html Best regards, Kon

Re: Which native library?

2010-04-12 Thread Konstantin Kolinko
le stage of 1.1.19 and up somewhere. > Jeff > 1. I wonder why you are not observing https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 2. Please try 5.5.29 - see voting thread on dev@ list. Best regards, Konstantin Kolinko ---

Re: Tomcat 6.0.26, JSF problems

2010-04-13 Thread Konstantin Kolinko
.24 and earlier the deferred expressions were processed regardless of the specification version specified in web.xml. That was changed/fixed in 6.0.26. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@to

Re: Hung threads

2010-04-15 Thread Konstantin Kolinko
ows > everything about these Connectors to comment. > >>     >                maxThreads="150" minSpareThreads="5" maxSpareThreads="75" >>                enableLookups="false" accept

Re: 8443 to 443 problem

2010-04-15 Thread Konstantin Kolinko
2010/4/15 Me Self : > I am trying to use port 443 for https - without success so far. > I changed from 8443 to 443 in two places in server.xml: > >   > ... >             port="443" ... >           scheme="https" secure="true" clientAuth="false" >           keystoreFile=... >           keystorePass=

Re: Trouble accessing content in webapps/ROOT

2010-04-15 Thread Konstantin Kolinko
r allow,deny >    Allow from all >   >  JkMount (...) > > I am successfully able to access JSP content in other webapps directories > other than ROOT.  Thanks, - Dave > Best regards, Konstantin Kolinko - To u

Re: question about APR based native library

2010-04-15 Thread Konstantin Kolinko
Nio connector is more modern, available since TC 6.x only, but that is several years already. > less stable than the pure Java code Note, that that also depends on the JRE implementation that you would be using. Best regards, Konstantin Kolinko -

Re: 8443 to 443 problem

2010-04-16 Thread Konstantin Kolinko
ust be ignored, as I wrote above). Thus it looks like a Tomcat 6.0 configuration. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Basic Question

2010-04-16 Thread Konstantin Kolinko
index.html http://tomcat.apache.org/tomcat-6.0-doc/appdev/index.html http://wiki.eclipse.org/WTP_Tomcat_FAQ You may also want to know, that ${catalina.base}/conf/web.xml provides the defaults for your WEB-INF/web.xml. Do not change that common file (in /conf), though, unless it is really needed. Best rega

Re: Hung threads

2010-04-16 Thread Konstantin Kolinko
on such an issue. Do you have any error messages in your logs, or in the catalina.out file (aka the file that catches your stderr stream)? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.ap

Re: DB connection error -Tomcat 6 config

2010-04-16 Thread Konstantin Kolinko
/MemoryLeakProtection >> search for "TimerThread" >> Probably you meant https://issues.apache.org/bugzilla/show_bug.cgi?id=48971#c5 When the reply goes above the original question (aka top-posting), it is usually hard to read. Best regards, Konstantin Kolinko ---

Re: Way to generate a "localhost.log" instead of "localhost-4-20-2010.log"?

2010-04-19 Thread Konstantin Kolinko
ion, that is already available. Just use a http://java.sun.com/javase/6/docs/api/java/util/logging/FileHandler.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additi

Re: JSESSIONID being lost

2010-04-20 Thread Konstantin Kolinko
over request headers to see if the cookie is actually present, and what path it contains, etc. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Way to generate a "localhost.log" instead of "localhost-4-20-2010.log"?

2010-04-20 Thread Konstantin Kolinko
JavaDoc that I mentioned for details. http://java.sun.com/javase/6/docs/api/java/util/logging/FileHandler.html Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Re: virtual host configuration

2010-04-21 Thread Konstantin Kolinko
.28 > http://localhost:8080/docs/virtual-hosting-howto.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: Can't login to Tomcat manager pages

2010-04-21 Thread Konstantin Kolinko
ase" resource is declared in server.xml. The contents of the file looks OK for me, and you said that you did not forget to restart Tomcat. Maybe there are some error messages in the logs? Best regards, Konstantin Kolinko

Re: [Tomcat 7-RC1] JNDI Startup Issue

2010-04-21 Thread Konstantin Kolinko
w_bug.cgi?id=49132 that would be nice. It would be a bit easier if it would be a simple one. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Can't login to Tomcat manager pages

2010-04-22 Thread Konstantin Kolinko
ped by mailing list software, but yours somehow reached me. . Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: a servlet-related Java question

2010-04-22 Thread Konstantin Kolinko
CE property is set to true. http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html#Specification Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: a servlet-related Java question

2010-04-22 Thread Konstantin Kolinko
2010/4/23 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Konstantin, > > On 4/22/2010 4:53 PM, Konstantin Kolinko wrote: >> 2010/4/23 Kris Schneider : >>> On Thu, Apr 22, 2010 at 4:31 PM, Christopher Schultz >>> wrote: >>

Re: Problem with starting tomcat5

2010-04-27 Thread Konstantin Kolinko
hat the above directories as well as $CATALINA_BASE/conf/Catalina/, $CATALINA_BASE/webapps and the files in them are writeable. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > I am using the latest version of Tomcat (v6) > There are about 20 different releases of Tomcat v6. Which one do you use (x.y.z), or are you building it yourself? What are your operation system and Java vendor and versions? Best regards, Konstantin K

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
prevent jar locking on Windows. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
es, those options. In 6.0.26 you will have JreMemoryLeakPreventionListener in default server.xml, which should be enough to prevent jar locking. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.o

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Jamie : > Konstantin > > I just tried 6.0.26 and no joy. JARs remain locked by Windows. In the auto > update application I call context.stop() immediatel and System.gc() but alas > all JAR files are locked. Any other ideas? > > Jamie > > On 2010/04/27 04:17 P

Re: deleted page not immediately invalidated

2010-04-27 Thread Konstantin Kolinko
2010/4/27 M.H.G. Emmerig : > > > What could be causing this behaviour? > Some tomcat versions work like that. See bugzilla for more details. I have no clue on what Tomcat version you are using, etc. etc. Best regards, Konsta

Re: JAR files still locked after Context.stop()

2010-04-27 Thread Konstantin Kolinko
deploy + redeploy of the application. 6. The "context" that you are calling stop() and start() is the right object, i.e. it is an instance of StandarrdContext? Best regards, Konstantin Kolinko - To unsub

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Konstantin Kolinko
please open a bug and attach a simple war file that would reproduce the problem. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: FAQ: Tomcat 6 Java Version Requirements

2010-04-29 Thread Konstantin Kolinko
ove mentioned README, the documentation, and also included in every download bundle. 3. RUNNING.txt that is included into distributions as well. Anything else is needed? Best regards, Konstantin Kolinko - To unsubscrib

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Konstantin Kolinko
ation. The paths in @include are relative to the web application and not to the site root. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: FAQ: Tomcat 6 Java Version Requirements

2010-04-29 Thread Konstantin Kolinko
2010/4/30 André Warnier : > Konstantin Kolinko wrote: >> >> 2010/4/29 Christopher Schultz : >>> >>> I was just looking on the TC site to see what minimum Java version is >>> required for TC 6. I just assumed that it would be there because, >>> wh

Re: Failed to deploy application

2010-05-03 Thread Konstantin Kolinko
pplication. Does that match your expectations? http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Deploy%20A%20New%20Application%20from%20a%20Local%20Path Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsu

Re: Failed to deploy application

2010-05-03 Thread Konstantin Kolinko
try to automate something? Or you just do not know about GUI application, http://localhost:8080/manager/html Do you have autoDeploy turned off for your Host? Because if it is on (the default), then your "JSPTut" is already deployed automatically if it is in Tomcat's

Re: Tomcat 5.5 won't do TLS

2010-05-04 Thread Konstantin Kolinko
l="org.apache.coyote.http11.Http11Protocol" FIXME: 1) The SSLEnabled attribute is @since Tomcat 6. It should not be present in the examples, though it does not hurt, because unknown configuration attributes are ignored in Tomcat 5.5 2) SSLCertificateFile, SSLCertificateKeyFile are not mention

Re: md5

2010-05-06 Thread Konstantin Kolinko
t-6.0.26.zip has to be 6504274 bytes. 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 able to use two oracle resources/

2010-05-06 Thread Konstantin Kolinko
econd one Are there any message is the logs? There must be some. 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.26 -security option

2010-05-07 Thread Konstantin Kolinko
details, if you are curious. 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 JULI resets JDK logging? Tomcat 6.0.26

2010-05-07 Thread Konstantin Kolinko
assLoader() in any place of your web application, e.g. in a Listener I think b) would be easier. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: java servlets, jsp and python

2010-05-11 Thread Konstantin Kolinko
. 2. A confirmation will be sent to you. You have to reply to it to complete the unsubscribe process. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: u

Re: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Konstantin Kolinko
on class exists. It just compares strings: the name of the exception class and the name configured in web.xml. Also, on an error page you should be able to access the exception as request.getAttribute("javax.servlet.error.exception") see SRV.9.9.1 so you will be able to see what is

Re: Tomcat 6 does not evaluate certain EL expressions

2010-05-12 Thread Konstantin Kolinko
TC6. but is waiting for the 3rd vote from committers to be applied. By the way, probably href="${'#'}${currentBlockName}" will work for you. Best regards, Konstantin Kolinko - To unsubscribe,

Re: Jmxproxy issue

2010-05-14 Thread Konstantin Kolinko
dy said, you should consider upgrading. > Tomcat 5.5.9 is really old (released 14 Oct 2005) - that's 35 internet > years using the Standard Internet Time Notation. > Best regards, Konstantin Kolinko - To unsu

Re: Restrict http methods

2010-05-14 Thread Konstantin Kolinko
e. (In assumption that none of them actually needs DELETE). Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Konstantin Kolinko
://www.apachelounge.com/download/ Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: protocol handler pause failed

2010-05-17 Thread Konstantin Kolinko
ail. (But if they do, it would be one of the reasons to restart Tomcat). 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 using "response.sendRedirect" to redirec t to URL that includes "ñ" or tilde

2010-05-17 Thread Konstantin Kolinko
es the web browser (IE8, Firefox 3.6) can´t find the server. > The true domain name for that server is http://www.xn--corua-rta.es/ http://en.wikipedia.org/wiki/Internationalized_domain_name Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Misunderstanding deployOnStartup actions

2010-05-17 Thread Konstantin Kolinko
here online? Is it anywhere at http://tomcat.apache.org/ ? > - and yet the default is that autoDeploy and deployOnStartup are both > true Yes, I can confirm that they are both true by default. Best regards, Konstantin Kolinko ---

Re: Problem using "response.sendRedirect" to redirec t to URL that includes "ñ" or tilde

2010-05-17 Thread Konstantin Kolinko
fill in a web form. > > Thanks for your reply. > > Best regards. > > > -----Mensaje original- > De: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Enviado el: lunes, 17 de mayo de 2010 16:59 > Para: Tomcat Users List > Asunto: Re: Problem using "response.sendR

Re: JAXBContext leaks memory

2010-05-17 Thread Konstantin Kolinko
. I hope that that is not your case. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Way to record what URL an error originated from in my localhost file?

2010-05-22 Thread Konstantin Kolinko
ere is a valve somewhere is just implementation details. Specifications for Tomcat 6: Servlet spec: http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index2.html JSP spec: http://jcp.org/aboutJava/communityprocess/final/jsr245/index.html Best

Re: el-api2.2 is not compatible with tomcat6 and jsp

2010-05-24 Thread Konstantin Kolinko
SP 2.1 only and cannot work with el-api2.2 Some candidate builds of Tomcat 7 are already available, but have not been released yet. You may participate in testing, see the dev@ list. http://marc.info/?l=tomcat-dev&m=127465909014120

Re: Javamelody

2010-05-24 Thread Konstantin Kolinko
hat MonitoringFilter.init() failed, and so MonitoringFilter.destroy() was not called, thus the timer was not canceled . Look into your localhost* log. The actual Throwable that was caught in o.a.c.core.StandardContext.filterStart() is written there. Best regards, Konstantin Koli

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Konstantin Kolinko
uot; /> Your HTTPS connectors do not have the "useIPVHosts" flag set. The above are just my guesses, but I hope that it helps. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread Konstantin Kolinko
s a donor. You are like a surgeon in some horror story. Run Tomcat 7 as a whole and it should work. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: unusual IllegalStateException

2010-05-27 Thread Konstantin Kolinko
gt; 4. If such unexpected errors on some page are happening regularly I personally would consider that a serious fault, which deserves a support ticket. Though being unable to locate the source of the error due to a faulty error handling page does not help much. Best regards, Konstantin Kolin

<    3   4   5   6   7   8   9   10   11   12   >