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
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
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
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
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
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
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
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
2010/1/25 Steve Ryder :
>
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
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
driver.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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
)
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
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.
&
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.
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
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,
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
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
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
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
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
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
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
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
> 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
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
---
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.
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
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
> 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
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
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
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
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
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
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
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
1. What, exactly, Tomcat version is it? Do not forget to mention it
when asking the questions here.
2. This is wrong:
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
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
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
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
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
>
> 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
--
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
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
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
---
"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
-
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
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
---
.
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
-
> 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
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
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
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
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
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
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
---
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
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
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
. 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
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
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
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
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
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
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
301 - 400 of 2381 matches
Mail list logo