Hi,
I tried building the 6.0.x tomcat source. From the installation looks like
we had to execute "ant download" and then "ant".
Executing "ant download" completed fine and said build successful. But
executing "ant" after it fails with this error:
Any idea if some envt variable is messed up ?
su
Hi Mark,
I have been using sun jdk only. Even my JAVA_HOME path looks fine.
echo $JAVA_HOME
/usr/lib/jvm/java-6-openjdk/
Bharath
On Sun, Mar 7, 2010 at 1:15 AM, Mark Thomas wrote:
> On 06/03/2010 22:05, Bharath Vasudevan wrote:
> > BUILD FAILED
> > java.lang.NoClassDef
libgcj10install
On Sun, Mar 7, 2010 at 12:04 PM, Konstantin Kolinko
wrote:
> 2010/3/7 Bharath Vasudevan :
> >
> > I have been using sun jdk only. Even my JAVA_HOME path looks fine.
> >
> > echo $JAVA_HOME
> > /usr/lib/jvm/jav
Thanks folks. Looks like the gcj that was installed was causing the issue.
Had uninstalled it and ant started picking up my jdk path.
On Sun, Mar 7, 2010 at 1:34 PM, Mark Thomas wrote:
> On 07/03/2010 21:14, Bharath Vasudevan wrote:
> > My classpath is set for the tomcat working
Hi,
I wanted to do some modifications around how tomcat handles the connections.
Is there any document explaining how the flow is from when a packet is
received on a connection and how it is serviced by the servlet and responded
back?
Regards,
Bharath
Actually found a nice doc for that:
http://tomcat.apache.org/tomcat-6.0-doc/architecture/requestProcess/requestProcess.pdf
If there is anything else, do let me know.
Regards,
Bharath
On Mon, Mar 8, 2010 at 2:12 AM, Bharath Vasudevan wrote:
> Hi,
> I wanted to do some modifications arou