user authentication

2001-01-18 Thread Sam T.

hi all 
please could someone give me hints on using jdbc [specially jdbcRleam]
and servlets or JSP for user authentication to lookup user details to
create a connection with.


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




U:Tomcat.CONF

2001-01-17 Thread Sam T.




hi all.
I still haveproblem with configaraton file 
tomcat.conf (for AJp13)any one help me
my context found in 
C:/javaLine/tomcat/webapps/tryout/WEB-INF/
and if you can send me your tomcat.conf (window users) so that I can 
make some changes
.it works fine with Ajp12 but I need to try with Ajp13.
Thanks for any help,

***

IfModule mod_jserv.cAddType text/jsp 
.jspAddHandler jserv-servlet .jsp
Alias /tryout 
/javaLine/tomcat/webapps/tryoutDirectory 
"C:/javaLine/tomcat/webapps/tryout" Options Indexes 
FollowSymLinks/DirectoryApJServMount /tryout/servlet 
/tryoutLocation "/tryout/WEB-INF/" 
AllowOverride None deny from 
all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/WEB-INF/" 
AllowOverride None deny from 
all/DirectoryLocation 
"/tryout/META-INF/" AllowOverride 
None deny from all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/META-INF/" 
AllowOverride None deny from 
all/Directory

JkMount /servlet/* ajp13JkMount /*.jsp 
ajp13

JkMount /tryout/servlet/* 
ajp13 JkMount 
/tryout/*.jsp ajp13*/IfModule



Qincluded into httpd.conf_?

2001-01-16 Thread Sam T.



hi all,
I really need help;
1. in my httpd.conf should I include both this two 
lines
include 
C:/javaLine/tomcat/conf/tomcat-apache.confinclude 
C:/javaLine/tomcat/conf/tomcat.conf 
2. [ I prefer to use Ajp13 but 
tomcat ]I change from Ajp12 to Ajp13 ,i.e I remove the Ajp12 connector,but 

it creates a problem when I shut down 
tomcat,what can I do?my server.xml 
(below)
Connector 
className="org.apache.tomcat.service.PoolTcpConnector"Parameter 
name="handler" 
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/Parameter 
name="port" value="8009"//Connector
thanks 
sam


Re: Qincluded into httpd.conf_?

2001-01-16 Thread Sam T.



thanks,
what about the tomcat-apache.conf which one of them should 
be included in http.conf file?
sam- Original Message - 

  From: 
  Barclay, Tom 
  
  To: '[EMAIL PROTECTED]' 
  
  Sent: Tuesday, January 16, 2001 10:37 
  PM
  Subject: RE: Qincluded into 
  httpd.conf_?
  
  Don't 
  remove it! (AJP12)
  
  It says 
  not to in the docs. It is necessary for shutdown. Leave both configured, just 
  make sure the directives to use AJP 13 are in place then the presence of AJP 
  12 will be irrelevant.
  
-Original Message-From: Sam T. [mailto:[EMAIL PROTECTED]]Sent: 
Tuesday, January 16, 2001 4:42 PMTo: [EMAIL PROTECTED]Subject: 
Qincluded into httpd.conf_?
hi all,
I really need help;
1. in my httpd.conf should I include both this two 
lines
include 
C:/javaLine/tomcat/conf/tomcat-apache.confinclude 
C:/javaLine/tomcat/conf/tomcat.conf 
2. [ I prefer to use Ajp13 but 
tomcat ]I change from Ajp12 to Ajp13 ,i.e I remove the Ajp12 
connector,but 
it creates a problem when I shut down 
tomcat,what can I do?my server.xml 
(below)
Connector 
className="org.apache.tomcat.service.PoolTcpConnector"Parameter 
name="handler" 
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/Parameter 
name="port" value="8009"//Connector
thanks 
sam


q:tomcat.conf

2001-01-16 Thread Sam T.



HI ALL
I failed to configure tomcat.conf.
Please any one send me tomcat.conf file that 
is configured for Ajp13 connection.
my tomcat.cof looks like:

IfModule mod_jserv.cAddType text/jsp 
.jspAddHandler jserv-servlet .jsp
Alias /tryout 
/javaLine/tomcat/webapps/tryoutDirectory 
"C:/javaLine/tomcat/webapps/tryout" Options Indexes 
FollowSymLinks/DirectoryApJServMount /tryout/servlet 
/tryoutLocation "/tryout/WEB-INF/" 
AllowOverride None deny from 
all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/WEB-INF/" 
AllowOverride None deny from 
all/DirectoryLocation 
"/tryout/META-INF/" AllowOverride 
None deny from all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/META-INF/" 
AllowOverride None deny from 
all/Directory

