Results 1 to 7 of 7

Thread: Tomcat version 6.x via EasyApache

  1. #1
    Join Date
    Apr 2010
    Posts
    57

    Tomcat version 6.x via EasyApache

    I am trying right now to use my unlimited hosting to set up a music portal has private. Tomcat is properly integrated with cpanel, it is easily configured to limit the use of CPU and memory resources of the server (which is good when it comes to shared hosting in order not to penalize our roommates) Although there is no recess that subsonic who needs tomcat and I am sure that you would like to develop with java. I have not really afford to purchase or a dedicated server or a second accommodation in Parallel to this one. I am in PlanetHoster, I do not intend to change at all but I want to take full advantage of the opportunities the Internet. Please suggest use Tomcat version 6.x via EasyApache. Thanks.

  2. #2
    Join Date
    Oct 2008
    Posts
    780

    Re: Tomcat version 6.x via EasyApache

    If you ask me now advise of jsp pages I can not advise PlanetHoster and it annoys me a bit because the service is really up to it. In terms of everything else I recommend the unlimited plan without arrest those who speak to me. Of course I'm biased because I really need Apache Tomcat at the moment but I also told by altruism because it costs nothing to implement and is therefore an increase in service more clients.

  3. #3
    Join Date
    Dec 2008
    Posts
    950

    Re: Tomcat version 6.x via EasyApache

    You need to try to install cpanel on a virgin CentOS 5.3. It enable quotas in fstab, remount the partition and run:
    Code:
    wget http://layer1.cpanel.net/latest
    chmod + x latest
    sh latest
    It's head, but normally that's it. I installed for a client four months ago and I did everything by hand is not very complicated.

  4. #4
    Join Date
    Oct 2008
    Posts
    951

    Re: Tomcat version 6.x via EasyApache

    EasyApache allows you to choose your version of Apache, PHP etc ... It depends on what you want, it is best to leave default and click on start customizing. By default, Easyapache starts only listening on the IP address 127.0.0.1 (you can not access it from another computer.) You must go into the configuration of Easyapache and ask him to listen to all the IP address of your computer.

  5. #5
    Join Date
    Oct 2008
    Posts
    1,066

    Re: Tomcat version 6.x via EasyApache

    A solution to use an Apache server on a LAN is use the web folder of the item "server" as a local web file:
    * On each item "customer" of the network:
    * EasyPhp install, run
    * Right-click on the icon, choose Administration
    * In the Apache section, click on + [Add]
    * Type the alias name you want and the target folder type: \ \ Server \ Dossier_weblocal \ Site
    * On each post, you can access the server through the url: http://127.0.0.1/alias
    If anyone has a solution to avoid installing easyPhp on the client, I'm interested.

  6. #6
    Join Date
    Feb 2010
    Posts
    669

    Re: Tomcat version 6.x via EasyApache

    You need to Small update regarding Tomcat my config is as follows:

    PHP Code:
    # Enable expirations
    It ExpiresActive
    # Expire GIF images after a month in the client's cache
    ExpiresByType image gif A259
    # HTML documents are good for a week from the
    # Time They Were changed
    ExpiresByType text html M604
    <IfModule Mod_cache.c>
    Disk_cache_module LoadModule modules mod_disk_cache.so
    <IfModule Mod_disk_cache.c>
    CacheRoot Data http-cache
    CacheEnable disk 
    /
    CacheDirLevels 3
    CacheDirLength 1
    It CacheIgnoreCacheControl
    # Set-Cookie CacheIgnoreHeaders
    CacheIgnoreQueryString Off
    It CacheIgnoreNoLastMod
    </ IfModule>
    </ 
    IfModule

  7. #7
    Join Date
    Feb 2010
    Posts
    118

    Re: Tomcat version 6.x via EasyApache

    I use the same server-automation 3CX PABX (for the SIP phone) and Easyphp. Both use Apache and therefore must create a conflict because of these two instances of Apache, I think even this is not the same versions of apache to be executed. After much research, here's what to do, I do not really understand why, but it works! Must change httpd.conf in C: \ Program Files \ 3CX PhoneSystem \ Bin \ Apache \ conf

    Code:
    <IfModule Mpm_winnt.c> 
    ThreadsPerChild two hundred 
    MaxRequestsPerChild 0 
    </ IfModule>
    We must reduce ThreadsPerChild.

Similar Threads

  1. Is tomcat application available for Nokia X7?
    By Sheamas in forum Portable Devices
    Replies: 4
    Last Post: 10-06-2011, 01:02 PM
  2. Easyapache and memcached
    By Bricklayer in forum Networking & Security
    Replies: 6
    Last Post: 23-06-2010, 10:37 AM
  3. How to add mod_security to centos 5 via easyapache
    By Tionontati in forum Software Development
    Replies: 6
    Last Post: 19-06-2010, 12:30 AM
  4. Tomcat Installation on FreeBSD
    By Isiah in forum Software Development
    Replies: 6
    Last Post: 17-06-2010, 03:38 AM
  5. Error compiling easyapache
    By Who is it in forum Software Development
    Replies: 6
    Last Post: 16-06-2010, 04:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,497,104.14493 seconds with 17 queries