Good Day, I am trying to make the clustering configuration work. Based on
the documentation for basic cluster setup, I can just remove the comment
from server.xml. When I did this... Tomcat Started... btw.. I am using 2
Linux Boxes (Fedora Core 4) somehow even if both tomcat started, they dont
r
Hi Form
Our development Env is as below
O/s= Win2000
JDK = 1.4.1
TOMCAT =1 4.1.27
RAM= 1 GB
ORACLE = 9i
LOAD on the DB is 150 tx /sec
Our Production Env is as below
O/s= HP-UNIX
JRE = 1.2.2..10
TOMCAT =1 4.1.27
RAM
I think the issue Scott is getting caught up on is the same issue I have
been having for the last week:
Using APR + SSL with anything but a self signed certificate isn't
clearly defined as of yet.
Scott, my recommendation to you at this point is to uninstall tomcat,
and then reinstall it making s
Ok, thanks.
Guess I will have to work until I upgrade the server to Fedora Core 4.
"Bill Barker" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
>
> "hv @ Fashion Content" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> It could be that I just need to fix my ht
"Scott Purcell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thanks Bill for the info.
>
> Verisign gave me a cert.cer file. So I am not sure how to handle this. My
> connector currently is this:
>
>
> // here is what I am working with that is currently commented out
> // I
Has this problem also you need to include the library path in the start up
to catalina i.e. it becomes part of the command ..
so something like -Djava.library.path=<>
That should do it ..
On 12/4/05, Robert Palmer <[EMAIL PROTECTED]> wrote:
>
> I tried this. Should libtcnative-1.so be in $CAT
"hv @ Fashion Content" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> It could be that I just need to fix my httpd.conf, but I am a bit stuck.
>
> I basicly have a virtualhost like this:
>
> DocumentRoot /var/www/site1
>
> Allow from all
>
>
>
> JkUriSet worker ajp13:localhost:8
No. The root one stays, but doesn't do anything except to wait for the
shutdown signal. That way, you need to be root to shutdown.
"M A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
I am trying to set up a production server setup is as follows
1. JSVC (commons-daemon)
2. j
For anyone unfortunate enough to get the same NullPointerException, what
seems to happen is the following:
In Tomcat 5.5.9 if an exception is thrown in ServletFilter.init it may not
produce any logging output of any sort.
In this case I use Spring which tends to be pretty good at reporting error
George Sexton wrote:
>Mod_jk2 is deprecated (at least it was a month ago). Use mod_jk.
>
>
It's quite funny to notice that a deprecated stuff is called mod_jk2
while a newer one is called mod_jk :)
-
To unsubscribe, e-mail:
I tried this. Should libtcnative-1.so be in $CATALINA_HOME/bin? 'make'
put it in .libs and I tried moving it. I also
downloaded 5.5.13 which results in the same message.
Thanks.
Bill Barker wrote:
"Robert Palmer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Is this something
It could be that I just need to fix my httpd.conf, but I am a bit stuck.
I basicly have a virtualhost like this:
DocumentRoot /var/www/site1
Allow from all
JkUriSet worker ajp13:localhost:8009
I want all requests to /ldapadmin.* to be served by apache+php and the rest
to be served by tomca
Hi-
I'd suggest searching the Internet for "web hosting control panel".
You'll likely need to sort through the features provided and select
according to the requirements of your project. As you might imagine,
support is included, sometimes optionally, for a wide range of services
including Tomca
Hi,
I am trying to set up a production server setup is as follows
1. JSVC (commons-daemon)
2. jdk1.5.0_05
3. tomcat 5.5.12
4. Apr (latest stable).
5. Debian sarge
The problem is this, I am using jsvc to start up tomcat as per the
Tomcat5.sh
script, problem is this, Tomcat starts ok, port 80 and
Mod_jk2 is deprecated (at least it was a month ago). Use mod_jk.
George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
> -Original Message-
> From: Kyle [mailto:[EMAIL PROTECTED]
> Sent: Saturday, December 03, 2005 9:54 PM
> To: TomCat
> Subject: Integrating t
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @
> Fashion Content
> Subject: Re: NullPointer Exception in HostConfig
>
> I have xerxesImpl and xml-apis in tomcat/common/endorsed
> might that be causing some trouble?
They are the 1.4 compatibility package, and must be there if you're
run
Greetings.
Not sure if this will help, but I spent a lot of time fighting with
certificates for use with Tomcat - from CSRs to issued certificates from the
CAs - as well as using PFX files as exported from other webservers etc..
I have however got it working great, and thought to give you my step
Hi Scott,
Let me start from beginning so that it will be easy for you to understand
everything by reading
this email only.
Enviroment:
Tomcat 5.5.12
J2SE 1.5.x
Overview:
(1) Generate key and certificate request (csr).
(2) Submit csr (and may be
Hi Martin.
Thanks for interest!.
I have tomcat 5.5.7 not running as service (I have it at work and now
I'm at home) and I don't have /logs/stderr.log (??).
Stdout is my MS-DOS windows and I don't think that's important.
I have a preprocessor that just checks if
request.getSession(false)==null or i
Hello All
This is intended for george sexton as he was having similar problems about a
week ago
I have the following specification in a java web application which causes
"error No mapping found for / "
when it attempts to resolve context-root via this specification in
application.xml
jmc-ap
I have xerxesImpl and xml-apis in tomcat/common/endorsed
might that be causing some trouble?
Upgraded to 5.5.12 but the config failure persists
"hv @ Fashion Content" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
> The error information on context.xml parsing is very sparse t
Kyle wrote:
> Cheers Mark.
>
> I do realise it's all community based and GOD knows how you all find the
> time you all do already;
>
> But the docs really do get left well behind the reality sometimes. And
> even when they do "appear" to be uptodate,
> they conflict with other info on tomcat.apa
On Dec 4, 2005, at 4:19 PM, Wendy Smoak wrote:
On 12/4/05, Sebastian Funk <[EMAIL PROTECTED]> wrote:
I've read a book about servlets called "Java Servlet Progamming".
This book says I can access all my servlets - additionally to that
what I declared in web.xml - via
http://tomcat-serv
On 12/4/05, Sebastian Funk <[EMAIL PROTECTED]> wrote:
> I've read a book about servlets called "Java Servlet Progamming".
> This book says I can access all my servlets - additionally to that
> what I declared in web.xml - via
> http://tomcat-server:8080/servlet/myServlet
> but I can't.
> I
(Sorry if I sent this message twice, I didn't get the first one)
Hi,
I've read a book about servlets called "Java Servlet Progamming".
This book says I can access all my servlets - additionally to that
what I declared in web.xml - via
http://tomcat-server:8080/servlet/myServlet
but I
I had the same experience.
Just to illustrate here is my build target, quite straightforward:
Cheers Mark.
I do realise it's all community based and GOD knows how you all find the
time you all do already;
But the docs really do get left well behind the reality sometimes. And
even when they do "appear" to be uptodate,
they conflict with other info on tomcat.apache.org.
As a novice O
Hi!
I've installed Java SDK 1.4.1_07 and Tomcat 4.1.31 on a Win XP Prof
SP 2. There were no problems during the install (I set JAVA_HOME to
the Java SDK before installing Tomcat), but I cannot access any page
through localhost:8080 (static, JSP or a servlet). If I try to look
a page in t
> Have a look in your server.xml. Try replacing all instances of
> "org.apache.ajp.tomcat5.config.ApacheConfig" with
> "org.apache.jk.config.ApacheConfig"
I did it, but the result is same, tomcat5 stoped soon.
by the way, I also got message as below both in two cases (original and
your suggestion
Have a look in your server.xml. Try replacing all instances of
"org.apache.ajp.tomcat5.config.ApacheConfig" with
"org.apache.jk.config.ApacheConfig"
HTH,
Mark
Mike Zang wrote:
>>Do you have some more logs to provide ?
>
> Here is from catalina.out:
> Created MBeanServer with ID: [UID:
> 300464,
> Do you have some more logs to provide ?
Here is from catalina.out:
Created MBeanServer with ID: [UID:
300464,1133693145747,-32768]:server1.zangland.com:1
4-Dec-05 7:46:11 PM org.apache.commons.digester.Digester
startElement(java.lang.String, java.lang.String, java.lang.String,
org.xml.sax.Attribu
Kyle wrote:
> It sems (to me anyway) that tomcat 5.5.9 has changed in recent months
> and documentation is in somewhat of a transition period.
> So, I'm now a little lost w/r to integrating an AJP connector for Apache.
>
> In TC v4.1, server.xml had a connector;
>
>enableLookups="fal
> Do you have some more logs to provide ?
Thanks for your reply.
Do you need what logs? access_log or error_log? or any log else?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hv @ Fashion Content wrote:
> On the default page of the site I put a login form as descibed in the
> Servlet spec.
> I then specified the default page to be the login page and listed all other
> pages on the site(Except access denied page) as protected.
>
> The behaviour that I expected was:
>
34 matches
Mail list logo