Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 32 1 2 3 11 ... LastLast
Results 1 to 15 of 466
  1. #1
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default New Tomcat 5.0.19 installer

    UPDATE SEPT. 14TH - INSTALLER NO LONGER AVAILABLE.

    Since cPanel now includes Tomcat in version 9.9.x, we are no longer supplying our installer as it can cause conflicts with cPanel's install.
    Last edited by dgbaker; 09-14-2004 at 08:23 AM. Reason: Removal of download links and why.
    Regards,
    David
    Forum Moderator

  2. #2
    Member
    Join Date
    Apr 2003
    Location
    Lewisville, Tx
    Posts
    968

    Default

    DG...

    Thanks for the great work yet again. This looks awesome! If you need a mirror for the downloads contact me at kris@wwm.net and we can set something up.
    Kris
    NCServ, LLC.
    WebHosting - Dedicated Servers - Colocation
    sales@ncerv.com

  3. #3
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    Your welcome.

    I will be adding some additional instructions/information for things like enabling admin and manager.

    We are also working on an auto-deployer. Basically a cron script that monitors a certain directory in users home areas and if they put a .war file there it gets picked up by the script and gets auto-deployed. We are still working on the updating of httpd for the newly deployed app though. No estimated timeline has been set.
    Last edited by dgbaker; 04-10-2004 at 10:17 AM.
    Regards,
    David
    Forum Moderator

  4. #4
    Member
    Join Date
    Jan 2002
    Posts
    13

    Default

    dgbaker,

    I believe that your installer added the following to the httpd.conf

    /usr/local/build/tomcat/conf/auto/mod_jk.conf

    but should have added

    /usr/local/jakarta/build/tomcat/conf/auto/mod_jk.conf

    Regards,
    David

  5. #5
    Member
    Join Date
    Jan 2002
    Posts
    13

    Default

    dgbaker,

    Also the /usr/local/jakarta/build/tomcat/conf/jk/worker.properties references a /conf/workers2.properties properties in the tomcat home, yet there doesn't appear to be such a config file..... Is this supposed to reference jk2.properties in the conf directory or something else?

    Regards,
    David

  6. #6
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    Originally posted by netendea
    dgbaker,

    I believe that your installer added the following to the httpd.conf

    /usr/local/build/tomcat/conf/auto/mod_jk.conf

    but should have added

    /usr/local/jakarta/build/tomcat/conf/auto/mod_jk.conf

    Regards,
    David
    This is for the 4.1.19 installer.
    No it is correct, this is not a build/src install it is a binary install.
    Regards,
    David
    Forum Moderator

  7. #7
    Member
    Join Date
    Jan 2002
    Posts
    13

    Default

    ok -- my bad

    I may have had remnants of the v4 TC around.. I'll dig a little deeper....

    David

  8. #8
    Member
    Join Date
    Apr 2003
    Location
    Lewisville, Tx
    Posts
    968

    Default

    DG, which jdk is required. The version I downloaded, 1.2.4, doesn't seem to be linked up like your script requires.
    Kris
    NCServ, LLC.
    WebHosting - Dedicated Servers - Colocation
    sales@ncerv.com

  9. #9
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    It should use

    j2sdk1.4.2_04

    Linked as follows;

    ln -s /usr/java/j2sdk1.4.2_04 /usr/local/jdk
    ln -s /usr/java/j2sdk1.4.2_04/jre/ /usr/local/jre
    Regards,
    David
    Forum Moderator

  10. #10
    Member
    Join Date
    Apr 2004
    Posts
    72

    Default VM error - ! Grr

    Hello, I am trying unsucessfully to get .jsp up and running on my server!

    I get this error when running ./pre-install.sh

    Unable to load native library: /usr/java/j2sdk1.4.0/jre/lib/i386/libja
    va.so: symbol __libc_waitpid, version GLIBC_2.0 not defined in file li
    bc.so.6 with link time reference

    Now, I actually have /usr/java/j2sdk1.4.2-b05 installed - will I have to instead install the 1.4.0 to have this work correctly? Or can I just go ahead with the rest of the tut?

    Thank you for any reply.

    trout.

  11. #11
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    The install will actually install 1.4.2 and re-link jdk and jre.
    Regards,
    David
    Forum Moderator

  12. #12
    Member
    Join Date
    Jan 2003
    Posts
    19

    Default

    What does tomcat set the default login and pass to for the admin panels?

  13. #13
    Member Planet_Master's Avatar
    Join Date
    Apr 2002
    Location
    New Yorker
    Posts
    260

    Default

    I am definitely going to try this, sure beats manual install. I will report any problems and work arounds if necessary. Thx DgB
    Vision Plateau Web Services - Total Control Hosting
    http://www.visionplateau.com

  14. #14
    Member Planet_Master's Avatar
    Join Date
    Apr 2002
    Location
    New Yorker
    Posts
    260

    Default

    Originally posted by HSAdam
    What does tomcat set the default login and pass to for the admin panels?
    There is no default, you need to set your own:
    edit /usr/local/jakarta/tomcat/conf/tomcat-users.xml

    Add the following:
    < user username="user" password="secretpass" roles="admin,manager"/ >

    save and restart Tomcat.

    *************************

    DgB I tried it on my RHE server and works great (ToDo: RH 9 servers), basically the same thing as my manual install without all the hassles. Although I will still need to modify my server and web XML for my custom purposes but none the less a great time saver

    Thx!
    Vision Plateau Web Services - Total Control Hosting
    http://www.visionplateau.com

  15. #15
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    Thanks, your very welcome, I did try it on a RH9 server and did work so you shouldn't have too much trouble. Also as a note the RH9 server I tried it on was an RH7.3 to RH9 in place upgrade using one of the Howto's on ev1.
    Regards,
    David
    Forum Moderator

+ Reply to Thread
Page 1 of 32 1 2 3 11 ... LastLast
Similar Threads & Tags
Similar threads

  1. Tomcat or Resin Installer Problems
    By ramorse in forum cPanel Developers
    Replies: 0
    Last Post: 07-08-2005, 12:29 PM
  2. Tomcat Installer gets Stuck????
    By scapeweb in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-16-2005, 05:37 AM
  3. ** New Tomcat 4.0.3 Installer **
    By dgbaker in forum cPanel and WHM Discussions
    Replies: 91
    Last Post: 06-30-2004, 07:08 PM
  4. New Tomcat 4.1.30 installer
    By dgbaker in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 04-09-2004, 06:04 PM
  5. ** New Tomcat 4.0.3 Installer **
    By dgbaker in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 05-05-2003, 03:23 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube