You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Roberto B." <ro...@ipermedianet.com> on 2001/08/16 17:32:31 UTC

Error in APR

I have a linux/Debian system

1) I have installed Apache and some Virtual Host
2) I have installed Tomcat 4.0 b7 and it runs on port 8080

in the virtual host I want to run HTML files with apache and JSP/servlet
with Tomcat.
Since I do not have the glibc_2.2 I build the webapp module and I followed
the readme included in the source files.

When I run this command:

cvs -d :pserver:anoncvd@.... \
checkout apr

I receive this:

cvs checkout: in directory apr:
cvs checkout: cannot opern CVS/Entries for reading: No such file or
directory
cvs [checkout aborted]: cannot write <CVS/Template file>: No such file or
directory

if I ignore this and try

support/buildconf.sh

I receive that autoconf is not a command

Why??


RE: Error in error_log

Posted by Martin van den Bemt <ma...@isallineed.org>.
Probably problems with your frontpage extensions... Has got nothing to do
with tomcat though.. (unless they have a conflict..).

Maby asking on the apache mailinglists will have better results..

Mvgr,
Martin

> -----Original Message-----
> From: Barnabas Yohannes [mailto:yohannesb@hotmail.com]
> Sent: Thursday, August 16, 2001 6:22 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Error in error_log
>
>
> Folks,
>
> The error log at the three tiered apache server with tomcat as its middle
> tear is displaying more and more strange errors. As you may remember it,
> last time we had similar errors, namely, "default.ada" & "favicon.ico"
> missing. As suggested by wise folks here,
>
> I created two nice files and named them with "default.ada" &
> "favicon.ico".
> Now we don't have those errors anymore.
>
>
> However, the latest errors are:
>
>
> [Wed Aug 15 10:41:51 2001] [error] [client 63.104.195.182] request failed:
>
> error reading the headers
>
>
> [Wed Aug 15 12:32:00 2001] [error] [client 209.150.103.195] File does not
>
> exist: /usr/local/apache/htdocs/_vti_inf.html
>
>
> [Wed Aug 15 12:32:01 2001] [error] [client 209.150.103.195] File does not
>
> exist: /usr/local/apache/htdocs/_vti_bin/shtml.exe/_vti_rpc
>
>
>
> I don't think these last two files that are reposted missing are
> supposed to
>
> be at the apache server to begin with.
>
>
> Please let us know what you think is causing these errors.
>
> Thank you!
>
>
> Regards,
>
>


Error in error_log

Posted by Barnabas Yohannes <yo...@hotmail.com>.
Folks,

The error log at the three tiered apache server with tomcat as its middle
tear is displaying more and more strange errors. As you may remember it,
last time we had similar errors, namely, "default.ada" & "favicon.ico"
missing. As suggested by wise folks here,

I created two nice files and named them with "default.ada" & "favicon.ico".
Now we don't have those errors anymore.


However, the latest errors are:


[Wed Aug 15 10:41:51 2001] [error] [client 63.104.195.182] request failed:

error reading the headers


[Wed Aug 15 12:32:00 2001] [error] [client 209.150.103.195] File does not

exist: /usr/local/apache/htdocs/_vti_inf.html


[Wed Aug 15 12:32:01 2001] [error] [client 209.150.103.195] File does not

exist: /usr/local/apache/htdocs/_vti_bin/shtml.exe/_vti_rpc



I don't think these last two files that are reposted missing are supposed to

be at the apache server to begin with.


Please let us know what you think is causing these errors.

Thank you!


Regards,


Re: Error in APR

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Roberto B. at roberto@ipermedianet.com wrote:

> Thanks...
> 
> However in Debian is necessary to write:
> 
> bash configure --with-apxs

--with-apxs means build the apache 1.3 module (as in the README)

> and to have obviously autoconf and libtool v 1.3.3 or newer

Autoconf is needed (yeah) for APR , and libtool, well, for both...

    Pier


Re: Error in APR

Posted by "Roberto B." <ro...@ipermedianet.com>.
Thanks...

However in Debian is necessary to write:

 bash configure --with-apxs

and to have obviously autoconf and libtool v 1.3.3 or newer

R.



