|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
RE: [PLUG] Java/Tomcat/Lucene -- off and running.
|
I think the sample pages are now separate. I've made enough progress
not that think things are moving again in the right direction.
I figured out what I was missing in the tomcat startup script for
setting class path, and since Tomcat seems to be running I think I can
sprint full speed ahead to the next stumbling block.
Thanks again
Aaron
-----Original Message-----
From: plug-admin@lists.phillylinux.org
[mailto:plug-admin@lists.phillylinux.org] On Behalf Of ChrisB.
Sent: Thursday, September 30, 2004 3:02 PM
To: plug@lists.phillylinux.org
Subject: RE: [PLUG] Java/Tomcat/Lucene
In my limited experience with Tomcat I do believe there do include more
then a few examples of jsp pages, etc. Do those exist? Try and run one,
see what it does... I chose the trial and error method of getting Tomcat
2.0 to work about 2 years ago, it was a bit of a 'rats nest' but
eventually I got it all ironed out. Don't fret, if there is a group of
people who will help you with all of this, it's this list!
Chris.
-----Original Message-----
From: plug-admin@lists.phillylinux.org
[mailto:plug-admin@lists.phillylinux.org] On Behalf Of Dayton Gray
Sent: Thursday, September 30, 2004 2:59 PM
To: plug@lists.phillylinux.org
Subject: RE: [PLUG] Java/Tomcat/Lucene
On Thu, 30 Sep 2004 14:42:12 -0400, Aaron Crosman wrote
> >For my $0.02 worth, you can make sure it is running by browsing to
> >port
>
> >8080 on the box. I am 99% sure Tomcat default's to this port once
> >installed. If you see the "Congrats!" page then Tomcat is up and
> running.
> >
> >I hope my small bit helps! Good luck!
>
> I should have said before. I'm running Tomcat 5.0 I tried going to
> 8080 and I got nothing (no errors, just a blank page). I assume that's
> bad. So it looks like I have a problem on top of confusion. There
> are several processes for Tomcat when I run ps afx that look like this
> (or child processes). jsvc.exec -user tomcat -home
> /usr/lib/SunJava2-1.4.2 -Dcatalina.home=/usr/share/tomcat -Djava.io.tm
>
A blank page may not be such a bad thing. Try using netstat -pan | grep
java
That should tell you what port the ugly thing is listening on.
Regards,
--
Dayton Gray
dgray &at& omnio () com
http://www.xevio.com
________________________________________________________________________
___
Philadelphia Linux Users Group --
http://www.phillylinux.org
Announcements -
http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion --
http://lists.phillylinux.org/mailman/listinfo/plug
________________________________________________________________________
___
Philadelphia Linux Users Group --
http://www.phillylinux.org
Announcements -
http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion --
http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|