Re: tomcat and freeBSD

2001-11-28 Thread Chris Huisman


Check out ../ports/www/jakarta-tomcat-3.2.3.  
mod_jk is in /www as well.



>is this combination possible and what jdk/os version/tomcat version is
>recommended?
>
>thanks,
>
>matt
>
>
>--
>To unsubscribe:   
>For additional commands: 
>Troubles with the list: 
>
>

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




mod_webapp

2001-10-22 Thread Chris Huisman

Hello,

I am having trouble integrating tomcat with apache using
mod_webapp.so.  I have mod_webapp.so copied into
libexec/apache/mod_webapp.so, but when I execute apachectl configtest
I get the following response:

Bus error - core dumped

I am running FreeBSD 4.4 on my machine, and have installed
apache+mod_ssl-1.3.20+2.8.4 from the ports directory.

Any help is greatly appreciated.

Thank you,
Chris.




mod_webapp.so problems

2001-10-19 Thread Chris Huisman

Hello,

I am having difficulties getting mod_webapp.so to work.  After adding
LoadModule, and AddModule to the config file, and running apachectl
configtest I get the following results:

Syntax error on line 237 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexex/apache/mod_webapp.so into server:
Cannot open "/usr/local/libexex/apache/mod_webapp.so"

I don't understand why this is occuring.  Does anybody know?

Thanks,
Chris.





Tomcat IIS How to

2001-09-16 Thread Chris Huisman

Hello,

I am trying to integrate tomcat with iis on windows 2000.  I do not
understand how to set up a filter in the IIS Management Console.  There is
no Filter tab.  How do you set up this filter under windows 2000.


Thanks,

Chris.




RE: default page

2001-06-07 Thread Chris Huisman
Title: RE: default page





I'm going to try and clarify what I would like to do.


When I type in http://localhost, I do not want to see the Tomcat index.html page.  I also do not want to see the directory listing.  I NEED to see my applications login screen.  It is imperative that the user never sees the directory listing, but they MUST see the login screen wherever a directory listing would show up.

My webapp is in the webapps directory. The login page is in:
    webapps/myApplication/login.jsp


One directory deeper:
    webapps/myApplication/userPages
contains all of the pages that the user will go to.


So I do not want the user to see the myApplication directory, or the userPages directory. I now setting the StaticInterceptor suppress value to true, makes the directories unavailable, but I need to see a user page (specifically the login screen).

Sorry to be so verbose.


Again Any help is appreciated.


Chris.


-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 5:42 PM
To: [EMAIL PROTECTED]
Subject: RE: default page



in server.xml (conf directory)
add your context as the root context


      
 docBase="webapps/yourcontext"
 crossContext="false"
 debug="0"
 reloadable="true" >
    


Filip


~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
-Original Message-
From: Chris Huisman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 4:21 PM
To: '[EMAIL PROTECTED]'
Subject: default page



I would like to have the login page of my webapp show up when the user
enters the url http://localhost (or whatever the machine name is).  I would
also like the login page to appear when the user types in
http://localhost/web-app-name .  I am able to do this using Tomcat 3.1, but
I need to do it in 3.2 as well.
Any suggestions would be helpful.
Thank you



Chris Huisman   B.Sc. Specialization in Computing Science
mailto:[EMAIL PROTECTED]
Software Developer  http://www.matrikon.com
Matrikon    Phone: (780) 448-1010
(ext. 4601)
Suite 1800 10405 Jasper Avenue  Fax: (780) 448-9191
Edmonton, Alberta, Canada, T5J 3N4





RE: default page

2001-06-07 Thread Chris Huisman
Title: RE: default page





This brings me a step closer.  Now it brings up the directory listing for the context, but not the login page (a .jsp file).  In web.xml I have set the login page as a welcome file:

    welcome-file-list>
        
        Login.jsp
    
    . . .


-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 5:42 PM
To: [EMAIL PROTECTED]
Subject: RE: default page



in server.xml (conf directory)
add your context as the root context


      
 docBase="webapps/yourcontext"
 crossContext="false"
 debug="0"
 reloadable="true" >
    


