You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by RA...@gcr.com on 2002/11/18 13:44:23 UTC

Personal Oracle9i and Tomcat 1.4


Hi guys,

I had my Tomcat running well until the day I installed Personal Oracle9i on
my machine. After that, I can not make Tomcat to run. When I try to start
it, the startup window opens for a fraction of a second and then closes
down without displaying any errors. There is nothing in the logs as well. I
deinstalled Oracle and it started working again. What's happening here?
Thanks

Rafi

PS: I installed Oracle without the HTTP server option.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Personal Oracle9i and Tomcat 1.4

Posted by peter lin <pe...@labs.gte.com>.
Oracle comes with it's own JDK and sets some environment variables.

if you want both to coexist, hardcode the JDK in your catalina script.
when you uninstall, it reverts the environment settings and fixes your
tomcat problem.

usually, that's the cause.

peter


RAamer@gcr.com wrote:
> 
> Hi guys,
> 
> I had my Tomcat running well until the day I installed Personal Oracle9i on
> my machine. After that, I can not make Tomcat to run. When I try to start
> it, the startup window opens for a fraction of a second and then closes
> down without displaying any errors. There is nothing in the logs as well. I
> deinstalled Oracle and it started working again. What's happening here?
> Thanks
> 
> Rafi
> 
> PS: I installed Oracle without the HTTP server option.
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>