You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Joost Bastings <jo...@yahoo.com> on 2006/07/16 19:51:54 UTC

(post-)installation questions

Hi there, 
 
I just installed Lenya 1.2 with Cocoon 1.7.2. it runs within my Tomcat 5.5 server on Windows XP (java 1.5). 
 
I have a few questions I hope you can answer: 
 
* The installation manual tells me to do a "build.bat clean" command after running build.bat. When I do this, the lenya directory in my Tomcat webapps  
directory gets erased; it erases lenya completely. Is something wrong there? Or am I not to run the clean command at all? 
 
* When I go to the search page of the live site, the stylesheet (/default/live/css/page.css) contains this:  
 
Apache Tomcat/5.5.17 - Error report HTTP Status 404 - /default/live/css/page.csstype Status report
message /default/live/css/page.css
description The requested resource (/default/live/css/page.css) is not available.
Apache Tomcat/5.5.17
Why is the file not there? this is a default installation. The search function also does not seam to return any results? I have the feeling something is wrong there. Is the 8888 port right for instance?
 
Maybe this info from http://localhost:8080/lenya/default/admin/lucene.html helps for your answer: 

Crawler Filename: crawler-live.xconf 
 User-Agent: lenya 
 Start crawling at: http://127.0.0.1:8888/default/live/index.html 
 Scope of crawling: http://127.0.0.1:8888/default/live/ 
 Directory where documents will be dumped: ../../work/search/lucene/htdocs_dump 
 List of all crawled URLs: ../../work/search/lucene/uris.txtLucene Filename: lucene-live.xconf 
 Type of index update: new 
 Directory of Documents to be indexed: ../../content/live 
 Directory of Search Index: ../../work/search/lucene/index/live/index 
 Indexer class: org.apache.lenya.lucene.index.ConfigurableIndexer 
 

I appreciate your help. I hope this post is alright with the guidelines as I am new here :-)

Kind regards,

Joost



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: (post-)installation questions

Posted by Bhavya Sharma <bh...@gmail.com>.
On 7/17/06, Paloma Gomez <pa...@gmail.com> wrote:
>
> Hi Joost,
>
> > I have a few questions I hope you can answer:
> >
> > * The installation manual tells me to do a "build.bat clean" command
> after running build.bat. When I do this, the lenya directory in my Tomcat
> webapps
> > directory gets erased; it erases lenya completely. Is something wrong
> there? Or am I not to run the clean command at all?
>
> Just run build.bat
>
> > * When I go to the search page of the live site, the stylesheet
> (/default/live/css/page.css) contains this:
> >
> > Apache Tomcat/5.5.17 - Error report HTTP Status 404 -
> /default/live/css/page.csstype Status report
> > message /default/live/css/page.css
> > description The requested resource (/default/live/css/page.css) is not
> available.
> > Apache Tomcat/5.5.17
> > Why is the file not there? this is a default installation.
>
> I can't help you here. Maybe someone more knowledgeable than myself
> can help you.
>
> >The search function also does not seam to return any results? I have
> the feeling something is wrong there. Is the 8888 port right for
> instance?
> >
> > Maybe this info from
> http://localhost:8080/lenya/default/admin/lucene.html helps for your
> answer:
> >
> > Crawler Filename: crawler-live.xconf
> >  User-Agent: lenya
> >  Start crawling at: http://127.0.0.1:8888/default/live/index.html
> >  Scope of crawling: http://127.0.0.1:8888/default/live/
>
> The port used by Tomcat is 8080. It seems that the search engine is
> configured to work with Jetty by default (Jetty uses port 8888). I
> think that changing the port number in crawler-live.xconf might work.
>
>
> HTH,
> Paloma
>
> --
> Paloma Gomez



Hi Paloma

as i have just seen ur query , i can tell you some more about it,
actually we run buil.sh clean command if we want remove the old lenya then
agian we have to run build.sh to make it can b coz if u dont run build.shclean
then the changes done by you will be added with ur existing build files, if
you want to create fresh build files then first run clean process then run
only buil command and it will be better for
you if you read following doc
.http://lenya.apache.org/1_2_x/tutorial/installing_lenya.html
and
http://lenya.apache.org/1_2_x/installation/source_version.html
Bye
Bhavya


---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
>
>

Re: (post-)installation questions

Posted by Paloma Gomez <pa...@gmail.com>.
Hi Joost,

> I have a few questions I hope you can answer:
>
> * The installation manual tells me to do a "build.bat clean" command after running build.bat. When I do this, the lenya directory in my Tomcat webapps
> directory gets erased; it erases lenya completely. Is something wrong there? Or am I not to run the clean command at all?

Just run build.bat

> * When I go to the search page of the live site, the stylesheet (/default/live/css/page.css) contains this:
>
> Apache Tomcat/5.5.17 - Error report HTTP Status 404 - /default/live/css/page.csstype Status report
> message /default/live/css/page.css
> description The requested resource (/default/live/css/page.css) is not available.
> Apache Tomcat/5.5.17
> Why is the file not there? this is a default installation.

I can't help you here. Maybe someone more knowledgeable than myself
can help you.

>The search function also does not seam to return any results? I have
the feeling something is wrong there. Is the 8888 port right for
instance?
>
> Maybe this info from http://localhost:8080/lenya/default/admin/lucene.html helps for your answer:
>
> Crawler Filename: crawler-live.xconf
>  User-Agent: lenya
>  Start crawling at: http://127.0.0.1:8888/default/live/index.html
>  Scope of crawling: http://127.0.0.1:8888/default/live/

The port used by Tomcat is 8080. It seems that the search engine is
configured to work with Jetty by default (Jetty uses port 8888). I
think that changing the port number in crawler-live.xconf might work.


HTH,
Paloma

--
Paloma Gomez

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org