Re: running Tomcat as a service/daemon on Linux

2002-07-28 Thread Tore Skogly
grabs the last restart out of my history and executes it). That's even shorter than service tomcat4 restart :-D and there you have your service. Try service tomcat4 start and see what happens. If you use sysv-init you can edit what runlevel you want tomcat to start. -- regards, Tore Skogly

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Tore Skogly
works like it is supposed to... I will try the oracle 8.1.7 drivers and use the patch to make them work on 9i. Anyone with suggestions on what migth be the problem with my configuration? -- regards, Tore Skogly -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
is: RedHat 7.3 jdk1.4.0 Oracle 9.0.1 Tomcat 4.0.3 I have tried putting classes12.jar in $TOMCAT_HOME/lib, but with the same amount of success... Anyone who can help me out on this one? -- regards, Tore Skogly -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
in /etc/profile? -- regards, Tore Skogly -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat, mod_jk and Apache...again!

2002-05-11 Thread Tore Skogly
the solution? My guess is that my server.xml file might be wrong or incomplete, so any help would be appreciated. -- Regards, Tore Skogly lørdag 11. mai 2002, 01:30, skrev [EMAIL PROTECTED]: Personally, I would like to have the choice to put my jsp/html/images etc. somewhere besides the tomcat

Re: Domain name not IP Address in Tomcat.

2002-05-11 Thread Tore Skogly
What OS do you use? You can add the the hostname in your hosts file. On Unix(es)/Linux it is /etc/hosts On Windows2000 it is c:\winnt\system32\drivers\etc\hosts (I think...) But if you're connected to the internet you should be able to reach your applications using the domain name. DNS should

Tomcat, mod_jk and Apache...again!

2002-05-10 Thread Tore Skogly
=manager debug=0 privileged=true/ /Host /Engine /Service /Server -- regards, Tore Skogly -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat, mod_jk and Apache...again!

2002-05-10 Thread Tore Skogly
Thanks for your help. It made things clearer to me. I am using ldap to allow only some users to access webpages in different directories. Therefore it would be easier for me to keep the jsp pages with my html stuff. I guess I could try to edit the server.xml file and set /var/www/html as my

Re: JSP-pages and reloadable

2002-05-04 Thread Tore Skogly
lørdag 4. mai 2002, 17:23, skrev Mattias Brändström: Hi! I have a simple question. Is there a way to get Tomcat to handle JSP-pages the same way it does classes in WEB-INF when you set reloadable=true in your Context-element. It is a bit cumbersome to restart tomcat and apache every time I

IIS and Tomcat 4.0

2002-04-12 Thread Tore Skogly
this? After restarting Tomcat it can run for several days before it needs another restart. Today I installed Tomcat 4.0.3 - is there a chance this might solve the problem, or do I need to do something else to make my configuration more stable? (i.e. upgrade to Java 1.4.0?) Regards, Tore Skogly

Re: IIS and Tomcat 4.0

2002-04-12 Thread Tore Skogly
- Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 12, 2002 5:40 PM Subject: AW: IIS and Tomcat 4.0 Can you describe the symptoms of 'not working' ? Do you see any error messages ? There is a bunch of possible

Re: Tomcat 4.0.1 rpm install - test fails??

2002-02-10 Thread Tore Skogly
I installed the RPM's on RH 7.2, and everything worked ok. One problem I have seen is that the documentation rpm doesn't contain what it is supposed to... Starting and stopping Tomcat using service tomcat4 start/stop/restart works out of the box after installing the rpms. Remember that the

Tomcat 4.0.1 and Apache 1.3.20 setup.

2002-01-31 Thread Tore Skogly
, server.xml and httpd.conf files needed is highly appreciated. -- Regards, Tore Skogly, Norway -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

mod_jk and Tomcat 4.0.1 on Linux

2001-12-20 Thread Tore Skogly
/var/www/html. I have it working with Tomcat3.3.3, but the configuration between 3.3.3. and 4.0.1 is quite different. Any help is apreciated! Regards Tore Skogly -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

Apache, Tomcat 4.0.1 and mod_jk

2001-12-16 Thread Tore Skogly
able to do this with 4.0.1. I have tried to use mod_webapp.so as menitoned in the README file, but with no success. Can anyone help me on this issue? Regards, Tore Skogly -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

IIS and redirecting

2001-09-24 Thread Tore Skogly
How do I configure Tomcat 3.2.3 so that an url like www.mydomain.com/servlets points to the webapps/ROOT directory in the same way as www.mydomain.com/examples points to the webapps/examples directory? I guess the file to change might be the server.xml, but I have had no luck this far... Anyone

Re: Tomcat 4.0 and IIS 5

2001-09-22 Thread Tore Skogly
I installed the .exe version, but with no luck... There are no references in the 4.0 documentation on how to do this, and the configuration files have changed since the 3.2.3 version I sure would like to fix this problem, and hope someone can help! ToreS - Original Message - From:

Tomcat 4.0 and IIS 5

2001-09-21 Thread Tore Skogly
using jk_nt_service.exe I also would like to redirect the same way as for 3.2.3, using the ISAPI Redirector (isapi_redirect.dll) Can this be done, and if it can - how? Tore Skogly