You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

Questions

General

Can I use OpenJDK and ESME together?

Why can't you delete messages in ESME?

On which J2EE containers has ESME been tested?

How does search work in ESME?

How do you configure OpenID?

Does ESME support LDAP integration?

Does ESME work with JDK 1.5

Actions

How do I add a content type to a HTTP Post action?

Platform Specific

Apple

Are there are tips for building on Apples?

Answers

General

Can I use OpenJDK and ESME together?

Don't use OpenJDK and ESME together. YUI compressor fails with OpenJDK.


Why can't you delete messages in ESME?

There is a long discussion of the dangers of deleting messages on the mailing list.


On which J2EE containers has ESME been tested?

  • Tomcat
  • Jetty
  • SAP Netweaver CE
  • Glassfish

How does search work in ESME?

ESME uses Compassto perform full-text searches.

Selecting different usage patterns

There are different ways to use compass in ESME. The selection of which approach to use depends on what your requirements are.

To select the option that you wish to use, you must set this option in your property file. To set the option, please use the following syntax:

compass_config_file=/props/compass.filesystem.cfg.xml

Currently, there are three examples of different compass based options in the /server/src/main/resources/props/ folder.

File name

Description

compass.filesystem.cfg.xml

Using the file system to store index related data

compass.jdbc.cfg.xml

Using the a database to store index related data - access via JDBC

compass.jndi.cfg.xml

Using the a database to store index related data - access via JNDI


How do you configure OpenID?

Using a proxy with OpenID

Often you may wish to install ESME behind the firewall. In most cases, you won't have an internal OpenId provider, which means that your users are going to use OpenIds from external providers. Usually, you will have to go through an internal proxy.

If this is the case, then you must set the proxy server.  To do this use the property file, This file must include the following lines:

http.proxyHost=[proxy - look in your browser]
http.proxyPort=[proxy port - look in your browser]

Does ESME support LDAP integration?

Currently, ESME doesn't support LDAP usage. We are looking at a new LDAP component for liftas the basis for our implementation.


Does ESME work with JDK 1.5?

Currently, there are some issues dealing with JDK 1.5. Many of these issues are related to restrictions associated with Scala itself.

Actions

How do I add a content type to a HTTP Post action?

http://localhost:1234
header:Content-Type=text%2fxml
<text>%s</text>

Platform Specific

Apple

Are there are tips for building on Apples?

Usually, JDK 6 is the best choice. JDK 5 currently doesn't work


Table of Contents

  • No labels