Filip


~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
-Original Message-
From: Chris Huisman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 4:21 PM
To: '[EMAIL PROTECTED]'
Subject: default page



I would like to have the login page of my webapp show up when the user
enters the url http://localhost (or whatever the machine name is).  I would
also like the login page to appear when the user types in
http://localhost/web-app-name .  I am able to do this using Tomcat 3.1, but
I need to do it in 3.2 as well.
Any suggestions would be helpful.
Thank you



Chris Huisman   B.Sc. Specialization in Computing Science
mailto:[EMAIL PROTECTED]
Software Developer  http://www.matrikon.com
Matrikon    Phone: (780) 448-1010
(ext. 4601)
Suite 1800 10405 Jasper Avenue  Fax: (780) 448-9191
Edmonton, Alberta, Canada, T5J 3N4





default page

2001-06-07 Thread Chris Huisman
Title: default page





I would like to have the login page of my webapp show up when the user enters the url http://localhost (or whatever the machine name is).  I would also like the login page to appear when the user types in http://localhost/web-app-name .  I am able to do this using Tomcat 3.1, but I need to do it in 3.2 as well.

Any suggestions would be helpful.  


Thank you



Chris Huisman   B.Sc. Specialization in Computing Science   
mailto:[EMAIL PROTECTED]
Software Developer      http://www.matrikon.com 
Matrikon                        Phone: (780) 448-1010 (ext. 4601)
Suite 1800 10405 Jasper Avenue  Fax: (780) 448-9191
Edmonton, Alberta, Canada, T5J 3N4   





loading servlet on startup

2000-12-04 Thread Chris Huisman

Hello,

How do I go about loading a sevlet on startup?  I know this is probably on
the FAQ page, but unfortunately I am unable to get onto the faq page at the
moment.  ANy help would be great.

thanks,
Chris.



installed jbuilder 4.0 and now tomcat will not run

2000-11-21 Thread Chris Huisman

Hello,

After installing JBuilder 4.0 which has its own copy of tomcat, I can no
longer get tomcat to run at the command line from either
\jakart-tomcat\bin or JBuilder4\tomcat\bin.

Any ideas on what to do?

thanks,
chris.



ERROR: 500

2000-11-21 Thread Chris Huisman

I am having a problem running JSP with tomcat.  When I attempt to run my own
JSPs, and when I attempt to run the example ones I get the following error:
Error: 500
  Location: /examples/jsp/error/err.jsp
  sun/tools/javac/Main 

My classpath is set to:

CLASSPATH=.;C:\Symphony\jakarta-tomcat\lib\servlet.jar;C:\Symphony\jakarta-t
omcat\lib\jasper.jar

I am running tomcat 3.1 on NT4.0

Any help is greatly appreciated.

thanks,
chris.



trouble with startup

2000-11-16 Thread Chris Huisman

Hello, 

I am having a hard time getting tomcat to perform properly.  When I attempt
to start tomcat in the background using bin\startup I get the following
message:
The system cannot find the path specified.
I am using Windows NT.  Any ideas?  When I run bin\tomcat start from the
command line, a new command prompt window pops up extremely briefly.  How do
I check to see if tomcat is running or not?

Another question, where is the standard location for servlet classes???  I
have the core servlets and JSP book and it says in Tomcat 3.1 the standard
location for classes is either:
install_dir\webapps\ROOT\WEB-INF\classes
OR
install_dir\classes
Neither of these exist.  Where do I put my class files?

Also I am trying to configure tomcat into apache, and it says after adding
the include file, you should also copy the jserv module to the apache
libexec directory.  Where can I find jserv, and where is the libexec
directory?

Here are my classpath, and tomcat home files.  Please let me know if they
are incorrect.

CLASSPATH =
.;C:\'install_dir'\lib\servlet.jar;C:\Symphony\jakarta-tomcat\lib\jspengine.
jar

TOMCAT_HOME = 'install_dir'\

Thanks in advance for any help.

Chris HUisman.