JkMount /servlet/* ajp13JkMount /*.jsp 
ajp13

JkMount /tryout/servlet/* 
ajp13 JkMount 
/tryout/*.jsp ajp13JkMount /tryout/jsp/*.jsp ajp13/IfModule

Thanks 

sam


Q tomcat.conf.

2001-01-16 Thread Sam T.




HI ALL
I failed to configure tomcat.conf.
Please any one send me tomcat.conf file that 
is configured for Ajp13 connection.
my tomcat.cof looks like:

IfModule mod_jserv.cAddType text/jsp 
.jspAddHandler jserv-servlet .jsp
Alias /tryout 
/javaLine/tomcat/webapps/tryoutDirectory 
"C:/javaLine/tomcat/webapps/tryout" Options Indexes 
FollowSymLinks/DirectoryApJServMount /tryout/servlet 
/tryoutLocation "/tryout/WEB-INF/" 
AllowOverride None deny from 
all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/WEB-INF/" 
AllowOverride None deny from 
all/DirectoryLocation 
"/tryout/META-INF/" AllowOverride 
None deny from all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/META-INF/" 
AllowOverride None deny from 
all/Directory

JkMount /servlet/* ajp13JkMount /*.jsp 
ajp13

JkMount /tryout/servlet/* 
ajp13 JkMount 
/tryout/*.jsp ajp13JkMount /tryout/jsp/*.jsp ajp13/IfModule

Thanks 

sam


qtomcat.conf

2001-01-16 Thread Sam T.



hi all.
I have some problem with configaraton file tomcat.conf any 
one help me
my context found in 
C:/javaLine/tomcat/webapps/tryout/WEB-INF/
Thanks 


IfModule mod_jserv.cAddType text/jsp 
.jspAddHandler jserv-servlet .jsp
Alias /tryout 
/javaLine/tomcat/webapps/tryoutDirectory 
"C:/javaLine/tomcat/webapps/tryout" Options Indexes 
FollowSymLinks/DirectoryApJServMount /tryout/servlet 
/tryoutLocation "/tryout/WEB-INF/" 
AllowOverride None deny from 
all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/WEB-INF/" 
AllowOverride None deny from 
all/DirectoryLocation 
"/tryout/META-INF/" AllowOverride 
None deny from all/LocationDirectory 
"C:/javaLine/tomcat/webapps/tryout/META-INF/" 
AllowOverride None deny from 
all/Directory

JkMount /servlet/* ajp13JkMount /*.jsp 
ajp13

JkMount /tryout/servlet/* 
ajp13 JkMount 
/tryout/*.jsp ajp13/IfModule



Re: Tomcat on Windows 98..

2001-01-11 Thread Sam T.

hi
Use simple folder i.e rename this "jakarta-tomcat-3.2.1" to simple name like
"tomcat" becouse the "jakarta-tomcat-3.2.1" can cause
conflicts in *.bat files when starting tomcat.
sam
- Original Message -
From: Santoshwt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 11, 2001 7:34 AM
Subject: Tomcat on Windows 98..


 Hi,

 I'll describe the situation:
 I've installed tomcat on WidowsNT4.0
 the tomcat root is C:\Tomcat\jakarta-tomcat-3.2.1
 After that I had set the TOMCAT_HOME=C:\Tomcat\jakarta-tomcat-3.2.1 and
 JAVA_HOME to the proper place.
 The server works fine for all, JSPs, servlets etc..

 NOW THE PROBLEM:

 When I do the same on Window98 tomcat is not starting.

 Here I've installed Tomcat in C:\TechSofts\Tomcat\jakarta-tomcat-3.2.1 and
 set the TOMCAT_HOME accordingly.
 I've set the JAVA_HOME to the proper dir.

 But when from bin of tomcat I say startup, it shows me error saying:

 U can set TOMCAT_HOME to dos8.3 file format

 classpath cannot be set dynamically.

 setting the classpath statically..
 environment out of space
 environment out of space

 starting tomcat in new window

 but after that no window for tomcat is opened..

 Can anybody please tell me where I can correct at an earliest.

 warm regards,
 Santosh






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



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




just a hint?

2001-01-10 Thread Sam T.

hi all
I downloaded the sun's bookstore.war file from servlet example and unzip it
and when I start to run the servlet I get an error,what will be the
problem?
Thanks,
Ted.
2001-01-11 02:36:46 - Ctx( /bookstore ): Exception in: R( /bookstore +
/catalog
+ null) - java.lang.NoSuchMethodError
at CatalogServlet.doGet(CatalogServlet.java:57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:4
04)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.
java:797)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743
)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio
n(HttpConnectionHandler.java:210)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java
:498)
at java.lang.Thread.run(Thread.java:484)





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




Where I can install Visual C++ ?

2001-01-09 Thread Sam T.

I need Visual C++ for building the module(mod_jk),
thanks
sam,


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




ClassPath and setTomcat_Home variables?

2001-01-07 Thread Sam T.

hi
I have a problem to run Tomcat ,I have win98,jdk1.3, when I start to run it
I get an error like
 Out of environment space
Unable to locate servlet.jar, check the value of TOMCAT_HOME.
how can I check the value of TOMCAT_HOME,JAVA_HOME?

thanks
sam,




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




Java.exe Application Error

2000-11-20 Thread Sam T . Stanley

Hi,
I am using IIS with Tomcat in NT Server.Everthing
 works fine(?) except it results in "java.exe"
 Application Error and the tomcat console is closed on clicking "ok"
 please suggest me a solution
 I am using html,jsp,servlet in this web application.
 Also using sql server 6.5 with odbc bridge.

jdk1.2.2
Tomcat3.1
IIS 4.0 
NT pack 6

please help.

Stanley





Get free email and a permanent address at http://www.netaddress.com/?N=1