More

TOMCAT

Tomcat will first need a SSL Connector configured before it can accept secure connections.

Note: By default Tomcat will look for your Keystore with the file name .keystore in the CATALINA_Home directory with the default password 'changeit'. Commonly found CATALINA_HOME Directories Unix, Linux lub *nix -- /etc/tomcat5.5
Windows -- C:\Program Files\Apache Software Foundation\Tomcat 5.5\

It is possible to change the file name, password, and even location that Tomcat looks for the keystore. If you need to do this, pay special attention to #8 of Option 2 or #5 of Option 1 below.


Option 1 - Configure the SSL Connector in server.xml:

  1. Copy your keystore file (your_domain.key or your_domain.pfx) to the home directory (see the Note above).
  2. Otwórz w notatniku plik Home_Directory/conf/server.xml
  3. Un-comment the 'SSL Connector' Configuration
  4. Make sure that the 'Connector Port' is 443
  5. If your keystore filename is something other than the default file name (.keystore) and/or your keystore password is something other than default ('changeit') then you will need to specify the correct keystore filename and/or password in your connector configuration -- ex. keystorePass="newpassword". When you are done your connector should look something like this:
    • to use a JKS (Java Key Store) file: <Connector port="443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="conf/user_name/twoja_domena.key" keystorePass="hasło do keystore" />
    • to use a PFX/P12 (PKCS#12) file: <Connector port="443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="conf/twoja_domena.pfx" keystorePass="twoje_hasło_keystore" keystoreType="PKCS12" />
  6. Save the changes to server.xml
    Note: You may need to comment out the following line: na:
  7. Restart Tomcat.

Option 2 - Add an SSL Connector using admintool:

  1. Start Tomcat
  2. Enter 'http://localhost:8080/admin' in a local browser to start admintool
  3. Type a username and password with administrator rights
  4. On the left select 'Service' (Java Web Services Developer Pack)
  5. Select 'Create New Connector' from the drop-down list on the right
  6. Choose 'HTTPS' in the 'Type' field
  7. In the 'Port' field, enter '443'. This defines the TCP/IP port number on which Tomcat will listen for secure connections
  8. Enter the Keystore Name and Keystore Password if a. your keystore is named something other than .keystore, b. if .keystore is located in a directory other than the home directory of the machine on which Tomcat is running, or if c. the password is something other than the default value of 'changeit'. If you have used the default values, you can leave these fields blank.
  9. Select 'Save' to save the new Connector
  10. Select 'Commit Changes' to save the new Connector information to the server.xml file so that it is available the next time Tomcat is started

 

cyber_Folks S.A. – Cookie settings

Do you like good cookies? We too! Some cookies are required for the website to function properly. Also accept additional cookies related to service performance, social networking and marketing. Cookies are also used to personalize ads. Thanks to them, you will get the best experience of our website, which we are constantly improving. The consent granted voluntarily may be withdrawn or modified at any time. More information about the cookies used can be found in our privacy policy. If you prefer to specify your preferences precisely - see the types of cookies below.

Functional (always active)

These are cookies that are necessary for the website to function. The website will not function fully properly without accepting these types of cookies. Example: A cookie that saves your consent or objection is needed so that we know if we have your consent for certain actions on the website, they will also allow you to log in to the Customer Panel, place an order or contact us via chat.

Analytical and performance

They will make it possible to collect information on how to use the website. These files will allow us to count visits and traffic sources to our site, so we can measure and improve its performance, as well as find out which pages are the most and least popular, and understand how visitors navigate our site. They help us analyze website performance and collect synthetic information. Example: We can make heatmaps, so we know which content is readable and which is not, and this allows for better website design. Thanks to them, we can also see which blog entries were read more often and which less often, which allows us to develop more interesting content. The main tool we use is Google Analytics.

Social

It is social platform cookies that will enable you to be associated with your social media accounts. You can share content from our website there. Social network files (from third parties, such as Facebook) collect information to provide personalized advertising content. For example: Ads on your social media are better suited to you and you reduce the chance of seeing excess ads for already purchased services or products.

Marketing

These are files related to the operation of marketing automation systems and ad accountability. Thanks to them, we limit, for example, the number of views of a given advertisement. They also allow us to perform comparative tests, thanks to which we constantly improve the operation of our website. By testing multiple page layouts, it is easier to get one that provides the best readability for users. Communication also becomes more personalized. For example, we may give you an article on how to find a domain name when we see that you are looking for a domain and it is difficult for you to find a suitable name. We can also, for example, show you a hint about logging in, if we see several unsuccessful attempts in a row. Based on the information from these cookies and activity on other websites, your interest profile is built. We mainly use the Google and Facebook advertising network.