The Artima Developer Community
Sponsored Link

Java Answers Forum
Problem with Apache

2 replies on 1 page. Most recent reply: Mar 1, 2003 2:38 PM by Sri Nivas

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
yanis97

Posts: 20
Nickname: yanis97
Registered: Jun, 2002

Problem with Apache Posted: Nov 25, 2002 5:16 AM
Reply to this message Reply
Advertisement
Hello;

I have installed Apache 1.3.27, Tomcat 4.1.12 and j2se 1.4.1 :

When I start my application, I have the following error message in the error log file :

[Mon Nov 25 13:08:47 2002] [warn] module mod_webapp.c is already added, skipping
[Mon Nov 25 13:08:47 2002] [crit] (125)Address already in use: make_sock: could not bind to port 80
[Mon Nov 25 13:13:57 2002] [warn] module mod_webapp.c is already added, skipping
[Mon Nov 25 13:13:57 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:13:57 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:13:57 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:13:57 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:13:57 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:13:57 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:13:57 2002] [notice] Apache/1.3.27 (Unix) configured -- resuming normal operations
[Mon Nov 25 13:13:57 2002] [notice] Accept mutex: fcntl (Default: fcntl)
[Mon Nov 25 13:13:57 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:13:57 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:13:57 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:13:57 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:15:46 2002] [notice] caught SIGTERM, shutting down
[Mon Nov 25 13:15:49 2002] [warn] module mod_webapp.c is already added, skipping
[Mon Nov 25 13:15:49 2002] [crit] (125)Address already in use: make_sock: could not bind to port 80
[Mon Nov 25 13:35:02 2002] [warn] module mod_webapp.c is already added, skipping
[Mon Nov 25 13:35:02 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:35:02 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:35:02 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:35:02 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:35:02 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:35:02 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:35:02 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:35:02 2002] [error] Connection "warpConnection" cannot connect
[Mon Nov 25 13:35:02 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:35:02 2002] [error] Cannot open connection "warpConnection"
[Mon Nov 25 13:35:02 2002] [notice] Apache/1.3.27 (Unix) configured -- resuming normal operations
[Mon Nov 25 13:35:02 2002] [notice] Accept mutex: fcntl (Default: fcntl)
[Mon Nov 25 13:44:30 2002] [error] Re-Trying to deploy connections
[Mon Nov 25 13:45:01 2002] [error] [client 10.6.50.240] File does not exist: /exec/commun/prog/apa1327/htdocs/stlnew

Best regards;


chaitanya

Posts: 1
Nickname: chaitanya
Registered: Feb, 2003

apache as proxy server Posted: Feb 27, 2003 7:11 AM
Reply to this message Reply
hi,
we are trying to use apache 2.0.39 as a proxy server to redirect all web requests to weblogic 5.1.
OS : Windows 2000 Professional.

some basic changes were made to the httpd.conf file, like having the LoadModule, ProxyRequests On etc.

After that,
1. we tried the "Redirect" directive inside virtualhost container.
2. we tried the "ProxyRemote" directive inside the virtualhost container.

but only the default page of apache is being displayed, and the request is not redirected to weblogic.

we would like to know
1. the whole procedure of how to configure apache as proxy server, and
2. how to specify the URL in the client when accessing a service thru this proxy, and
3. Internet Explorer settings, if any.

Sri Nivas

Posts: 5
Nickname: seeknew
Registered: Mar, 2003

Re: apache as proxy server Posted: Mar 1, 2003 2:38 PM
Reply to this message Reply
You can find the correct procedure on weblogic site.

Flat View: This topic has 2 replies on 1 page
Topic: servlet or ejb implementation( Urgent help required!!!!!!!!!!!!!!!) Previous Topic   Next Topic Topic: JDO Question

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use