\o/
On May 16, 2017 10:35 PM, "Christopher Schultz" <
ch...@christopherschultz.net> wrote:
> All,
>
> For those of you at ApacheCon in Miami, here are the details for the
> Tomcat Meetup. Come and meet fellow members of the community, committers,
> and new friends.
>
> Time: 18:00 EDT
> Place: Es
All,
For those of you at ApacheCon in Miami, here are the details for the Tomcat
Meetup. Come and meet fellow members of the community, committers, and new
friends.
Time: 18:00 EDT
Place: Escorial Conference Room (where all TomcatCon sessions are being held)
All are welcome to the meetup, and
On Tue, May 16, 2017 at 3:07 PM, Yosef Fastow wrote:
> Here is the information from my WEB_INF folder on the database
>
>
Uh, it looks like your project uses MySQL, eh?
Searching for "mysql jdbc driver" might turn something up 😀
--
Hassan Schroeder hassan.schroe...@gm
Here is the information from my WEB_INF folder on the database
On Tue, May 16, 2017 at 3:32 PM, Igal @ Lucee.org wrote:
> On 5/16/2017 12:15 PM, Yosef Fastow wrote:
>
>> The server version is not supported. The target server must be SQL Server
>> 2000 o
On 5/16/2017 12:15 PM, Yosef Fastow wrote:
The server version is not supported. The target server must be SQL Server 2000
or later.
Well, what version is the SQL Server that you are trying to connect to?
-
To unsubscribe, e-
Hi, I am running apache Tomcat 7 for a java spring project on eclipse java
ee. I installed sqljbc.jar file and put it in the resource Library and the
WEB_INF/lib folders. When I run the server I get a:HTTP
Status 500 - Request processing failed; nested exception is
org.springfr
On 16.05.2017 19:57, john.e.gr...@wellsfargo.com.INVALID wrote:
All,
I'm using Tomcat 7.0.75.
I cannot get my connection or thread count over 100 no matter how much load I throw at
the server. Currently I just have a dummy app deployed that doesn't do much except sleep
for about 500ms and re
All,
I'm using Tomcat 7.0.75.
I cannot get my connection or thread count over 100 no matter how much load I
throw at the server. Currently I just have a dummy app deployed that doesn't
do much except sleep for about 500ms and return a canned response. Initially I
had maxThreads=20 with no ex
On 5/16/2017 8:27 AM, Kreuser, Peter wrote:
I'd say a more robust (and the documented way) is to use a Tomcat-Home
directory and a Tomcat-Base Directory.
$CATALINA_HOME holds the actual distributed Tomcat-"Binaries" (ZIP/TGZ),
$CATALINA_BASE holds your adapted config, libs and webapps.
This w
Igal,
-Ursprüngliche Nachricht-
> Von: Igal @ Lucee.org [mailto:i...@lucee.org]
> Gesendet: Dienstag, 16. Mai 2017 16:44
> An: Tomcat Users List; modjkl...@comcast.net
> Betreff: Re: how to upgrade tomcat 8.5.x?
>
> On 5/16/2017 6:37 AM, modjkl...@comcast.net wrote:
> > I assume I need t
Hi Vidyadhar,
Some points to note here:
1) Setting those parameters in Web.xml file (CATALINA_HOME/conf) doesn't
guarantee that it won't happen. Tomcat 8.0.43 onwards have got this relaxed
out by using a more efficient error handling code. But you will have this
error if the code is truly hitting
On 5/16/2017 6:37 AM, modjkl...@comcast.net wrote:
I assume I need to shutdown Tomcat. Then, is there a set of directories I
should just replace to perform the update? Are these directories listed
somewhere? Then do I just restart Tomcat to finalize the update? Any advice
much appreciated (the
Hello KR,
On Fri, May 12, 2017 at 12:37 PM, Mohammed Manna wrote:
> I have two things which you might want to try out:
>
> 1) You will lose your JSP debugging capability - but if that's not your
> concern, then in your CATALINA_HOME\conf folder append this for
> "JspServlet"
>
>
>
First-time Tomcat user here. I installed 8.5.9months ago, and would like to
upgrade to the latest 8.5.15. I see there's some documentation for updating the
8.5.x branch here,
http://tomcat.apache.org/migration-85.html#Upgrading_8.5.x
but I'm missing some context. I have a fairly simple insta
Hi,
2017-05-16 13:59 GMT+03:00 Tobias Brennecke :
>
> Hi everyone,
> will there also be a release of Tomcat 7.78?
Tomcat 7.0.78 will be available in the next days.
Regards,
Violeta
>
> > The Apache Tomcat team announces the immediate availability of Apache
> > Tomcat 8.5.15.
> >
> > - Review th
Hi everyone,
will there also be a release of Tomcat 7.78?
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 8.5.15.
>
> - Review those places where Tomcat re-encodes a URI or URI component
> and ensure that the correct encoding is consistently applied.
>
I would ap
Hi
It is wrong link.
Use instead:
http://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.15_(markt)
BR
Lulseged
From: Adam Rauch
Sent: Tuesday, May 16, 2017 3:58 AM
To: users@tomcat.apache.org
Subject: Tomcat 8.5.15 Released?
Is Tomcat 8.5.15
Hi,
2017-05-16 6:58 GMT+03:00 Adam Rauch :
>
> Is Tomcat 8.5.15 officially released?
Yes it is released. The home page was corrected.
You should receive also an announcement mail.
Regards,
Violeta
> The home page
> (http://tomcat.apache.org/index.html) seems to indicate that it was
released
> 2
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.15.
Tomcat 8.x users should normally be using 8.5.x releases in preference
to 8.0.x releases.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression L
I looked at Tomcat code, and it seems that it is not possible. Bootstrap has
private static instance:
public final class Bootstrap {
/**
* Daemon object used by main.
*/
private static Bootstrap daemon = null;
And it is not possible to get this.
If it was, then still it would
20 matches
Mail list logo