Re: Compiling from source

"Sanjay Goel" <[email protected]> Thu, 5 Oct 2006 15:25:35 +0530
Newsgroups gmane.comp.cms.jahia.install
Message-ID <[email protected]>
Joe,
I compiled the source and went thru the installation wizard to configure
jahia to work with mysql. Now when I restart tomcat, it opens a java window,
some kind of a cache monitor. If I close it, tomcat itself gets closed.
Now when I try to open http://localhost:8080/jahia, it doesn't open even
after waiting for half an hour, although I keep on getting some messages on
the console. Why is it behaving like that?
It works fine when I install the binary instead.

Thanks
Sanjay
http://sanjaygoel.blogspot.com

On 9/26/06, Sanjay Goel <[email protected]> wrote:
>
> Joe,
>
> When I open this project in idea, all the jsps show errors because the
> page imports are in one common file. This makes understanding and coding
> jsps very difficult. How to you handle jsp coding? Which IDE do u use?
>
> I am still waiting for LDAP server settings from my admin. In the
> meanwhile, I want to create a form template which can store data in a table
> in the backend. Can you point me to some documentation for the same?
>
> Thanks
> Sanjay
>
> On 9/22/06, dominique (joe) pillot <[email protected]> wrote:
> >
> >
> > Le 21 sept. 06 à 16:27, Sanjay Goel a écrit :
> >
> > Joe,
> >
> > I am not very comfortable with maven. Can you send me your project.xmlwith dependencies removed. Also, when u say u use the hotdeploy:tomcat goal,
> > does it mean that you type maven hotdeploy:tomcat in your root folder and
> > you don't need to run any other goal?
> >
> >
> > that's right.
> > (the goals under maven are very close of the ant syntax)
> > for the project.xml, you need simply to comment the dependency you dont
> > want by example like this:
> > <!--
> >     <dependency>
> >       <groupId>struts</groupId>
> >       <artifactId>struts-faces</artifactId>
> >       <version>0.4</version>
> >       <properties>
> >         <war.bundle>true</war.bundle>
> >       </properties>
> >     </dependency>
> >     -->
> > and test the build process after
> >
> >
> >
> > I was trying to setup LDAP integration with jahia but I could not
> > understand the LDAP settings well, so I wanted to take a look at the code
> > and understand what I am doing wrong. As of now, mostly I would be putting
> > debug statements and stuff to understand LDAP integration. Later on, I may
> > like to look into other pieces of code.
> >
> > For LDAP, I checked http://www.jahia.net/jahia/page589.html#3 and
> > followed the steps, but I didn't understand what DN should I use. Can you
> > tell me how to find a valid DN for my LDAP server?
> >
> > I'm not very skilled with ladp servers settings (dn, cn and other
> > cryptic ldap stuff), so the only advice i can give you is to use a good ldap
> > client (as i did) as JExplorer to know the specificity of your LDAP server's
> > configuration before any try to set the LDAP jahia properties files.
> >
> > joe
> >
> >