Sponsored Content
Full Discussion: Error Tomcat + Apache
Top Forums UNIX for Advanced & Expert Users Error Tomcat + Apache Post 302114475 by By_Jam on Monday 16th of April 2007 11:34:34 AM
Old 04-16-2007
Network Error Tomcat + Apache

Hi,

I have a machine with Unixware 7.1.3 and Apache 2 and Tomcat 4.0.3 it's works, but in the archive log from mod_jk.log

ajp13_process_callback - write failed
[Fri Sep 26 11:01:00 2003] [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Fri Sep 26 11:02:02 2003] [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Fri Sep 26 11:02:49 2003] [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Fri Sep 26 11:02:55 2003] [jk_ajp13_worker.c (381)]: Error
...

What's happened? How to you back track this type of err?

I think that the problem is the configuration the files mod_jk.conf and workers.properties, but I dont have a idea that how works?

thanks...
 

8 More Discussions You Might Find Interesting

1. SCO

HELP SCO 5.07 and Installing Apache Tomcat 4.01

I need to install Apache TOmcat 4.01 on SCO Openserver 5.07 rather than using the default 4.1.29 version which comes with the original release of 5.07 anyone got any ideas hw to go about this, really struggling having downloaded the source and binariys and getting nowhere fast (0 Replies)
Discussion started by: ccarcher
0 Replies

2. UNIX for Dummies Questions & Answers

difference between Tomcat apache and weblogic

Hi, can anyone explain the difference in terms of application server, web server concepts? Thanks james (0 Replies)
Discussion started by: james94539
0 Replies

3. AIX

apache/tomcat compatibility with AIX versions

Hello, Where can i find the information about the compatibility versions of tomcat with AIX? for example, AIX 5.2 supported tomcat versions?? (1 Reply)
Discussion started by: balareddy
1 Replies

4. Web Development

Apache to Tomcat forwarding not working properly

Hi, I am facing some problem with Apache to Tomcat forwarding. I have Tomcat (6.0.18) behind Apache (2.2). I want to use ‘https' for receiving request from the client. This request, when forwarded by Apache to Tomcat, will use ‘http'. My application's name is ‘abc', which is deployed in... (1 Reply)
Discussion started by: Technext
1 Replies

5. UNIX for Dummies Questions & Answers

Help needed to install Apache Tomcat

I want to setup apache tomcat on my linux distribution . I Have downloaded apache tomcat from below mentioned link. Administration Web Application: Apache Tomcat - Apache Tomcat 5 Downloads The setup was in following format. apache-tomcat-5.5.29-admin.tar.gz Below are the command i... (7 Replies)
Discussion started by: pinga123
7 Replies

6. Red Hat

Apache / Tomcat / APR Issues [RHEL]

Evening, I'm posting for help here, because I'll be honest I've reached the end of my tether, hopefully someone can give me some assistance and help me maintain a level of sanity... I maintain a number of webservers on RHEL 5 64Bit (Red Hat Enterprise Linux Server release 5.3 (Tikanga)), the... (2 Replies)
Discussion started by: cpickering
2 Replies

7. Red Hat

Apache Tomcat(403 Access Denied)

Good evening, i've got a problem. I fail to enter "Manager App" in Apache Tomcat/9.0.0.M9 on server, it says "403 Access Denied». for example, server address is 192.168.1.4, when I type 'localhost ' in the browser and press "Manager App", then everything is ok. but if I enter 192.168.1.4 and press... (0 Replies)
Discussion started by: v.k.l.chr.by
0 Replies

8. UNIX for Advanced & Expert Users

Building an apache-tomcat server

Hi, I have been assigned a task to build a server with these requirements : > has multiple tomcats running under the same apache. > tomcat & jdk has to be binded with apache. > latest openssl with all necesarry "mod" to bind with apache & tomcat. I am fairly new to... (1 Reply)
Discussion started by: anaigini45
1 Replies
Apache::SmallProf(3pm)					User Contributed Perl Documentation				    Apache::SmallProf(3pm)

NAME
Apache::SmallProf - Hook Devel::SmallProf into mod_perl SYNOPSIS
<IfDefine PERLSMALLPROF> <Perl> use Apache::DB (); Apache::DB->init; </Perl> <Location /> PerlFixupHandler Apache::SmallProf </Location> </IfDefine> DESCRIPTION
Devel::SmallProf is a line-by-line code profiler. Apache::SmallProf provides this profiler in the mod_perl environment. Profiles are written to $ServerRoot/logs/smallprof and unlike Devel::SmallProf the profile is split into several files based on package name. The Devel::SmallProf documentation explains how to analyize the profiles, e.g.: % sort -nrk 2 logs/smallprof/CGI.pm.prof | more 1 0.104736 629: eval "package $pack; $$auto"; 2 0.002831 647: eval "package $pack; $code"; 5 0.002002 259: return $self->all_parameters unless @p; 5 0.000867 258: my($self,@p) = self_or_default(@_); ... LICENSE
This module is distributed under the same terms as Perl itself. SEE ALSO
Devel::SmallProf(3), Apache::DB(3), Apache::DProf(3) AUTHOR
Devel::SmallProf - Ted Ashton Apache::SmallProf derived from Devel::SmallProf - Doug MacEachern Currently maintained by Frank Wiles <frank@wiles.org> perl v5.14.2 2006-07-28 Apache::SmallProf(3pm)
All times are GMT -4. The time now is 10:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy