On 25/03/2008, at 6:47 AM, karthikn wrote:
Users 500+ ( Traffic increasing day by day )
You mentioned these were WLAN users - This number is irrelevant for
your performance
info - what was much more important was the 25/ 30 logins per second.
O/s Unix 11
JSDK =1.6
TOMCAT 5.5.23 (multip
Hi guys,
Any idea why I can't redeploy my Spring/Hibernate application anymore? This
started happening when I added code to send an email using the javamail api
(through Spring's SimpleMailMessage and MailSender). I included mailapi.jarand
smtp.jar in WEB-INF/lib as well. Normally I would copy
Hi,
WEB-INF directory will be found under ROOT of
. And this is a default directory that comes
along with the software. You create manulally a folder as "Sample"(Your
application or war file)at TOMCAT_HOME/webapps directory. Now let this
Sample contain a WEB-INF and follow the directory struc
Hi
I installed Apache Tomcat 4.1.37 server in my computer. However there are no
"classes" and "lib" sub-directories in "WEB_INF" directory.
When I created them manually even simple programs with JSP and Java beans don't
work.
Please advice me what to do.
Regards
Susantha de Silva
Hi
Can some body suggest me for the spec specified ,
Users 500+ ( Traffic increasing day by day )
O/s Unix 11
JSDK =1.6
TOMCAT 5.5.23 (multiple)
REFURL http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html
which would be the best option [ picked up from Tomcat Documentation ]
U
Thanks, this worked, I didn't understand the sneaky trick of making
"blog.html" a jsp file.
jsp
/diglloyd/blog.html
The file "/diglloyd/blog.html" (same as /diglloyd/blog.jsp) so that
existing user bookmarks will work:
<%@ include file="2008-03-blog.html" %>
On Mar 24, 20
I am trying to connect IIS 6.0 and Tomcat 5.5 using
isapi_redirect.1.2.26. I consistently get the following message in my
log:
[Mon Mar 24 21:11:31.013 2008] [920:1608] [error] jk_isapi_plugin.c
(1374): error while adding request headers
My workers.properties contain:
# runtimes have a
> From: Michael L [mailto:[EMAIL PROTECTED]
> Subject: Re: Number of open DB connections in shared a
> datasource pool?
>
> Does LambdaProbe offer data via JMX so that a monitoring
> application can easily read it?
No, Lambda Probe is an open source monitoring and management webapp that
collec
Thanks.
Does LambdaProbe offer data via JMX so that a monitoring application can
easily read it?
I guess it is open source so I can write my own JMX hooks if not :-/
-M
markt-2 wrote:
>
> Karthik Abram wrote:
>> I'd like to find out about this as well .. anyone have a solution?
>
> http:/
Hello Guys!
Anyone interested in joining a Portuguese company to be responsible for
installing, managing and configuring Tomcat and Apache Web Server?
We currently have very interesting international projects.
Thanks a lot
Andrew
Thanks so much!!
The image is coming up now!
So much appreciated!
Kimberly
On Tue, Mar 25, 2008 at 12:03 AM, Christopher Schultz
<[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Kimberly,
>
>
> Kimberly Begley wrote:
> | I might have messed it up when getting i
Karthik Abram wrote:
I'd like to find out about this as well .. anyone have a solution?
http://www.lambdaprobe.org/
Mark
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
Are you talking about a client browser connection or a database connection?
On 3/11/08, teknokrat <[EMAIL PROTECTED]> wrote:
> Are there any settings for tomcat 5.5. or 6.0 to kill a connection after
>
> a timeout?
>
> cheers
>
>
> --
I'd like to find out about this as well .. anyone have a solution?
On 3/13/08, Michael L <[EMAIL PROTECTED]> wrote:
>
> I have a DataSource pool defined in Tomcat config shared among multiple
> servlets. I would like to monitor its activity level (number of active
> connections vs min/max values)
Just in case someone wants more info about this, I just noticed (from a
Firebug presentation) that I can interactively turn off the
"browser.cache.disk.enable" and "network.http.use-cache" flags in
"about:config" which will probably make this a little easier to deal
with.
> -Original Message--
I have my app working now - but it took a lot of jiggling about with jar
files. I can't say exactly what fixed my setup, but I'd suggest removing all
those jar files you aren't absolutely sure you need, then adding them back
in as necessary when you see errors in the log.
> From: Charl Gerber [mailto:[EMAIL PROTECTED]
> Subject: APR based Apache Tomcat Native library
>
> INFO: The APR based Apache Tomcat Native library which
> allows optimal performance in production environments
> was not found on the java.library.path:
>
> What's this and how do I fix it?
The
hmmm.
I reverted back to Tomcat 6.0.14 and everything is
solved. Same procedure as below and my applications
are now running fine. Still getting the APR message,
but at least my apps are running.
--- Charl Gerber <[EMAIL PROTECTED]> wrote:
> I have just installed Tomcat 6.0.16 on Centos 5.0
> w
I have just installed Tomcat 6.0.16 on Centos 5.0 with
Java 1.6_05. I made no customizations to the setups
and deployed a .war file to the webapps directory of
Tomcat.
The first thing I see in the log files is:
INFO: The APR based Apache Tomcat Native library which
allows optimal performance in p
almost impossible to diagnose without looking at your configuration files
do you have these contents in /WEB-INF/web.xml?
php
net.php.servlet
php
*.php
did you update servlet.properties and reflect.properties
library=phps
> From: DIGLLOYD INC [mailto:[EMAIL PROTECTED]
> Subject: Re: replacement for symbolic links to files (Apache
> httpd to Tomcat)
> Wouldn't "/blog.html" refer to http://diglloyd.com/blog.html ? That
> would be wrong...
Sorry, I didn't realize your webapp is named "ROOT" (the default
webapp),
Chuck,
Thanks, but perhaps I don't understand:
- "blog.html" is under /diglloyd eg at http://diglloyd.com/diglloyd/blog.html
eg not at the top level of the web app.
Wouldn't "/blog.html" refer to http://diglloyd.com/blog.html ? That
would be wrong...
lloyd
On Mar 24, 2008, at 10:58 AM,
> From: DIGLLOYD INC [mailto:[EMAIL PROTECTED]
> Subject: Re: replacement for symbolic links to files (Apache
> httpd to Tomcat)
>
>
> jsp
> /diglloyd/blog.html
>
Take out the "/diglloyd", leaving "/blog.html"; the is
relative to the webapp.
- Chuck
THIS COMMU
David/Hassan,
I've written a filter since I couldn't get the
approach to work.
This is what I've got. It needs generalization, but it does the job.
My question is this: what is the right way to forward the request?
The way I'm doing it bypasses the rest of the filter chain...or does
Just wondering if there are any consultants out there that would like
to tackle this?
If so, please email me off list with proposed solution, pricing, etc:
[EMAIL PROTECTED]
Thanks,
Jessica
On Tue, Mar 18, 2008 at 12:53 PM, Jessica Johnson
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have a web
| yes We have used -Xms or -Xmx Configuration , since the system RAM is
| 6 GB
| as
|
| "JAVA_OPTS=-server -Xms350m -Xmx350m -XX:+UseParallelGC -verbose:gc"
So you have a 3.5GB heap. What are you filling it with? It's probably
not a memory issue if...
Actually the OP's heap appears to be
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Karthik,
karthikn wrote:
|>> Which stats? What tool are you using? 100% of how much memory? All
|>> system memory? All of the heap space already llocated to Java? Are
|>> you setting any specific parameters at JVM startup that affect the
|>> heap siz
David,
The URL I want to see work is http://diglloyd.com/diglloyd/blog.html
(currently running on Apache with a symlink currently pointing to
2008-03-blog.html).
I wrote blog.jsp which includes the current blog file:
<%@ include file="2008-03-blog.html" %>
That works great for: http://di
Thank you--no plans to run PHP right now, actually I'd rather avoid
it. But it's on my list of "might do something useful at some point".
Lloyd Chambers
http://diglloyd.com
[Mac OS X 10.5.2 Intel, Tomcat 6.0.16]
On Mar 24, 2008, at 8:00 AM, Pid wrote:
DIGLLOYD INC wrote:
I don't know the a
I figured out the problem. I had forgotten the phpsrvlt.jar which needed to
placed into the webapps lib directory.
Here is a side question: can phpsrvlt.jar be safely placed into the
tomcat/common/lib directory?
On Mon, Mar 24, 2008 at 11:00 AM, Pid <[EMAIL PROTECTED]> wrote:
> DIGLLOYD INC wr
Thanks to both of you. I'll give it a try.
Lloyd
On Mar 24, 2008, at 8:12 AM, David Smith wrote:
Oh and by the way ... Hassan's idea is really good as well. For
that, you just need to write a class that implements the
javax.servlet.Filter interface and define the servlet in your
web.xml
Oh and by the way ... Hassan's idea is really good as well. For that,
you just need to write a class that implements the javax.servlet.Filter
interface and define the servlet in your web.xml file.
The servlet spec is an excellent resource for this kind of stuff:
http://jcp.org/aboutJava/comm
... takes the name of a servlet as
defined by the ... element, not the servlet's class.
That's what the ... element is for. In this case,
the jsp servlet is already defined in the global web.xml file found at
conf/web.xml right next to the server.xml file. Please don't edit this
web.xml
DIGLLOYD INC wrote:
I don't know the answer, but how does one use PHP with Tomcat? (Thanks,
if you have time for a pointer, I hadn't see docs on this).
You know that every time an admin configures PHP on Tomcat a Java
developer dies somewhere, right?
There are a couple of ways; configure PH
On Mon, Mar 24, 2008 at 7:39 AM, DIGLLOYD INC <[EMAIL PROTECTED]> wrote:
> Thanks, this seems like it might be extensible to more than one file
> as well.
>
> I'm new to Servlet programming (though experienced in java), so I
> guess I'll hit the docs to see how to do this, unless you have a co
I don't know the answer, but how does one use PHP with Tomcat?
(Thanks, if you have time for a pointer, I hadn't see docs on this).
On Mar 24, 2008, at 7:23 AM, Jonathan Mast wrote:
Can someone tell me why one project that uses PHP will work in
tomcat, but
another that also uses PHP won't?
David,
I'm new to programming Servlets/JSP, I didn't realize a mapping> could just specify a an not specify a servlet
class, nor do I understand exactly what this example mapping does (and
if it does it without other side-effects).
Do you mean to use this in conjunction with a "blog.jsp" w
Hassan,
Thanks, this seems like it might be extensible to more than one file
as well.
I'm new to Servlet programming (though experienced in java), so I
guess I'll hit the docs to see how to do this, unless you have a code
snippet handy--thanks.
Lloyd
On Mar 24, 2008, at 6:48 AM, Hassan
No, not behind httpd, but thanks.
On Mar 24, 2008, at 5:22 AM, [EMAIL PROTECTED] wrote:
You can also try redirect at the Apache httpd layer (I assume Tomcat
is
hidden behind httpd), redirecting blog.html to the 1-liner JSP file
you
mentioned.
Hai Vu
David Smith <[EMAIL PROTECTED]> wrote on
On 24/03/2008, at 3:14 PM, karthikn wrote:
>>How many users are we talking about here?!
About 500+ users and increasing every month
Total users online - ok - not a probelm
>>How many authentications are you doing a second?!
Since this is a WIFI / AAA application for Students locally on
Can someone tell me why one project that uses PHP will work in tomcat, but
another that also uses PHP won't?
They have idential web.xml files, so that avenue is closed. I keep on
getting the following message when I try to load one of the pages:
HTTP Status 404 - Servlet php is not available
On 24/03/2008, at 3:09 PM, karthikn wrote:
Hi
Thx for the reply
We need to Configure TOMCAT 's ROOT to APCHE2.x for Load balancing.
mod_proxy_ajp
Problem
Load on this single TOMCAT is building up the CPU for 100% ,as the
subscribers are increasing.
Read other mail from me.
Solution
We
On Mon, Mar 24, 2008 at 6:30 AM, karthikn
<[EMAIL PROTECTED]> wrote:
> Solution
> We need to bring in the Load Balancer with Multiple TOMCAT /APACHE2.x
> server.
> Is this possible ?
Yes -- http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
HTH,
--
Hassan Schroeder --
Chuck,
We do some customization in original code and build to make sure..tomcat
binaries have that updated stuff to be used.
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 6:54 PM
To: Tomcat Users List
Subject: RE: Help: Upgradin
Hi
Thx for the reply
We need to Configure TOMCAT 's ROOT to APCHE2.x for Load balancing.
Problem
Load on this single TOMCAT is building up the CPU for 100% ,as the
subscribers are increasing.
Solution
We need to bring in the Load Balancer with Multiple TOMCAT /APACHE2.x
server.
Hence
Hi
Which stats? What tool are you using? 100% of how much memory? All system
memory? All of the heap space already llocated to Java? Are you setting any
specific parameters at JVM startup that affect the heap size
(such as -Xms or -Xmx)?
On Unix we used command "netstat" to verify the sam
On Mon, 2008-03-24 at 19:00 +0530, karthikn wrote:
Problem
Load on this single TOMCAT is building up the CPU for 100% ,as the
subscribers are increasing.
How many users are we talking about here?!
That is a a LOT of users for the 5 or 6 requests before they are
authenticated?
How many au
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kimberly,
Kimberly Begley wrote:
| I might have messed it up when getting it to compile - I was having
| problems with the getMimeType method with messages like this:
Oops. It looks like I gave you some bad code, too.
| /usr/local/jdk1.5.0_14/bin/
Hi
Sorry not going to answer the question you asked but have worked on this
type of solution many times.
The problem is your redirects if a virus gets on the network it will
clobber the server as it tries to get outside. All the client MS updates
is over HTTP that will clobber it.
You need to l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Karthik,
karthikn wrote:
|> That seems unlikely. 100% of the system memory, or 100% of the
|> memory that has been allocated to it?
|
| No As the no of users Increase from 400+ the stats repors java
| consumption as 100%
Which stats? What tool are
On Sun, Mar 23, 2008 at 10:50 PM, DIGLLOYD INC <[EMAIL PROTECTED]> wrote:
> What is the best way to make blog.html => 2008-03-blog.html ? (eg if
> March 2008 is the current blog)
I'd write a simple Filter that gets the current blog location from a
properties file -- e.g. blog.html=2008-03-blo
Hi
Thx for the initial reply
>>That seems unlikely. 100% of the system memory, or 100% of the memory
that has been
allocated to it?
No As the no of users Increase from 400+ the stats repors java
consumption as 100%
>>What happens when you hit "100% memory use"? Does the app crash? Or
can
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Karthik,
karthikn wrote:
| On Unix Machine The Residential Memory for the TOMCAT5.5.23 is some
| times 100%[ 500 users ]
That seems unlikely. 100% of the system memory, or 100% of the memory
that has been allocated to it?
| Hence more no of pe
Hi
Thnx for the initial Reply
The Life Cycle for the WIFI custom web application for AAA is as follows.
1) User Types "www.xyz.com"
2) CISCO ROUTER Intercepts this requests and reroutes to a WEB container
as http://: or http:// Only for AAA to be processed.
[ Note: CISCO Router
> From: Raminder Singh [mailto:[EMAIL PROTECTED]
> Subject: Help: Upgrading from Tomcat 5.0 to 5.5
>
> (we use source code to build tomcat)
Why do you waste your time and resources in doing that?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is
> From: Charl Gerber [mailto:[EMAIL PROTECTED]
> Subject: Re: Memory allocation
>
> How much memory will Tomcat be allocated on default?
Start here:
http://java.sun.com/javase/technologies/hotspot/gc/index.jsp
One of the links from the above page is short and sweet:
http://java.sun.com/j2se/1.5
> From: Steve Major [mailto:[EMAIL PROTECTED]
> Subject: Re: Help with TomCat 6.0 & SSI
>
> My apps seem to have Context.xml 's in:
> $CATALINA_HOME/webapps/manager/META-INF/Context.xml
> $CATALINA_HOME/webapps/probe/META-INF/Context.xml
Those will be ignored, since they're not spelled correctly
Hi,
To upgrade from tomcat 5.0 to 5.5, source folders for both versions are checked
and found that in 5.5 there are completly renamed & change of packages happen.
jakarta-tomcat-5.0.28-src:
jakarta-tomcat-5.0.28-src/jakarta-servletapi-5
jakarta-tomcat-5.0.28-src/jakarta-tomcat-5
jakarta-tomcat-
You can also try redirect at the Apache httpd layer (I assume Tomcat is
hidden behind httpd), redirecting blog.html to the 1-liner JSP file you
mentioned.
Hai Vu
David Smith <[EMAIL PROTECTED]> wrote on 24/03/2008 08:13:40 AM:
> Here's a possibility:
>
> Write the quick and dirty blog jsp, na
Here's a possibility:
Write the quick and dirty blog jsp, name it blog.html, and then add this
to your web.xml file:
jsp
blog.html
The idea is to specifically map blog.html to the jsp servlet for jsp
processing. I haven't tried it, but it seems like it should work.
--David
DIGLLOYD I
If you don't use JSTL then why do you need to include the tld's and
standard.jar in your build?
Hai Vu
micah7 <[EMAIL PROTECTED]> wrote on 24/03/2008 06:55:58 AM:
>
> No, got no reply on this. maybe need to turn off in build file one line
with
> debug=on. only option left to try.
>
> pir8ped
Hi all,
I want to cluster Tomcat6 along with session replication to implement
Loadbalancing. From the document,
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html I have started
making the things.
Let me know where can I identify the default value of Multicast address
is 228.0.0.4
Hi all,
I want to cluster Tomcat6 along with session replication to implement
Loadbalancing. From the document,
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html I have started
making the things.
Let me know where can I identify the default value of Multicast address
is 228.0.0.4
No, got no reply on this. maybe need to turn off in build file one line with
debug=on. only option left to try.
pir8ped wrote:
>
> Hi,
>
> Did you resolve this issue? I am getting the same error - since adding the
> libraries needed for PayPal NVPApi
>
> John
>
> On 21/03/2008, micah7 <[EMAIL
Hi,
Did you resolve this issue? I am getting the same error - since adding the
libraries needed for PayPal NVPApi
John
On 21/03/2008, micah7 <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> When I build and deploy my new Java web application war file (using ant on
> Linux command-line), I get the applic
I'm using JDK 1.6_05, downloaded from sun.java.com.
And Tomcat 6.0.16, downloaded from apache website.
How much memory will Tomcat be allocated on default?
--- Gabe Wong <[EMAIL PROTECTED]> wrote:
> Charl Gerber wrote:
> > Hi,
> >
> > I'm setting up a Centos 5 server with Apache,
> MySQL
> > an
Hi
The SPEC is as Follows
OS = UNIX 11
JSDK = 1.6
WEB CONTAINER = Tomcat 5.5.23
Problem
On Unix Machine The Residential Memory for the TOMCAT5.5.23 is some
times 100%[ 500 users ]
Hence more no of people are not able to use the web application.
We have raise the Thread Pool from 150
67 matches
Mail list logo