Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-15-2007, 11:27 PM
Junior Member
 
Posts: 8
Default Need help with manual installation

Hallo forum

I am using a Linux distro where I can not use the RPMs or the DEB packages. So I am forced to do everything manually.

I checked out "FRANK" and compiled with ant ZimbraWebClient and ZimbraServer and Ajax.

I successful deployed zimbra.war, service.war and zimbraAdmin.war in Tomcat 5.5. I modified server.xml and added the following part:
Code:
 
    
    
    
    
                   
    
    
I modified Tomcat's web.xml and added the following part:
Code:
 
    
        zgz
        text/javascript
    
    
I copied /opt/zimbra/tomcat/conf/keystore to my Tomcat 5.5 installation (${CATALINA_BASE}/conf/keystore).

After restarting I can see a login screen for the normal web client http://myhost:7070/zimbra but when I try to use the Zimbra admin at https://myhost:7071/zimbraAdmin then I don't see anything in Firefox. It is just empty. But when I look at the code of the page I see that the page get's rendered. So it should work.

But I still have some questions:
  • What about the other Tomcat files?:
    • /opt/zimbra/tomcat/common/endorsed/zimbra-charset.jar
    • /opt/zimbra/tomcat/common/lib/zimbra-native.jar
    • /opt/zimbra/tomcat/common/lib/ical4j-0.9.16-patched.jar
    • /opt/zimbra/tomcat/common/lib/activation.jar
    • /opt/zimbra/tomcat/common/lib/mail.jar
  • Should I move those files int my Tomcat installation?
  • Should I add /opt/zimbra/tomcat/common/endorsed and /opt/zimbra/tomcat/common/lib to my CLASSPATH?

I have jet not created the MySQL database and I still have not configured OpenLDAP. I know that they need to be configured for Zimbra to work. But right now I only am trying to get a login screen for the normal web client (which works) and for the admin web client (which does not work).

// SteveB

Last edited by SteveB; 04-16-2007 at 12:35 AM.. Reason: Fixed typo for admin URL
Reply With Quote
  #2 (permalink)  
Old 04-17-2007, 12:10 AM
Former Zimbran
 
Posts: 5,606
Default

Is it me, or is the code blank.
Try to post your error again.
Reply With Quote
  #3 (permalink)  
Old 04-17-2007, 08:10 AM
Junior Member
 
Posts: 8
Default

Quote:
Originally Posted by jholder View Post
Is it me, or is the code blank.
Try to post your error again.
The code was not blank. It was correct but I had to tweak the entry to get it posted correctly here in the forum since the forum filter destroys it. Anyway... will post it again.

I replaced < with [
and > with ]
in order to get the post correctly displayed here in this form.


server.xml:
Code:
    [!-- =========================== Zimbra ================================= --]
    [!-- Zimbra user services connector, no SSL --]
    [Connector port="7070" maxHttpHeaderSize="8192"
               acceptCount="1024"
               enableLookups="false" redirectPort="7443"
               URIEncoding="UTF-8"
               compression="on"
               compressionMinSize="1024"
               compressableMimeType="text/html,text/plain,text/css,text/xml"
               noCompressionUserAgents=".*MSIE 6.*, gozilla, traviata"
               maxThreads="10" minSpareThreads="10" maxSpareThreads="10"/]
    [!-- Zimbra user services connector, SSL --]
    [Connector port="7443" maxHttpHeaderSize="8192"
               acceptCount="1024"
               enableLookups="false"
               disableUploadTimeout="true"
               maxThreads="10" minSpareThreads="10" maxSpareThreads="10"
               scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               URIEncoding="UTF-8"
               compression="on"
               compressionMinSize="1024"
               compressableMimeType="text/html,text/plain,text/css,text/xml"
               noCompressionUserAgents=".*MSIE 6.*, gozilla, traviata"
               keystoreFile="conf/keystore" keystorePass="zimbra"/]
    [!-- Zimbra admin services connector; requires SSL --]               
    [Connector port="7071" maxHttpHeaderSize="8192"
               acceptCount="1024"
               enableLookups="false"
               disableUploadTimeout="true"
               maxThreads="10" minSpareThreads="10" maxSpareThreads="10"
               scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               URIEncoding="UTF-8"
               compression="on"
               compressionMinSize="1024"
               compressableMimeType="text/html,text/plain,text/css,text/xml"
               noCompressionUserAgents=".*MSIE 6.*, gozilla, traviata"
               keystoreFile="conf/keystore" keystorePass="zimbra"/]
    [!-- =========================== Zimbra ================================= --]
web.xml:
Code:
    [!-- =========================== Zimbra ================================= --]
    [mime-mapping]
        [extension]zgz[/extension]
        [mime-type]text/javascript[/mime-type]
    [/mime-mapping]
    [!-- =========================== Zimbra ================================= --]
btw: I think the forum software should not mess up with the content if it is enclosed in code /code entries.

// steve
Reply With Quote
  #4 (permalink)  
Old 04-19-2007, 07:04 AM
Junior Member
 
Posts: 8
Default

No answer?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.