Ingmars Rubenis wrote:
Hello All!
I am using standart Red Hat 9.0 apache http server 2.40
Tomcat 4.2.24
Mod_jk2... .rpm
RedHat 9.0 - ugh!
I have not tried to install it from source.
Do try.
I have tried all kind of mod_jk2 rpms, but still I get error:
INFO: APR not loaded, disabling jni componen
Yep,
You need to modify your local host (lives in etc directory - map your
machine's name to your local ip address - OS will resolve it and you get to
keep your document/context path names consistent) file on all the local
machines in order to access your web server in your local area as if your
f
"Ilari Kontinen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I have a web-application that has a JSP-based UI and an AXIS-based web
> service. I need to use FORM-based authentication for the UI users and
> BASIC-authentication for web service users.
>
> Is it possible
Hi all,
I have created a Web Online exam as per tthe procedure as well and it was
working fine now i want to access the web in difeerent mechine (ie in Lan) i can acess
the html page by giving 192.168.1.32:8080/OnlineExam/html/loginpage.htm after that i
ma not able to proceed .i trie
"QM" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> : Here's the scenario. Apache server sits outside our firewall/LAN. It
needs to take secure requests from users, forward them onto Tomcat (Which
sits behind the firewall) via the JK connector. Is there some configuration
option
You could always try grabbing the mod_jk RPM from www.jpackage.org. I've
never used it myself personally, but it might make your life a little
easier.
"Suneel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
hi
i am not able to run Mod JK with
apache1.3.29/2.0.48 with Tomcat 4.1.29
Hi,
Here's a better url:
http://archive.apache.org/dist/jakarta/tomcat-4/archive/v4.0.6/
Regards,
Daniel
On Wed, 31 Dec 2003, FRANCOIS Dufour wrote:
>
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/
>
> On a Windows platform, you will need:
> jakarta-tomcat-4.0-MMDD.zi
hi
i am not able to run Mod JK with
apache1.3.29/2.0.48 with Tomcat 4.1.29 on RH 9.0. I have followed John Turners how to
and all attempts have failed. The problem is that i am not getting the SO for the
version above. There are various links on the net that finally fall to the Jakarta
bina
Gurus:
I installed the Tomcat per these directions
(http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html) with
tomcat in C:\tomcat and Apache HTTPd in c:\apache2. It starts to load but
dies. I have stoped the httpd server, deleted the log file, and started.
The following errors are i
Really appreciate you all hang in there.
Windows 2003 Server
IIS 6.0.. (5.0 isolation mode)
j2sdk1.4.2_03
Jakarta Tomcat 5.0.16
Well I think I'm making progress here but I'm not
there yet.
http://localhost:8080/jsp-examples/index.html and its
links work fine.
http://localhost/jsp-examples/index
My configuration link seems to be dead, but the suggested link below should
work, however, I did not turn on Isolation mode. I wanted the full IIS6
capabilities. It still works fine for me.
Try it and see what you get.
Richard Norman
-Original Message-
From: Jeff Greenland [mailto:[EMA
Also, the ISAPI redirector that is prebuilt is not working properly...
I had to download the redirector from David Boner
http://www.mail-archive.com/[EMAIL PROTECTED]/msg109748.html
The 2.0.2 version did not work at all. I was able to get IIS6 and JK2
working with the above version from David.
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/
On a Windows platform, you will need:
jakarta-tomcat-4.0-MMDD.zip
On a Unix platform, you will need:
jakarta-tomcat-4.0-MMDD.zip
[EMAIL PROTECTED]
crazy-wilys webmaster
From: 王国前 <[EMAIL PROTECTED]>
Reply-To: "Tomca
Hi,
I just recently installed Tomcat 4.1.29 and is there anybody who can
help me why I could not find the Catalina.out file on my
TOMCAT_HOME/logs folder?
Thanks,
Fernando T. Cabredo
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
V
Hi there,
I have integrated tomcat 4.1.29 with apache 1.3.29 using mod_jk (using
ajp13)
I have deployed a web application into tomcat and when tomcat starts up , I
have a servlet that loads up automatically. (load-on-startup is used in
web.xml of the webapplication).
But when I try to shutdown
Should be the same for XP pro
Right click on my computer.. select properties.. select advanced tad.
Click on the environment var button.
You should now be in the Environment Variables Window.
2 sections..
ser Variables for and System Variables
Click the NEW BUTTON under the System Variables
When
Hi,
Don't know if this will help. Its worth a shot.
In the server.xml file ..
.
.
or any other reference to tomcat4 (it's now tomcat5 in the above example)I
had to change to tomcat5. Didn't find or have any problems with the other
files but that doesn't mean they don't exist.
After the change th
If we use our own connection pools and handle our own transactions
within the db, is there likely any issue with using other threads to do
background tasks that touch the database? I can see there may be issues
in a regular EJB world with declarative transactions and such (does EJB
have its ow
: Here's the scenario. Apache server sits outside our firewall/LAN. It needs to
take secure requests from users, forward them onto Tomcat (Which sits behind the
firewall) via the JK connector. Is there some configuration option in Tomcat and/or
the workers2.properties config file that will h
: would everything get dumped and reset -- would that static variable go
: back to it's original state when the class file is first loaded?
:
: I should probably be asking a more specific question about classloaders
: and sandboxes and whatnot, but I'm not sure how this stuff works in
: tomcat
: I was wondering where the documentation to install Tomcat as a module in
: Apache HTTPd? The Project is JK, but when I go to the JK docs, it bringsme
: to the binary dist. Any URL would be appreciated.
Just to clarify: JK isn't so much "Tomcat as a module"; it's an Apache
module that speaks a
Just found this while searching for something else...
http://www-1.ibm.com/support/docview.wss?rs=180&context=SSEQTP&q=J2CA007
5W&uid=swg21109248&loc=en_US&cs=utf-8&lang=en+en
It doesn't look related at first, but keep reading the 'Cause' section.
Does anyone know what's the 'real' story rega
Hello All!
I am using standart Red Hat 9.0 apache http server 2.40
Tomcat 4.2.24
Mod_jk2... .rpm
I have not tried to install it from source.
I have tried all kind of mod_jk2 rpms, but still I get error:
INFO: APR not loaded, disabling jni components: java.io.IOException:
/usr/lib/httpd/modules/jkj
Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take
secure requests from users, forward them onto Tomcat (Which sits behind the firewall)
via the JK connector. Is there some configuration option in Tomcat and/or the
workers2.properties config file that will han
Hello,
I have a web-application that has a JSP-based UI and an AXIS-based web
service. I need to use FORM-based authentication for the UI users and
BASIC-authentication for web service users.
Is it possible to have the two authentication mechanisms in one webapp,
or do I need to separate the UI a
I am pretty sure everything will return to default unless some save was
committed but, someone else may give a more detailed explanation.
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.CEO
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +2
I've got a web services application that I'm running w/ axis in Tomcat.
According to the howtos for the manager stopping or reloading a webapp
will make it unavailable and it will search for new files to load,
specifically mentioning .class and .jar files. But does it go further?
A more specif
Everything appears to work fine except the message:
HostConfig[ServerName]: Deploying discovered web applications
repeating every 15 seconds. Any help would be appreciated.
Netware6 sp3
Apache2.0.48
Tomcat4.1.29
mod_jk1.2.5
SERVER.XML
*
Here's how I did it:
http://www.katzenjammer.us/~jford/apache/tomcat/connectors/mod_jk_setup.shtml
Not exactly your setup (I use Apache 1.3.27 and Red Hat 9.0) but maybe
it will help.
Jerry
HARI OM wrote:
any update on this?
- Original Message -
From: "HARI OM" <[EMAIL PROTECTED]
any update on this?
- Original Message -
From: "HARI OM" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 10:16 AM
Subject: MOD_JK (Apache+Tomcat)
Hello,
I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1
I am working on the Connector MOD_JK.SO
Doug Parsons wrote:
Now for a real stretch, does your server have a public or private IP
assigned or both?
If both, then consider that the request is being associated with the public
IP when attached from outside and the private when from inside.
If TC is using the public IP in the request to the
Tomcat Guru's:
I was wondering where the documentation to install Tomcat as a module in
Apache HTTPd? The Project is JK, but when I go to the JK docs, it bringsme
to the binary dist. Any URL would be appreciated.
Shawn Zernik
Internetwork Consulting
www.internetworkconsulting.net
: Which procedures should I take to install TomCat 5.0 and to maintain the same
: configuration of the previous version?
Please clarify: what do you mean by "same configuration?"
Do you mean, "keep the same server.xml that you used for Tomcat 4.x?"
I recently went through a TC4 -> TC5 upgrade for
Hello folks, i´d like to see all error Tomcat´s messages related with
taglib changed to display exactly the taglib that the error cames from, for
example, take a look in this message:
org.apache.jasper.JasperException:
/jsp/cadastro/OS_cadastroProjetoEd.jsp(101,6) Unable to find setter method
fo
i've tried to define a separate channel socket for the second tomcat
instance, but now when i try to access the directory specified with the
uri, the web page will only come up if i fully type the file name (i.e.
test.foo.bar.com/spa/index.jsp). i have the tomcat server set to use
index.jsp as
I'm trying to connect Tomcat and Apache. Initially, I didn't have the
workers.properties file and got the following error when I started Tomcat:
Can't find workers.properties at
C:\jakarta-tomcat\conf\jk\workers.properties
Please install it in the default location or set the config location
Using
Try this:
http://archive.apache.org/dist/jakarta/tomcat-4/archive/v4.0.6/bin/
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 2:21 PM
To: Tomcat Users List
Subject: Where to download Tomcat 4.0.6?
Howdy,
I want to use tomcat 4.0.6 (
Howdy,
I want to use tomcat 4.0.6 ( the old production quality release :)
for some reason and googled the web for no result.
It seems that there is no 4.0.x versions in the old release archives .
I really need some features provided by the 4.0.x version.
Some one help me?
TIA
Put your class in a package and see if that changes the results.
--- Jeff Greenland <[EMAIL PROTECTED]> wrote:
> Thanks, I'll go through and see if anything in here gives me some
> hints.
> However, I'm not getting "ClassNotFound" exceptions -- my files are
> not
> even compiling because the compi
SRV.9.11 says the same thing in the 2.4 spec so it's still not defined
as of Tomcat 5 either.
--- Tim Funk <[EMAIL PROTECTED]> wrote:
> Also ... (From 2.3 spec)
>
> In SRV.1.2 What is a Servlet Container?
> ... "For example, high-end application servers may limit the creation
> of a
> Thread ob
I managed to start the TomCat by the file startup.bat. I started it by the
DOS command prompt. However, I don't manage to start it clicking in it. Does
have any way to do this?
[]'s
Kleber
- Original Message -
From: "Dale, Matt" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTEC
Hi List,
I am trying to build tomcat-apache connectors and it is not working. I have
tried some of the tomcat-apache how-to's but no success. Can't create
mod_jk2.so. I got the latest tgz from jakarta.apache.org and I run the
following commands under native2 directory:
sh buildconf.sh
./configure
Jeff Greenland wrote:
Does anyone know a way around the serialization problem? If there's an
easy solution, I would jump on moving all of our classes into a package
immediately -- something we've been wanting to do for a few years.
Thanks for the help everyone, hopefully someone has a deserializa
David Strupl wrote:
I have already changed this ;-) Also added the fork attribute to true
for jsp compile. It is not caused by the app - after the app starts
and first 100 or so users connect the memory jumps up to approx 130
MB. But during the next 24 hours it eats more than 300 megs. From wha
I think I've found out the same thing from the stuff I've read. I might
have to stick with Tomcat 4 in order to keep our server working (and
live with the crashes).
I know it sounds simple to move everything into a package, but when I do
that, I lose all of my serialized objects. Our original cl
Hi!
Jeff Greenland wrote:
Thanks, I'll go through and see if anything in here gives me some hints.
However, I'm not getting "ClassNotFound" exceptions -- my files are not
even compiling because the compiler "Cannot Resolve Symbol". My problem
lies in that the compiler (jasper) cannot find my comp
Someone else correct me if I'm wrong but I belive that classes are now
requried to be packages.
On Tuesday 30 December 2003 01:10 pm, Jeff Greenland wrote:
> Oh, and I might add that everything worked fine in Tomcat 3 and Tomcat
> 4. Could it be configuration related in server.xml (or web.xml)
Oh, and I might add that everything worked fine in Tomcat 3 and Tomcat
4. Could it be configuration related in server.xml (or web.xml) in that
I'm not specifying the context correctly? The server is able to run JSP
files fine it seems, I just can't use any external classes.
Thanks again,
Jeff
Never seen this before so I'm stumped, i'm sure someone else can tell you what it is
though
-Original Message-
From: Kleber [mailto:[EMAIL PROTECTED]
Sent: 30 December 2003 17:46
To: Tomcat Users List
Subject: Re: Tomcat 5.0 (problems)
My JAVA_HOME it is set correctly.
I have tried star
Thanks, I'll go through and see if anything in here gives me some hints.
However, I'm not getting "ClassNotFound" exceptions -- my files are not
even compiling because the compiler "Cannot Resolve Symbol". My problem
lies in that the compiler (jasper) cannot find my compiled classes, even
though t
Howdy,
http://jakarta.apache.org/tomcat/faq/classnotfound.html
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Jeff Greenland [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 30, 2003 12:59 PM
>To: Tomcat Users List
>Subject: Classes cannot be found
>
>Having proble
Having problems with Tomcat finding classes. This seems simple, maybe
someone can see where I'm overlooking something.
I have in my /webapps/WEB-INF/classes/ folder this file:
---
SitePage.class
My JAVA_HOME it is set correctly.
I have tried starting tomcat from the bin\startup.bat file and the error is
this:
Without enviroment space
Cannot find
This file is needed to run this program
what could be happened?
- Original Message -
From: "Dale, Matt" <[EMAIL PROTECTED]>
To: "Tomc
Also ... (From 2.3 spec)
In SRV.1.2 What is a Servlet Container?
... "For example, high-end application servers may limit the creation of a
Thread object, to insure that other components of the container are not
negatively impacted."
SRV.9.11 Web Application Environment
... "Such servlet contai
Howdy,
One thing to note is that a servlet container and a J2EE server are not
the same. Tomcat is the former but not the latter. Weblogic,
websphere, jboss, etc. are the latter. They implement the whole J2EE
spec which places more restrictions on thread creation by applications:
read the spec
My first guess would be that JAVA_HOME isnt set. Have you tried starting tomcat from
the bin\startup.bat file yet rather than the service? as it will output errors to the
console.
Ta
Matt
-Original Message-
From: Kleber [mailto:[EMAIL PROTECTED]
Sent: 30 December 2003 17:01
To: Tomcat
Hello,
I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1
I am working on the Connector MOD_JK.SO which I build from the source and
put in /modules directory. When I run my Tomcat first and then Apache and
then acceess http://My.domian.name/kuki it does not work... it says "Page
cann
I recall reading that conformant servlets and such (EJBs?) do not create
their own threads, something about being a container issue.
Does anybody know the primary objection to launching threads that take
on a life of their own? The container doesn't really need to manage it, per
se.
I suppose a c
Shapira, Yoav wrote:
(BTW, to refresh my memory, is this setup where the JSP pages change
hourly?)
I have already changed this ;-) Also added the fork attribute to true
for jsp compile. It is not caused by the app - after the app starts and
first 100 or so users connect the memory jumps up to app
Thanks for your answer,
I look at the folder %TOMCAT_HOME%\logs and it´s empty. There isn´t any file
or folder inside of it.
Best regards,
Kleber
- Original Message -
From: "Dale, Matt" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 2:16
Howdy,
You should've stuck with the original thread and not changed the subject
;( This messes up archives and makes searching more difficult.
Anyways, if the zip is intact and you followed standard installation
procedures, you shouldn't have this error. Are you modified the
bootclasspath?
Yoa
Howday-
In our company ,we have the standard zip files which include both apache and
tomcat servers .
On extracting zip files ,these servers get installed.It works well for other
applications
thanks
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 3
Have a look in the %TOMCAT_HOME%\logs\catalina.out to see if there are any startup
errors. I'm not sure how to answer your 2nd question concisely but the main file to
look at is the server.xml
-Original Message-
From: Kleber [mailto:[EMAIL PROTECTED]
Sent: 30 December 2003 16:15
To: [EM
Thanks for the ideas, all are welcome :)
See answers to your questions inline:
Doug Parsons wrote:
When I invoke it from a browser on the same network as the server, it
works as expected. An email is sent to the specified address, with the
attachment.
But when I invoke it from a browser outside
Good afternoon,
Nowadays, I work with TomCat 4.1.24 and I would like to install TomCat 5.0, however
after the installation, when I try to start the service, it closes in the following,
not even starts.
I am using jdk1.4.2 and Windows Me.
Which procedures should I take to install TomCat 5.0 an
Howdy,
How did you install tomcat?
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Sachdeva, Devinder [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 30, 2003 11:04 AM
>To: 'Tomcat Users List'
>Subject: Bootstrap: Class loader creation threw exception
>
>Hi All -
>
Hi All -
On starting Tomcat ,I've the followings error
Bootstrap: Class loader creation threw exception
java.lang.IllegalArgumentException: addRepositoryInternal:
java.util.zip.ZipException: error in opening zip file
at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(
unsubscribe
_
Expand your wine savvy and get some great new recipes at MSN Wine.
http://wine.msn.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi!
FRANCOIS Dufour wrote:
whicht database should i use under tomcat
That does not so much depend on tomcat but rather on the needs of your
application. Today almost any major RDBMS has a JDBC driver and that's
all you need. If you want a database that is simple to administrate
but comes with r
whicht database should i use under tomcat
[EMAIL PROTECTED]
crazy-wilys webmaster
_
MSN Search, le moteur de recherche qui pense comme vous !
http://fr.ca.search.msn.com/
--
1. There were several contexts acting in this manner.
2. Not sure, because
This problem has now been solved. Our sysadmin took down our boxes over
Christmas to move them all to a new UPS. When they came back up (I did
development work from home over the Christmas long weekend), the problem
Thanks Jerry,
My Apache and Tomcat are working independently.ie when I run
http://my.domain.name:8080/kuki or http://my.domain.name:8080/examples
...it works just great problem only occurs when I use connector MOD_JK.
Any related informaiton is appreciated..
HARI OM
Hello,
I am
The JVM options for Tomcat 5 go in HKEY_LOCAL_MACHINE/SOFTWARE/Apache
Software Foundation/Tomcat Service Manager/Tomcat5/Parameters but they
look somewhat tricky to enter yourself.
Instead you may specify them by running "Configure Tomcat", select the
Java VM tab and enter appropriate JVM optio
hi,
i have read the manual. i have definied a server alias. but it doesn't work.
only localhost work.
can you tell me more? it's the first time for me that i use tomcat.
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesd
Howdy,
>Yes - I was also not surprised with the CPU after the OOME. I will try
>to prepare a heap shapshot and post it here (only a link, don't worry)
>after I manage to get a usefull one.
Make sure it's one before the OutOfMemoryError ;)
>server with couple of JSPs and servlets. The profiling
I didn't receive an answer to this, so I'm re-asking.
How do I increase the JVM max heap size for the windows service for Tomcat
5.0? The faqs and documentation only mention Tomcat 4.x, and the registry
settings look different than the Tomcat 4 service.
Someone mentioned the information I seek i
Howdy,
Yes: read the Host configuration reference in the tomcat documentation,
specifically the section on Host Name Aliases.
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Sascha Alff [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 30, 2003 9:34 AM
>To: [EMAIL PR
Hello,
i'm a new mailing-list member. today, i installed apache, tomcat and the jk
connector.
i have one problem:
when i enter in the web-browser the URL http://localhost/examples - i get
the tomcat sample-page. it works also with the tomcat port 8080. but my
computer has in the company network a
Howdy,
> Look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20758 and
>see if that is your problem.
>
>This may also help:
>http://www.junlu.com/msg/38658.html
I clicked the above and surprisingly saw my own message ;)
Anyways, note that bug 20758 is filed against tomcat 4.1.24. There'
On Tue, 30 Dec 2003, James Black wrote:
> Andrei Ivanov wrote:
>
> >I've searched bugzilla, but there doesn't seem to be any bug filled about
> >something like this.
> >
> >About using a profiler... could you recommend one ?
> >
> JProfiler I like, mainly because of the cost, but also becaus
Howdy,
>Many of our classes contain state information which we serialize to a
>database. However, now that all of the class names have changed, we
>cannot deserialize any of our existing objects because the class names
>don't match (ClassCastException is what's being thrown, if I remember
>right
Howdy,
> how can I get the current values of these -X... parameters?
Another
See the Runtime class for a couple of inquiry methods, but you can't get
the values of most -X parameters programmatically.
>question is : for tomcat 4.0.4 should I set JAVA_OPTS or CATALINA_OPTS?
And
Read your $
Howdy,
You can do a number of things, including the UserWebApplications
configuration (see the Host configuration reference), and/or declaring
one host per user each with their own appBase.
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Riaan Oberholzer [mailto:[EMAI
Reading the solution again, I don't think this will
help...
We are for arguments sake 10 different users each
running his own web-app and each getting his own
directory for storing applications.
Setting the appBase will still leave the other 9 with
the same problem, right.
I guess I have to do i
Andrei Ivanov wrote:
I've searched bugzilla, but there doesn't seem to be any bug filled about
something like this.
About using a profiler... could you recommend one ?
JProfiler I like, mainly because of the cost, but also because it
integrates in well with Netbeans.
Look at http://nagoya.
Thanks. Do I have to do it directly in the server.xml,
or can I also do it via the admin console? I'm not
allowed to do anything in the tomcat dirs, but I do
have access to the admin app.
--- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote:
>
> Howdy,
> You can specify a different appBase for your Ho
Add servlet.jar to your classpath.
It can be found in TOMCAT_HOME/common/lib/
On Tuesday 30 December 2003 10:09 pm, Steve Carson-Rowland wrote:
> I am just trying to get up and running with JSP, and have installed
> Tomcat 5.0. I am using Sams "Teach Yourself JavaServer Pages". The code
> in the
Howdy,
You can specify a different appBase for your Host in server.xml, and put
the myapp.xml file in the appBase directory.
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Riaan Oberholzer [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 30, 2003 8:09 AM
>To: [EMAI
> About using a profiler... could you recommend one ?
JProfiler
JProbe
__
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
-
To unsubscribe, e-ma
I've searched bugzilla, but there doesn't seem to be any bug filled about
something like this.
About using a profiler... could you recommend one ?
Thanks..
On Tue, 30 Dec 2003, James Black wrote:
> Andrei Ivanov wrote:
>
> >I've created a context for my application and I used the manager to
Andrei Ivanov wrote:
I've created a context for my application and I used the manager to reload
the context and now I've configured the context to be reloadable.
First, start with using a profiler to ensure that your application
isn't leaking memory.
Look at http://issues.apache.org/bugzilla
I have an application context file "myapp.xml" which
is currently in the /webapps dir of Tomcat.
The war file is some other place, not Tomcat related,
but correctly referred to by the context file.
Is it possible to place *both* files outside of the
Tomcat structures and still get the applicatio
Hello,
I'm a beginner with java and I've setup tomcat (Apache Tomcat/5.0.16,
jvm: 1.4.2_03-b02 Sun Microsystems Inc. on Gentoo Linux, kernel
2.4.20-gentoo-r8).
I've created a context for my application and I used the manager to reload
the context and now I've configured the context to be reloa
thanks for your time phil looks like the aplication wasent proprely writen
the system console open whith an mesage eror but at lease ive learn how too
set the java home thanks
[EMAIL PROTECTED]
crazy-wilys webmaster
From: Philipp Taprogge <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[
Hi!
FRANCOIS Dufour wrote:
ok in french traducted i got many option there like follow user variable
(name of curent user)new,modifie,delete /system variable new, modifie,
delete,
If you want the java_home to be system wide (for all users) click on
"new" next to "system variable", if you want it
ok wen ive sted up the startup bat it semm too work but i still got that
sytem eror on the forum thanks guys ill go to bed brigther now
[EMAIL PROTECTED]
crazy-wilys webmaster
From: "Dale, Matt" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EM
yes, you need to create a new variable with the name JAVA_HOME and the value is the
path to your java installation
Ta
Matt
-Original Message-
From: FRANCOIS Dufour [mailto:[EMAIL PROTECTED]
Sent: 30 December 2003 12:40
To: [EMAIL PROTECTED]
Subject: RE: web app prob from a newbie re:dama
ok in french traducted i got many option there like follow user variable
(name of curent user)new,modifie,delete /system variable new, modifie,
delete,
[EMAIL PROTECTED]
crazy-wilys webmaster
From: "Dale, Matt" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomc
Hi,
I need to start Tomcat at Virtual IP.
I have configured workers.properties and server.xml but Tomcat gets
started in all IP ( 0.0.0.0)
Plz throw your useful inputs on these!!
Regards
Gavaskar..!
-
To unsubscribe, e-mail: [
>> I have set the Catalina Option as "-Xms128M -Xmx512M" but even
>> setting the value of -XMx1024 doesn't solved my problem.
Hi,
how can I get the current values of these -X... parameters? Another
question is : for tomcat 4.0.4 should I set JAVA_OPTS or CATALINA_OPTS? And
the last one
1 - 100 of 132 matches
Mail list logo