You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/03/17 23:20:23 UTC

DO NOT REPLY [Bug 18082] New: - Invalid port number (p<1) No "Port" statement found

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18082>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18082

Invalid port number (p<1) No "Port" statement found

           Summary: Invalid port number (p<1) No "Port" statement found
           Product: Tomcat 4
           Version: 4.1.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:Webapp
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: msdn@spider.scorpions.net


Hello folks. Please excuse me if this is known issue or if I am posting in a 
wrong place.
 I have compiled httpd-2.0.44 and webapp from jakarta-tomcat-connectors-4.1.18-
src
All of compilation is fine and I think my configuration is correct too. When I 
try to startup apache I am getting:
Syntax error on line 1079 of /usr/local/apache2/conf/httpd.conf:
Invalid port number (p<1) No "Port" statement found

In my httpd.conf I have (these are just main parts of config for this issue:
Listen 80
ServerName my.domain.com:80
LoadModule webapp_module modules/mod_webapp.so

and then for virtual host:

WebAppConnection warpConnection warp localhost:8008

in Virtual Host Directive:
WebAppDeploy /usr/local/tomcat/webapps/examples warpConnection /examples
..and like I mentioned apachectl throws error: Syntax error on line 1079 
of /usr/local/apache2/conf/httpd.conf:
Invalid port number (p<1) No "Port" statement found

I belive webapp module is looking for Port statement/settings but Port 
statement is depriciated in httpd-2.0.44 and has been replaced with Listen 
statement. Please correct me if I am wrong or point out for any information 
regarding this. I appreciate your help.

--Alex
msdn@spider.scorpions.net

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org