JSP is not being server properly

2001-04-23 Thread Ferdinand Enario

Hello,

I know I have read this in the forum before but I can't seem to find the
exact message.
Running on Linux Mandrake 7.1, Apache and Tomcat 3.2.1, mod_jk. When I
access the examples like this
http://localhost/examples/jsp/num/numguess.jsp, instead of showing the
example numguess.jsp, I got the source code of the jsp. If I run it like
http://localhost:8080/examples/jsp/num/numguess.jsp , everything is fine.
Could somebody point me to the right direction, please?

Ferdinand




Re: Startup Script

2001-04-20 Thread Ferdinand Enario



Hello,

I am also a newbie to Tomcat. I am running Mandrake 
Linux 7.1 Tomcat 3.2.1 and JDK1.22. I was able to run tomcat with Apache using 
Adam Fowler tomcat script (Thanks Adam). I modified some of it to suit my 
configurations. Attached is the file which should be placed in the 
/etc/rc.d/init.d directory. Also, please change the appropriate configurations 
that suit to your machine config. After placing this in your /etc/rc.d/init.d 
directory make a symbolic link on the /etc/rc.d/rcx.d directory.

My machine is defaulted to runlevel 3, so in the 
directory /etc/rc.d/rc3.d I created a symbolic link like this:

ln -s /etc/rc.d/init.d/tomcat 
/etc/rc5.d/Sxxtomcat
where xx is numbered "84" which is lower than my 
S85httpd (we need to start tomcat ahead of apache). Your machine might have 
different settings. Restart your machine.
I hope this will help you.

Ferdinand

- Original Message 
To: [EMAIL PROTECTED] 

  Sent: Friday, April 20, 2001 4:37 
AM
  Subject: Startup Script
  
  I am a newbie to Tomcat and I was wondering what 
  the best way to get it to start up when Linux 7.0 is starting up. I 
  created a symbolic link in the rc3.d folder. Is this the best way? 
  
  Also what should be in the server 
  script
  
  Thanks,

  Curtis
 tomcat


Re: question

2001-03-06 Thread Ferdinand Enario

On IIS Management Console. Under Internet Information Server  Default Web
Site (Or whatever is in your machine), right click and select properties.
There you can see the ISAPi Filter Tab.

Ferdinand

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 06, 2001 11:44 AM
Subject: question


 I am developping a website under windows 2000, using
 DreamWeaver UltraDev, for that I need IIS and an
 application Server (tomcat).
 I am following the steps described in
 tomcat-iis-howto.html.

 I have a problem with the step 8 : "Using the IIS
 management console, add isapi_redirect.dll as a
 filter in your IIS/PWS web site. The name of the
 filter should reflect its task (I use the name
 jakarta), its executable must be our
 c:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll"

 I did the previous step using the "personnal web
 manager", is it what you call the "IIS management
 console"?, I could add a directory but no where I see
 the mention of a "filter", where should I look for?

 Thank you for answering,

 Julien Seguin
 Miranda - Montral - Qubec - Canada


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




examples not running

2001-03-01 Thread Ferdinand Enario

Hello,

I was able to configure tomcat to work with Apache on Linux.
This is working: http://localhost:8080
This is also working http://localhost/examples/jsp/index.html

Now, my problem is this: on the index.html page, when I start clicking on
the *.jsp samples, I get the error "The page cannot be displayed". But all
the other *.html files are working.

On my other machine, Windows NT 4, IIS, tomcat with isapi_redirector.dll,
all examples are working fine.

What am I missing?

Ferdinand


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Starting Tomcat

2001-02-26 Thread Ferdinand Enario

Hi,

I am new to tomcat. I have just installed tomcat on Linux Mandrake 7.1 with
Apache on it. I was able to configure this:
http://localhost/examples/jsp/index.html My problem now is how do I start
tomcat automatically before Apache starts (auto load on machine boot).
Please help.

Ferdinand


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]