Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by mustish1
at 2024-07-30 06:04:23
Point:500 Replies:5 POST_ID:829165USER_ID:11851
Topic:
Web Languages/Standards;Web Applications;Components
How to change the port number for tomcat. I think 80 is using by windows 7. Thanks
Attachment:cntr.png
Expert: duncanb7 replied at 2024-07-30 08:35:21
Thanks for your points
Duncan
Duncan
Author: mustish1 replied at 2024-07-30 08:32:45
Thanks. It works.
Accepted Solution
Expert: duncanb7 replied at 2024-07-30 07:15:06
500 points EXCELLENT
iIf the file is no change from you, now it is set to LISTEN 8080 as default , so go to change
to the port you want
Duncan
to the port you want
Duncan
## Change this to Listen on specific IP addresses as shown below to# prevent Apache from glomming onto all bound IP addresses.##Listen 12.34.56.78:80Listen 8080## Dynamic Shared Object (DSO) Support## To be able to use the functionality of a module which was built as a DSO you# have to place corresponding `LoadModule' lines at this location so the# directives contained in it are actually available _before_ they are used.# Statically compiled modules (those listed by `httpd -l') do not need# to be loaded here.# 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:
Author: mustish1 replied at 2024-07-30 07:02:55
Can you please check the file. I change it where i see the 80
Expert: duncanb7 replied at 2024-07-30 06:20:26
You should look into
c:xamppapahceconfhttpd.conf , and in the file, just find the line such as
LISTEN 80
and then replace
LISTEN 8080
or other port besides 8080
As I know browser will use 5000-6000 for dynmaic port
Duncan
c:xamppapahceconfhttpd.conf , and in the file, just find the line such as
LISTEN 80
and then replace
LISTEN 8080
or other port besides 8080
As I know browser will use 5000-6000 for dynmaic port
Duncan