Re: Problem running servlets on Apache/Tomcat

2001-07-06 Thread Boris Niyazov
If you use packages as jar files you should place them ether in WEB-INF/classes/lib (for a particular webapp) or $TOMCAT_HOME/lib. The latter will assure that all your webapps will have access to the classes in the jar. hth *

Tomcat + Apache on NT

2001-07-06 Thread Gregory Guthrie
It is not clear (to me) that I have to manually start both Tomcat and Apache servers on NT (Win2K Pro). I expected Apache to start Tomcat as/if needed, but that fails, but everything works fine for Tomcat standalone, or if it is manually runing, and then Apache just connects to it. Is this

RE: Tomcat + Apache on NT

2001-07-06 Thread Emir Alikadic (ADNOC IST)
Use mod_jk rather than mod_jserv. Provided that you properly configured the Apache/Tomcat combo (with appropriate entry in the httpd.conf, as described in Tomcat docs), you'll have to start Tomcat first and then start Apache. Manually. -Original Message- From: Gregory Guthrie

other files than jsp not processed by tomcat+mod_jk+apache

2001-07-06 Thread Carlos Ferrão
Hello list, I'm running Tomcat3.2.2 embedded in JBoss. I integrated tomcat with apache through mod_jk in order to avoid http://url:8080 port specification and to make apache process the html. My problem is that under a context in Tomcat only the jsp files are processed. It doesn't find any

need some help on tomcat-oracle

2001-07-06 Thread praveen
Hi I am very new to linux environment..Recently i downloaded tomcat and installed on my linuxbox...Now i want to configure connectivity between tomcat and oracle database...Anybody pls help me out how to do this and the classpath variables and any other settings to configure... Pls do

<    1   2