Jump to content
We've recently updated our Privacy Statement, available here ×

Installation jasperserver - Existing Tomcat problem


samhast

Recommended Posts

I installed tomcat6 on my Ubuntu server

apt-get install tomcat6

Now I want to install jasperserver - I choose with an existing tomcat 

I have to insert the tomcat location..

i tried /etc/tomcat6

/usr/share/tomcat6

everytime I receive an error: The directory you selected does not seem to be a valid Tomcat directory...

What is the location then??

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

When you install tomcat with aptitude (apt-get) as a package in Ubunto (or other linux flavors) the package installers separates catalina home and catalina base in to separate places in the file system. If I remember correctly in Ubuntu by default, CATALINA_HOME is /usr/share/tomcat6, and CATALINA_BASE is /var/lib/tomcat6. This prevents the bundled installer to properly find tomcat in the system (since it was designed to allow you to install everything in one go, tomcat + postgres + jasper)

I recommend you to do a WAR file instalation of Jasper instead  see Chapter 5 of the install guide http://community.jaspersoft.com/documentation
where you can set in your default_master.properties this 2 diferent paths with no problem like this:

# if linux package managed tomcat instance, set two properties below
CATALINA_HOME = /usr/share/tomcat6
CATALINA_BASE = /var/lib/tomcat6
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...