----- Original Message -----
From: "Pier P. Fumagalli" <pi...@betaversion.org>
To: <to...@jakarta.apache.org>
Sent: Thursday, August 16, 2001 5:46 PM
Subject: Re: Error in APR


> Pier P. Fumagalli at pier@betaversion.org wrote:
>
> > Roberto B. at roberto@ipermedianet.com wrote:
> >
> >> I have a linux/Debian system
> >>
> >> 1) I have installed Apache and some Virtual Host
> >> 2) I have installed Tomcat 4.0 b7 and it runs on port 8080
> >>
> >> in the virtual host I want to run HTML files with apache and
JSP/servlet
> >> with Tomcat.
> >> Since I do not have the glibc_2.2 I build the webapp module and I
followed
> >> the readme included in the source files.
> >>
> >> When I run this command:
> >>
> >> cvs -d :pserver:anoncvd@.... \
> >> checkout apr
> >>
> >> I receive this:
> >>
> >> cvs checkout: in directory apr:
> >> cvs checkout: cannot opern CVS/Entries for reading: No such file or
> >> directory
> >> cvs [checkout aborted]: cannot write <CVS/Template file>: No such file
or
> >> directory
> >>
> >> if I ignore this and try
> >>
> >> support/buildconf.sh
> >>
> >> I receive that autoconf is not a command
> >
> > If you download the sources from this URL
> >
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/src/weba
> > pp-module-1.0-tc40b7.src.tar.gz
> >
> > All you have to do is start from when it says "./configure...."... You
don't
> > have to update anything...
>
> I just updated the README.txt file to avoid any confusion: Check out:
>
>
http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-tomcat-connectors/webap
> p/README.txt?rev=1.14&content-type=text/plain
>
>     Pier
>


Re: Error in APR

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Pier P. Fumagalli at pier@betaversion.org wrote:

> Roberto B. at roberto@ipermedianet.com wrote:
> 
>> I have a linux/Debian system
>> 
>> 1) I have installed Apache and some Virtual Host
>> 2) I have installed Tomcat 4.0 b7 and it runs on port 8080
>> 
>> in the virtual host I want to run HTML files with apache and JSP/servlet
>> with Tomcat.
>> Since I do not have the glibc_2.2 I build the webapp module and I followed
>> the readme included in the source files.
>> 
>> When I run this command:
>> 
>> cvs -d :pserver:anoncvd@.... \
>> checkout apr
>> 
>> I receive this:
>> 
>> cvs checkout: in directory apr:
>> cvs checkout: cannot opern CVS/Entries for reading: No such file or
>> directory
>> cvs [checkout aborted]: cannot write <CVS/Template file>: No such file or
>> directory
>> 
>> if I ignore this and try
>> 
>> support/buildconf.sh
>> 
>> I receive that autoconf is not a command
> 
> If you download the sources from this URL
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/src/weba
> pp-module-1.0-tc40b7.src.tar.gz
> 
> All you have to do is start from when it says "./configure...."... You don't
> have to update anything...

I just updated the README.txt file to avoid any confusion: Check out:

http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-tomcat-connectors/webap
p/README.txt?rev=1.14&content-type=text/plain

    Pier


Re: Error in APR

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Roberto B. at roberto@ipermedianet.com wrote:

> I have a linux/Debian system
> 
> 1) I have installed Apache and some Virtual Host
> 2) I have installed Tomcat 4.0 b7 and it runs on port 8080
> 
> in the virtual host I want to run HTML files with apache and JSP/servlet
> with Tomcat.
> Since I do not have the glibc_2.2 I build the webapp module and I followed
> the readme included in the source files.
> 
> When I run this command:
> 
> cvs -d :pserver:anoncvd@.... \
> checkout apr
> 
> I receive this:
> 
> cvs checkout: in directory apr:
> cvs checkout: cannot opern CVS/Entries for reading: No such file or
> directory
> cvs [checkout aborted]: cannot write <CVS/Template file>: No such file or
> directory
> 
> if I ignore this and try
> 
> support/buildconf.sh
> 
> I receive that autoconf is not a command

If you download the sources from this URL
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/src/weba
pp-module-1.0-tc40b7.src.tar.gz

All you have to do is start from when it says "./configure...."... You don't
have to update anything...

    Pier