How To Change Tomcat Default Port (8080)
Nov 1, 2009
My app needs to be viewed using :8080 behind the domain. I want it be viewable without using adding any port behind. I've research on google and many said about edit the server.xml file but the problem is I can't located the file no mater what
root@kohproxy [~]# find -name server.xml
root@kohproxy [~]#
View 5 Replies
ADVERTISEMENT
Jan 31, 2008
Yesterday I installed tomcat on a RHEL 4 + cPanel and httpd 2.0.63 server using easyapache3, process was ok, jsp pages are loading fine using http://site.com/example.jsp , but servlets, are not working using http://site.com/example, how ever, if I load http://site.com:8080/example it loads the servlet perfect.
I read something about redirecting all traffict from port 80 to 8080, but you know.. this is a shared server, and that would affect all customers on the server.
So, mod_jk seems to be the only solution, now I read many documents over the web, but no one seems to be working to configure apache2 and mod_jk that is installed using easyapache3 script.
In my httpd.conf file, i have this:
LoadModule jk_module modules/mod_jk.so
Include "/usr/local/apache/conf/jk.conf"
At jk.conf i have this content: ...
View 5 Replies
View Related
Dec 2, 2008
I have Linux server Apache with Tomcat.How can i change DocumentRoot for Tomcat or set default page for Tomcat index.jsp or my.jsp or index.php because i want to use 301 redirection.
So please guide me how can i change default page or change default path.
View 1 Replies
View Related
Aug 8, 2013
I'm runnung a server with Apache2 (Apache/2.2.16 (Debian 6.0))
I would like Apache2 listen on port 8080 for IPv4 and on port 80 for IPv6.
This is what I have now:
/etc/apache2/ports.conf
View 4 Replies
View Related
Feb 11, 2008
I was wondering if I could change the default port of vnc server and how to do so?
What is the default port for vncserver server anyway? Is it 5900?
View 8 Replies
View Related
Jan 23, 2014
I have a Windows VPS with Plesk panel. Windows Server 2008 R2 with plesk panel version 11.5.30.
I tried to change the default plesk panel port (8443) to eg (1234) without any success.
The steps i followed are the following:
1) Firewall -> Inbound rule -> allow for port 1234
2) Firewall, Disable inbound rule for port 8443
3) IIS, PleskControlPanel, Bindings: changed binding from 8443 to 1234.
Now i type on browser: [URL] .... and while its loading after some seconds redirects me to [URL] ...
View 6 Replies
View Related
Aug 6, 2007
I want to have a static server for my website which runs on the same machine as the dynamic server. I have read on the internet that port 8080 is a good alternative port to use.
Is common enough that it will work in all cases like port 80? And that it won't be blocked by firewalls and so on since it's not a service port (port < 1024).
View 5 Replies
View Related
Nov 4, 2013
i m using xampp on window. how to hide port on url?
View 5 Replies
View Related
May 8, 2006
does anybody has a good reference how to configure tomcat to listen to port 80?
View 3 Replies
View Related
Feb 19, 2008
Currently I am using Linux + cPAnel and using the port 25 for email sevrer. Currently we facing 1 problem is, some user's ISP is not support port. May I know how can I add additional port into server and allow users to send mail by different port?
View 1 Replies
View Related
Jun 6, 2007
I am transfering some files from one server to another. Both server runs SSH on port 3333.
Quote:
rsync -a -v -e ssh --port=3333 --progress --timeout=0 -e ssh /var/cpanel/packages root@server42.hostname.com:/var/cpanel/
When i use this command, i get following error
Quote:
root@server40 [~]# rsync -a -v -e ssh --port=3333 --progress --timeout=0 -e ssh /var/cpanel/packages root@server42.hostname.com:/var/cpanel/
ssh: connect to host server42.hostname.com port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [sender=2.6.9]
root@server40 [~]#
Why it says port 22 in error message ? I have specified --port=3333 in options.
Also i am able to connect to other server on port 3333
Quote:
root@server40 [~]# telnet server42.hostname.com 3333
Trying 72.9.145.200...
Connected to server42.hostname.com (72.9.145.200).
Escape character is '^]'.
SSH-2.0-OpenSSH_3.9p1
why rsync is not working?
View 8 Replies
View Related
Feb 11, 2015
i'm running 12.0.18#34 on PCS dedicated server. i recently discovered that some of the default jails on fail2ban that is shipped with Plesk 12 were not working correctly. Let me explain what i mean. For instance, the plesk-panel jail. The logs were parsed correctly, the command was successfully appended in iptables list, the fail2ban log was updated. Still, the intruder was not blocked. I kept reading "already banned" on the fail2ban.log but actually there was no blocking.
After some checks, i found out that fail2ban default configuration states SSH as default blocking port.
that means, the block was working but only for ssh hits. thus the plesk-panel admin page hits were passing through.
since i added port=http,https on jail.local > plesk-panel and did it a restart on fail2ban service, only then did it start to actually block incoming hits.
I think this should be verified by programmers group and maybe include a fix in some future minor update.
View 1 Replies
View Related
Dec 30, 2014
Is it possible in migration manager set a non default RDP port?
View 1 Replies
View Related
Feb 11, 2008
How Can I point [url]to httpdocs/MyFolder instead of httpdocs...
I am running a Plesk cp with apache web server.......
View 2 Replies
View Related
Feb 11, 2008
How Can I point [url]instead of httpdocs...
I am running a Plesk cp with apache web server.......
View 3 Replies
View Related
Feb 28, 2007
to change the default document on my Web server from index to news.php, is there a simple process for this please?
My server is Linux based and my control panel is cPanelX. I've had a look around the control panel but couldn't find anything to help me.
View 4 Replies
View Related
Sep 26, 2007
Is there any function in cpanel that allows you to set your own default page instead of the typical index,default.htm/html?
View 14 Replies
View Related
Aug 6, 2008
How do I change the default green cpanel page when a new account is created (dns only) and no page is uploaded yet?
View 4 Replies
View Related
Apr 17, 2009
i want to changing my ssh port from 22 to other .
so i have edit ssh_config and change 22 to for example 9000 .
and add 9000 in TCP_IN and TCP_OUT on my csf Config and delete 22 from them
and restart ssh .
but my ssh isnt login with 9000 and no effect .
View 6 Replies
View Related
Sep 24, 2007
I decided to change my SSH port. I red an Article about it.
Quote:
At command prompt type: pico /etc/ssh/sshd_config
Scroll down to the section of the file that looks like this:
Code:
#Port 22
#Protocol 2, 1
#ListenAddress 0.0.0.0
#ListenAddress ::
Uncomment and change
#Port 22
to look like
Port 5678 (choose your own 4 to 5 digit port number (49151 is the highest port number)
Uncomment and change
#Protocol 2, 1
to look like
Protocol 2
Save file and restart SSH
And I do all step. I change Port 22 to port 8443 . But Now I cannot loging to root via port 8443 . WHy?
How can I change this port to 22.
View 13 Replies
View Related
May 14, 2007
i have a few windows xp running IIS in a LAN.
i have a static IP from my current ISP.
is there any way that i can have all these 7 machine to work with individual domain names
eg:
server 1 = demo1.com
server 2 = demo2.com
.
.
.
any way to have this work?
View 2 Replies
View Related
Oct 31, 2009
I'm wondering if anyone else has experience with this, or if it's something easy that I'm overlooking.
I am on a VPS service (CentOS Linux) and I want my php mail function emails to send from a specified address. I've already manipulated the headers, so the emails do appear to come from the specified addres, but on mobile devices it comes up as nobody@server1.mydomain.com format. I would like this to read something like no-reply@mydomain.com
know which configuration files can change this default address?
View 5 Replies
View Related
Jun 8, 2008
How do I change the default system setting for the index manager so that indexes server wide are always set to no indexing.
I am aware that this can be done individually in cpanel, but how do I set it so that it is the default setting on the server to have
"No Indexing"
View 2 Replies
View Related
Apr 10, 2014
I uploaded the default skeleton files into the management ppa server at /var/www/vhosts/.skel/0/
But when I am creating a new subscription the skeleton is still the default plesk skeleton, something changed from ppa 11 to 11.5 ??
View 1 Replies
View Related
Sep 9, 2014
My server currently installed plesk 12 , I need to change wordpress default language ( default English )
Which aps table to edit language.
View 1 Replies
View Related
Aug 15, 2013
Plesk 11.5 (Windows Server 2008 R2)
I changed the dump location, but how do I change the default backup location on the destination server from:
C:Program Files (x86)ParallelsPleskPMM mp
To:
D: emp
Also, how do I change it on the source server as well? I have tons of space on the D drive, but only 200GB on the C drive.
View 6 Replies
View Related
Feb 11, 2015
I am noticing that several of my users are wiping out their user root folders ( logs, error docs, etc...) when they fail to use '/httpdocs/' as the root directory when publishing with FTP.
I fixed this by editing the proftpd.conf to use ~/httpdocs/ as the DefaultRoot folder ( instead of just ~/ ).Would it be safer(better) to go through all the ftp users and make the home directory '/httpdocs/' instead of '/' in the admin UI? If yes, what is the best way to do a mass update of this setting for multiple users ( multiple domains ) ?
View 2 Replies
View Related
Nov 10, 2014
Is there a way to set the php-handle for all domais as "fastcgi".
At the moment when i create a domain, it will be run as "apache".
I like to change it to "fastcgi". I know there is way, to change it in the databases, but i forget where was it...
View 3 Replies
View Related
Sep 16, 2013
Is there a way to change the default value of the "Preferred domain" option in the hosting settings of domains in Plesk 11.5? When ever i create a new subscription/domain it just defaults to the value of "domain.ltd" and i have to go into the hosting settings and manually change it to "None". Is there a way i can set it to use the "None" option every time i create new subscriptions or domains?
View 14 Replies
View Related