| Summary: | Не получается поменять порт и пользователя - tomcat 6 не реагирует на конфиги. | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | nbr <nbr> |
| Component: | tomcat6 | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
nbr
2008-03-26 17:55:58 MSK
подробнее, пожалуйста. порт вроде в server.xml настраивается. расскажите, пожалуйста, конкретнее, что правите и что получается. Правил как раз server.xml. Поменял там номер порта. Запускаю - а он берет старый номер порта. у меня не воспроизводится.
$ diff /etc/tomcat6/server.xml{~,}
67c67
< <Connector port="8080" protocol="HTTP/1.1"
---
> <Connector port="8081" protocol="HTTP/1.1"
на http://localhost:8081/docs/ вижу
Apache Tomcat 6.0
Documentation Index
------------------------
$ diff -u /etc/tomcat6/server.xml{~,}
--- /etc/tomcat6/server.xml~ 2008-03-11 20:24:23 +0200
+++ /etc/tomcat6/server.xml 2008-04-23 14:30:27 +0300
@@ -64,7 +64,7 @@
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL HTTP/1.1 Connector on port 8080
-->
- <Connector port="8080" protocol="HTTP/1.1"
+ <Connector port="8081" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!-- A "Connector" using the shared thread pool-->
Наверное, у меня что-то неправильно поставилось. Сейчас не актуально уже. |