Re: Please help

2001-06-03 Thread Moin Anjum H.

Hi,

By any chance have you declared the servlet more than once in the web.xml?

HTH
Regards
Moin.

Venkatesh Sangam wrote:

> Can anyone please tell me what does the following error message indicate
>
> 2001-06-02 10:59:37 - Ctx(  ): Removing duplicate servlet ApplServlet
> ApplServlet(ApplServlet/null)
>
> thanks
> Venkatesh
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Please help

2001-06-04 Thread Hemant Singh

HI Sangam:
When did u get this error, at startup?
What is your tomcat ver, and OS?
Hemant
- Original Message - 
From: "Venkatesh Sangam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 02, 2001 11:41 PM
Subject: Please help


> Can anyone please tell me what does the following error message indicate
> 
> 2001-06-02 10:59:37 - Ctx(  ): Removing duplicate servlet ApplServlet 
> ApplServlet(ApplServlet/null)
> 
> thanks
> Venkatesh
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Please Help

2001-12-20 Thread Micael Padraig Og mac Grene

At 01:13 PM 12/20/01 +0530, you wrote:
>Hi To All,
>
>What is TC Stand alone Servlet Contairs
>
>Please help
>
>Vikas


Cannot imagine what the fire is, but I assume that you mean Tomcat for TC 
and by stand alone using the Tomcat server without a J2EE application?


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




Re: Please Help

2001-12-24 Thread Nikola Milutinovic

> Hello All,
> 
> I want to create new user and group "tomcat" for apache-tomcat. Can
> anyone help me. How can I create new user and group on Linux

Your Linux administrator should do it. If you are the "fresh admin", then "adduser" or 
"useradd" is the command. Also, most Linux distributions today have GUI tools for 
that.

Nix.



Re: Please Help

2001-12-24 Thread Designing Department

Thanks ! It worked

But now I want to 'cp httpsdctl apache-tomcat' while creating apache-tomcat in
$APACHE_HOME/bin but get an error cp: cannot stat `httpsdctl': No such file or 
directory

I am new.



Nikola Milutinovic wrote:

> > Hello All,
> >
> > I want to create new user and group "tomcat" for apache-tomcat. Can
> > anyone help me. How can I create new user and group on Linux
>
> Your Linux administrator should do it. If you are the "fresh admin", then "adduser" 
>or "useradd" is the command. Also, most Linux distributions today have GUI tools for 
>that.
>
> Nix.


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




RE: Please Help

2001-12-24 Thread Martin van den Bemt

I don't think these question are ending up in the appropiate place..
Please check out http://www.linux.org/docs/index.html for more information
about linux.

Mvgr,
Martin

-Original Message-
From: Designing Department [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 24, 2001 09:51
To: Tomcat Users List
Subject: Re: Please Help


Thanks ! It worked

But now I want to 'cp httpsdctl apache-tomcat' while creating apache-tomcat
in
$APACHE_HOME/bin but get an error cp: cannot stat `httpsdctl': No such file
or directory

I am new.



Nikola Milutinovic wrote:

> > Hello All,
> >
> > I want to create new user and group "tomcat" for apache-tomcat. Can
> > anyone help me. How can I create new user and group on Linux
>
> Your Linux administrator should do it. If you are the "fresh admin", then
"adduser" or "useradd" is the command. Also, most Linux distributions today
have GUI tools for that.
>
> Nix.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Please Help

2001-07-15 Thread Ben Kimball

It looks like you have spaces between:

"C: \ jdk1.3.1" should be "C:\jdk1.3.1"
"C: \ jakarta-tomcat-3.2.1" should be "C:\jakarta-tomcat-3.2.1"

You also need to make sure that c:\jdk1.3.1\bin is in your PATH, otherwise 
java.exe/javac.exe will not be found.

On Sunday 15 July 2001 10:55, you wrote:
> Actually,I'm a new user to Tomcat and currently having a problem starting
> up the Tomcat. I have installed Tomcat 3.2.1 and jdk 1.3.1 on my PC 
> running win98. I have set all the paths required  but I kept on receiving
> error message saying "Bad command or file name". These are the things I
> have set:
>
> set JAVA_HOME=C: \ jdk1.3.1
> set TOMCAT_HOME=C: \ jakarta-tomcat-3.2.1
>
> Can anyone please help me to solve this problem?
> TQ


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: 7BIT
Content-Description: 




Re: Please Help

2001-07-15 Thread Law Kim Soon

Hie Ben,
I have make the changes but I'm facing a new error message.

Unable to ser CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on win9x systems only DOS 8.3
 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.

Using CLASSPATH:
C:\jakarta-tomcat-3.2.1\classes;C:\jakarta-tomcat-3.2.1\lib\ant.jar;C:\jakar
ta-tomcat-3.2.1\lib\jasper.jar;C:\jakarta-tomcat-3.2.1\lib\jaxp.jar;C:\jakar
ta-tomcat-3.2.1\lib\parser;C:\jakarta-tomcat-3.2.1\lib\servlet.jar;C:\jakart
a-tomcat-3.2.1\lib\webserver.jar

Starting Tomcat in new window
Cannot find file C:\jdk_1.3.1\bin\java (or one of its components).
Check to ensure the path and filename are correct and that all required
libraries are available.
Any idea to solve this, Ben?



- Original Message -
From: Ben Kimball <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 16, 2001 2:20 AM
Subject: Re: Please Help


> It looks like you have spaces between:
>
> "C: \ jdk1.3.1" should be "C:\jdk1.3.1"
> "C: \ jakarta-tomcat-3.2.1" should be "C:\jakarta-tomcat-3.2.1"
>
> You also need to make sure that c:\jdk1.3.1\bin is in your PATH, otherwise
> java.exe/javac.exe will not be found.
>
> On Sunday 15 July 2001 10:55, you wrote:
> > Actually,I'm a new user to Tomcat and currently having a problem
starting
> > up the Tomcat. I have installed Tomcat 3.2.1 and jdk 1.3.1 on my PC
> > running win98. I have set all the paths required  but I kept on
receiving
> > error message saying "Bad command or file name". These are the things I
> > have set:
> >
> > set JAVA_HOME=C: \ jdk1.3.1
> > set TOMCAT_HOME=C: \ jakarta-tomcat-3.2.1
> >
> > Can anyone please help me to solve this problem?
> > TQ
>
> 
> Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
> Content-Transfer-Encoding: 7BIT
> Content-Description:
> 
>




Re: Please Help

2001-07-17 Thread Ben Kimball

Not totally sure - I do all my Java development on Linux, much less hassle, 
but you might try the following:

Since it is complaining about setting it dynamically, maybe you can set it in 
the environmental properties (which will probably require a reboot) - right 
click on My Computer, select Properties, then select Environment (or 
something like that, I'm doing this from memory, as I'm running under Linux 
right now) and one of the things that shows under that should be the PATH 
variable - you should be able to set that with the long (Non-DOS 8.3) 
pathnames. Try plugging the info in there, rebooting, then seeing if the info 
stays in the CLASSPATH.

On Monday 16 July 2001 01:54, you wrote:
> Hie Ben,
> I have make the changes but I'm facing a new error message.
>
> Unable to ser CLASSPATH dynamically.
> Note: To set the CLASSPATH dynamically on win9x systems only DOS 8.3
>  names may be used in TOMCAT_HOME!
> Setting your CLASSPATH statically.
>
> Using CLASSPATH:
> C:\jakarta-tomcat-3.2.1\classes;C:\jakarta-tomcat-3.2.1\lib\ant.jar;C:\jaka
>r
> ta-tomcat-3.2.1\lib\jasper.jar;C:\jakarta-tomcat-3.2.1\lib\jaxp.jar;C:\jaka
>r
> ta-tomcat-3.2.1\lib\parser;C:\jakarta-tomcat-3.2.1\lib\servlet.jar;C:\jakar
>t a-tomcat-3.2.1\lib\webserver.jar
>
> Starting Tomcat in new window
> Cannot find file C:\jdk_1.3.1\bin\java (or one of its components).
> Check to ensure the path and filename are correct and that all required
> libraries are available.
> Any idea to solve this, Ben?
>
>
>
> - Original Message -
> From: Ben Kimball <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 16, 2001 2:20 AM
> Subject: Re: Please Help
>
> > It looks like you have spaces between:
> >
> > "C: \ jdk1.3.1" should be "C:\jdk1.3.1"
> > "C: \ jakarta-tomcat-3.2.1" should be "C:\jakarta-tomcat-3.2.1"
> >
> > You also need to make sure that c:\jdk1.3.1\bin is in your PATH,
> > otherwise java.exe/javac.exe will not be found.
> >
> > On Sunday 15 July 2001 10:55, you wrote:
> > > Actually,I'm a new user to Tomcat and currently having a problem
>
> starting
>
> > > up the Tomcat. I have installed Tomcat 3.2.1 and jdk 1.3.1 on my PC
> > > running win98. I have set all the paths required  but I kept on
>
> receiving
>
> > > error message saying "Bad command or file name". These are the things I
> > > have set:
> > >
> > > set JAVA_HOME=C: \ jdk1.3.1
> > > set TOMCAT_HOME=C: \ jakarta-tomcat-3.2.1
> > >
> > > Can anyone please help me to solve this problem?
> > > TQ
> >
> > 
> > Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
> > Content-Transfer-Encoding: 7BIT
> > Content-Description:
> > 



Re: Please Help

2001-07-17 Thread Law Kim Soon

Ben,
I managed to solved the problem. There is a typing error in the path
section.
Anyway, tq Ben.I really appreciate your help.
- Original Message -
From: Ben Kimball <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 5:41 AM
Subject: Re: Please Help


> Not totally sure - I do all my Java development on Linux, much less
hassle,
> but you might try the following:
>
> Since it is complaining about setting it dynamically, maybe you can set it
in
> the environmental properties (which will probably require a reboot) -
right
> click on My Computer, select Properties, then select Environment (or
> something like that, I'm doing this from memory, as I'm running under
Linux
> right now) and one of the things that shows under that should be the PATH
> variable - you should be able to set that with the long (Non-DOS 8.3)
> pathnames. Try plugging the info in there, rebooting, then seeing if the
info
> stays in the CLASSPATH.
>
> On Monday 16 July 2001 01:54, you wrote:
> > Hie Ben,
> > I have make the changes but I'm facing a new error message.
> >
> > Unable to ser CLASSPATH dynamically.
> > Note: To set the CLASSPATH dynamically on win9x systems only DOS 8.3
> >  names may be used in TOMCAT_HOME!
> > Setting your CLASSPATH statically.
> >
> > Using CLASSPATH:
> >
C:\jakarta-tomcat-3.2.1\classes;C:\jakarta-tomcat-3.2.1\lib\ant.jar;C:\jaka
> >r
> >
ta-tomcat-3.2.1\lib\jasper.jar;C:\jakarta-tomcat-3.2.1\lib\jaxp.jar;C:\jaka
> >r
> >
ta-tomcat-3.2.1\lib\parser;C:\jakarta-tomcat-3.2.1\lib\servlet.jar;C:\jakar
> >t a-tomcat-3.2.1\lib\webserver.jar
> >
> > Starting Tomcat in new window
> > Cannot find file C:\jdk_1.3.1\bin\java (or one of its components).
> > Check to ensure the path and filename are correct and that all required
> > libraries are available.
> > Any idea to solve this, Ben?
> >
> >
> >
> > - Original Message -
> > From: Ben Kimball <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 16, 2001 2:20 AM
> > Subject: Re: Please Help
> >
> > > It looks like you have spaces between:
> > >
> > > "C: \ jdk1.3.1" should be "C:\jdk1.3.1"
> > > "C: \ jakarta-tomcat-3.2.1" should be "C:\jakarta-tomcat-3.2.1"
> > >
> > > You also need to make sure that c:\jdk1.3.1\bin is in your PATH,
> > > otherwise java.exe/javac.exe will not be found.
> > >
> > > On Sunday 15 July 2001 10:55, you wrote:
> > > > Actually,I'm a new user to Tomcat and currently having a problem
> >
> > starting
> >
> > > > up the Tomcat. I have installed Tomcat 3.2.1 and jdk 1.3.1 on my PC
> > > > running win98. I have set all the paths required  but I kept on
> >
> > receiving
> >
> > > > error message saying "Bad command or file name". These are the
things I
> > > > have set:
> > > >
> > > > set JAVA_HOME=C: \ jdk1.3.1
> > > > set TOMCAT_HOME=C: \ jakarta-tomcat-3.2.1
> > > >
> > > > Can anyone please help me to solve this problem?
> > > > TQ
> > >
> > > 
> > > Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
> > > Content-Transfer-Encoding: 7BIT
> > > Content-Description:
> > > 
>




RE: please help

2001-07-24 Thread HGhoreishi

Hi 
Please some one tell me what i am doing wrong.
Trying to compile a servlet.
It worked for me before . now i am getting invalid flag. 
regards.


C:\java>javac -classpath=C:/tst/java/jsdk2.1/Servlet.jar HelloServelt.java
javac: invalid flag: -classpath=C:/tst/java/jsdk2.1/Servlet.jar
Usage: javac  
where possible options include:
  -g    Generate all debugging info
  -g:none   Generate no debugging info
  -g:{lines,vars,source}    Generate only some debugging info
  -O    Optimize; may hinder debugging or enlarge class 
file

  -nowarn   Generate no warnings
  -verbose  Output messages about what the compiler is doing
  -deprecation  Output source locations where deprecated APIs are 
us
ed
  -classpath  Specify where to find user class files
  -sourcepath     Specify where to find input source files
  -bootclasspath  Override location of bootstrap class files
  -extdirs    Override location of installed extensions
  -d     Specify where to place generated class files
  -encoding   Specify character encoding used by source files
  -target  Generate class files for specific VM version


C:\java>


RE: please help

2001-07-24 Thread Loïc Lefèvre

use

C:\java>javac -classpath %CLASSPATH%;C:\tst\java\jsdk2.1\Servlet.jar
HelloServelt.java

instead ;)

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 24 juillet 2001 11:10
À : [EMAIL PROTECTED]
Objet : RE: please help



Hi
Please some one tell me what i am doing wrong.
Trying to compile a servlet.
It worked for me before . now i am getting invalid flag.
regards.


C:\java>javac -classpath=C:/tst/java/jsdk2.1/Servlet.jar HelloServelt.java
javac: invalid flag: -classpath=C:/tst/java/jsdk2.1/Servlet.jar
Usage: javac  
where possible options include:
 -gGenerate all debugging info
 -g:none   Generate no debugging info
 -g:{lines,vars,source}Generate only some debugging info
 -OOptimize; may hinder debugging or enlarge class
file

 -nowarn   Generate no warnings
 -verbose  Output messages about what the compiler is doing
 -deprecation  Output source locations where deprecated APIs are
us
ed
 -classpath  Specify where to find user class files
 -sourcepath Specify where to find input source files
 -bootclasspath  Override location of bootstrap class files
 -extdirsOverride location of installed extensions
 -d Specify where to place generated class files
 -encoding   Specify character encoding used by source files
 -target  Generate class files for specific VM version


C:\java>




Re: please help

2001-07-24 Thread Matt Read



I doubt that ever worked I'm afraid. Try replacing "=" with a 
single whitespace, e.g.
 
javac -classpath C:/tst/java/jsdk2.1/Servlet.jar 
HelloServelt.java 
 
Good luck,
Matt.
- Original Message - 

  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  
  Sent: 24 July 2001 10:10
  Subject: RE: please help
  Hi Please some 
  one tell me what i am doing wrong. Trying to compile a servlet. It 
  worked for me before . now i am getting invalid flag. regards. 
  C:\java>javac -classpath=C:/tst/java/jsdk2.1/Servlet.jar 
  HelloServelt.java javac: invalid flag: 
  -classpath=C:/tst/java/jsdk2.1/Servlet.jar Usage: javac  
   where possible options include:  -g 
     Generate 
  all debugging info  -g:none 
    Generate 
  no debugging info  -g:{lines,vars,source}    Generate 
  only some debugging info  -O 
     Optimize; 
  may hinder debugging or enlarge class file  -nowarn 
    Generate 
  no warnings  -verbose 
   Output 
  messages about what the compiler is doing  -deprecation 
   Output 
  source locations where deprecated APIs are us ed  -classpath 
   Specify where to 
  find user class files  -sourcepath  
     Specify where to find input source 
  files  -bootclasspath  Override 
  location of bootstrap class files  -extdirs  
    Override location 
  of installed extensions  -d  
     Specify 
  where to place generated class files  -encoding  
   Specify character encoding used by source files 
   -target  
  Generate class files for 
  specific VM version C:\java> 



Re: please help

2001-07-24 Thread HGhoreishi
Hi & thanks alot .
It worked.
Last night worked with it till morning & did not work (my version).
Regards and thanks again.
    hossein


Re: please help

2001-07-24 Thread HGhoreishi
Hi matt.
i tried your version it is working thanks.
I compile three servlet before stop working(my version). Perhaps i was very 
sleepy & i changed the format, you are right, probebly there  was space 
between classpath & c:, when i was getting clean compile . 
thanks again    hossein.


RE: please help

2001-07-31 Thread HGhoreishi

Hi  everybody 

In my servlet i have import statement as follow. 
 
  import com.oreilly.servlet.RemoteDaemonHttpServlet;

downloaded & unzipped the jar file from
http://www.servlets.com/con/index.html  in to
c:\hhgg
in my servlet i am using import statement as follow

import hhgh.classes.com.oreilly.servlet.RemoteDaemonHttpServlet;

I see class RemoteDaemonHttpServlet is placed in
c:\hhgg\classes\com\oreilly.servlet.
at compile time i am getting 
cannot resolve symbol class RemoteDaemonHttpServlet.
some thing is wrong with my import statement.
What ? i do not know . can someone please help?

   REGARDS hossein. 



RE: please help

2001-08-01 Thread

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: RE: please help
> 
> 
> Hi  everybody 
> 
> In my servlet i have import statement as follow. 
>  
>   import com.oreilly.servlet.RemoteDaemonHttpServlet;
> 
> downloaded & unzipped the jar file from
> http://www.servlets.com/con/index.html  in to
> c:\hhgg
> in my servlet i am using import statement as follow
> 
> import hhgh.classes.com.oreilly.servlet.RemoteDaemonHttpServlet;
> 
> I see class RemoteDaemonHttpServlet is placed in
> c:\hhgg\classes\com\oreilly.servlet.
> at compile time i am getting 
> cannot resolve symbol class RemoteDaemonHttpServlet.
> some thing is wrong with my import statement.
> What ? i do not know . can someone please help?
> 
>
> REGARDS hossein. 
> 

Put "c:\hhgg\classes" into your %CLASSPATH% (if you haven't already), then

"import com.oreilly.servlet.RemoteDaemonHttpServlet;"

Tip: When you're importing, you have to specify the package+class, not the
filesystem path.

That said, you don't have to unpack the jar file, you can simply drop it
into the "c:\hhgg\classes", put "c:\hhgg\classes\my_archive.jar" into your
%CLASSPATH%, and again import as above.

Regards,



Emir.


DISCLAIMER: The content of the preceding message is exclusively
the personal opinion of the author, i.e. myself. Under no
circumstances should the content be attributed to my employer.



RE: Please Help

2002-01-07 Thread Arnaud Héritier

With Tomcat 4.X you can see this doc :

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html#User%20Web%20Applications

arno

> -Message d'origine-
> De:   Designing Department [SMTP:[EMAIL PROTECTED]]
> Date: lundi 7 janvier 2002 09:20
> À:Tomcat Users List
> Objet:Please Help
> 
> Hello All,
> 
> I have installed Tomcat on my web server, now I want to let all the
> users to use the tomcat if they need it, I believe I have to edit some
> .conf file with Apache / Tomcat but not sure. Can any one suggest me the
> way how to do thi?
> 
> Thanks in advance
> 
> Vikas
> 
> 
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


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




Re: Please Help

2002-01-07 Thread Designing Department

Thank you Arno, but we have Tomcat3.2.4

Vikas


Arnaud Héritier wrote:

> With Tomcat 4.X you can see this doc :
>
> 
>http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html#User%20Web%20Applications
>
> arno
>
> > -Message d'origine-
> > De:   Designing Department [SMTP:[EMAIL PROTECTED]]
> > Date: lundi 7 janvier 2002 09:20
> > À:Tomcat Users List
> > Objet:Please Help
> >
> > Hello All,
> >
> > I have installed Tomcat on my web server, now I want to let all the
> > users to use the tomcat if they need it, I believe I have to edit some
> > .conf file with Apache / Tomcat but not sure. Can any one suggest me the
> > way how to do thi?
> >
> > Thanks in advance
> >
> > Vikas
> >
> >
> >
> > --
> > To unsubscribe:   
> > For additional commands: 
> > Troubles with the list: 
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


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




Re: PLEASE HELP

2002-02-14 Thread Keith Simpson

I don't do it with tomcat, but I do with JRUN - that is, forward through
a firewall.  The only thing going through is http - unless you do
https.  Port 80 is the only one that I port forward (on a linux firewall
box).


James Moore wrote:
> 
> please help, this is really bugging me.
> 
> -Original Message-
> From: James Moore [mailto:[EMAIL PROTECTED]]
> Sent: 14 February 2002 09:46
> To: Tomcat Users List
> Subject: virtual hosting behind a firewall
> 
> Hello has anyone got virtual hosting of several jsp sites on an
> apache/tomcat 3.2.x server behind a firewall working and visible from the
> Internet working?
> 
> If so, what inbound tunnels/port forwarding do you need to setup?
> 
> I use Win2K Server's RRAS (routing and remote access) NAT features to give
> the apache/tomcat server access to the Internet (along with the rest of the
> LAN).
> 
> I can only seem to get the first virtual server working properly. The others
> seem to have problems displaying images or display content from the first
> virtual server.
> 
> Best Regards
> 
> James Moore
> IT Consultant
> e-Travelbase Limited
> ~~~
> The Granary
> Pury Hill Business Park
> Alderton Road, Nr. Towcester
> Northamptonshire NN12 7TB
> Tel: +44 (0)1327 810640
> Fax: +44 (0)1327 811075
> Email: [EMAIL PROTECTED]
> ~~~
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 

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




re: please help

2001-01-25 Thread Olaf

Hi,

I remember having seen that the mod_jk compilation requires that a
certain path is set to point to /lib-subdirectories under your
JAVA_HOME, where some header-files are located. Since I´m not on my
development machine, I'd suggest to look for this in the
mod_jk-howto.html located somewhere under TOMCAT_HOME or
TOMCAT-SRC_HOME.

hth
Olaf


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




RE: Please help

2001-02-15 Thread CPC Livelink Admin


somebody is.  Run 
netstat -a 
and examine the results.

-Original Message-
From: Binu Kamal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 4:02 PM
To: [EMAIL PROTECTED]
Subject: Please help


I installed tomcat on a solaris  machine where Apache Server is running.
When I run startup.sh, I get the following error message.
FATAL:java.net.BindException: Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.bind(Compiled Code)
at java.net.ServerSocket.(Compiled Code)
at java.net.ServerSocket.(Compiled Code)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Compiled
Code)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(Compiled Code)
at org.apache.tomcat.service.PoolTcpConnector.start(Compiled
Code)
at org.apache.tomcat.core.ContextManager.start(Compiled Code)
at org.apache.tomcat.startup.Tomcat.execute(Compiled Code)
at org.apache.tomcat.startup.Tomcat.main(Compiled Code)
Apache is not using ports 8007 and 8080.
Thanks
Binu


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



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




RE: Please help

2001-02-15 Thread Michael Wentzel

> I installed tomcat on a solaris  machine where Apache Server 
> is running.
> When I run startup.sh, I get the following error message.
> FATAL:java.net.BindException: Address already in use
> java.net.BindException: Address already in use
> at java.net.PlainSocketImpl.bind(Compiled Code)
> at java.net.ServerSocket.(Compiled Code)
> at java.net.ServerSocket.(Compiled Code)
> at
> org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Compiled
> Code)
> at
> org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(Compiled Code)
> at org.apache.tomcat.service.PoolTcpConnector.start(Compiled
> Code)
> at org.apache.tomcat.core.ContextManager.start(Compiled Code)
> at org.apache.tomcat.startup.Tomcat.execute(Compiled Code)
> at org.apache.tomcat.startup.Tomcat.main(Compiled Code)
> Apache is not using ports 8007 and 8080.


You could always telnet to the port and do a manual HTTP GET
and see what comes back.

---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com
mailto:[EMAIL PROTECTED]

- Punisher of those who cannot spell dumb!

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




RE: Please help

2001-02-15 Thread Wang, Jianming

You should start tomcat first and then Apache server.

-Original Message-
From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 4:06 PM
To: [EMAIL PROTECTED]
Subject: RE: Please help



somebody is.  Run 
netstat -a 
and examine the results.

-Original Message-
From: Binu Kamal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 4:02 PM
To: [EMAIL PROTECTED]
Subject: Please help


I installed tomcat on a solaris  machine where Apache Server is running.
When I run startup.sh, I get the following error message.
FATAL:java.net.BindException: Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.bind(Compiled Code)
at java.net.ServerSocket.(Compiled Code)
at java.net.ServerSocket.(Compiled Code)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Compiled
Code)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(Compiled Code)
at org.apache.tomcat.service.PoolTcpConnector.start(Compiled
Code)
at org.apache.tomcat.core.ContextManager.start(Compiled Code)
at org.apache.tomcat.startup.Tomcat.execute(Compiled Code)
at org.apache.tomcat.startup.Tomcat.main(Compiled Code)
Apache is not using ports 8007 and 8080.
Thanks
Binu


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



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

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




RE: Please help

2001-02-15 Thread Rob Tanner

Well, there's my favorite trick when I first started using tomcat -- 
forgetting that "apachectl stop" doesn't stop tomcat, and then later 
on, trying to start tomcat.  The ports were already in use because 
tomcat was using them.  But I was a newbie

-- Rob

--On Thursday, February 15, 2001 04:06:13 PM -0500 CPC Livelink Admin 
<[EMAIL PROTECTED]> wrote:

>
> somebody is.  Run
> netstat -a
> and examine the results.
>
> -Original Message-
> From: Binu Kamal [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Please help
>
>
> I installed tomcat on a solaris  machine where Apache Server is
> running. When I run startup.sh, I get the following error message.
> FATAL:java.net.BindException: Address already in use
> java.net.BindException: Address already in use
> at java.net.PlainSocketImpl.bind(Compiled Code)
> at java.net.ServerSocket.(Compiled Code)
> at java.net.ServerSocket.(Compiled Code)
> at
> org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Compiled
> Code)
> at
> org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(Compiled Code)
> at org.apache.tomcat.service.PoolTcpConnector.start(Compiled
> Code)
> at org.apache.tomcat.core.ContextManager.start(Compiled Code)
> at org.apache.tomcat.startup.Tomcat.execute(Compiled Code)
> at org.apache.tomcat.startup.Tomcat.main(Compiled Code)
> Apache is not using ports 8007 and 8080.
> Thanks
> Binu
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>




   _ _ _ _   __ _ _ _ _
  /\_\_\_\_\/\_\ /\_\_\_\_\_\
 /\/_/_/_/_/   /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
/\/_/__\/_/ __/\/_//\/_/  PROFUNDUM VIDITUR
   /\/_/_/_/_/ /\_\  /\/_//\/_/
  /\/_/ \/_/  /\/_/_/\/_//\/_/ (Whatever is said in Latin
  \/_/  \/_/  \/_/_/_/_/ \/_/  appears profound)

  Rob Tanner
  McMinnville, Oregon
  [EMAIL PROTECTED]

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




Re: Please help!

2003-02-13 Thread Becky Phaneuf

When your client app is connecting via HTTPS to a server the server will pass the 
client a certificate that your client should validate.  

Implement the javax.net.ssl.TrustManager class.  Actually, you should implement 
X509TrustManager.

Then create an SSLContext (using getInstance("SSL")) and initialize it by passing your 
trust manager to it's init method (use null as a keymanager and a new 
java.security.SecureRandom() object.

Finally you have to tell your HTTPS connection to use the SSLContext you just created: 
  HttpsURLConnection.setDefaultSSLSocketFactory(.getSocketFactory());

-B

>>> [EMAIL PROTECTED] 02/13/03 11:12AM >>>
Hi,

I am extremely confused with setting up SSL to work with my GUI application. 

So when attempting to connect to the server using a https connection I obtain the 
error in the window where tomcat is running:

  at java.lang.Thread.run(Thread.java:484)
[ERROR] PoolTcpEndpoint - -Handshake failed 
java.lang.NullPointerException
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint
:512)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Th
ool.java:533)
at java.lang.Thread.run(Thread.java:484)
[ERROR] ThreadPool - -Caught exception executing org.apache.tomcat.util.net
orkerThread@4e669e, terminating thread 

and in the submission application window I obtain the error: 

IOException has occurredjavax.net.ssl.SSLException: untrusted server cert chain. 

I have followed all the rules on the html page: 
http://java.sun.com/products/jsse/install.html 

and ALL the instuctions on the tomcat page:

http://localhost:8080/tomcat-docs/ssl-howto.html.

This is the modified server.xml bit:




  
 


I have also performed this action:
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA

  
   


I am totally confused in what to do, as I have attempted everything. Please can 
someone help me as I require this function for my final year project I will be 
eternally grateful.

Thanks.

Anish




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




RE: Please Help

2003-06-16 Thread Barney Hamish
It sounds like you don't have an entry for the j_security_check in your
uriworkermap.properties file. IIS doesn't know that it needs to forward the
request for that page to tomcat...
add something like this

/webapp/j_security_check=$(default.worker)

and restart the web publishing service.
Hamish


> -Original Message-
> From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 16, 2003 5:56 PM
> To: Tomcat
> Subject: Please Help
> 
> 
> Hi,
>  
> I'm still having some issues with the j_security_check if 
> anyone could help me with what is going wrong. I'm using 
> Tomcat 4.1.18, and Windows 2000 pro. I created the constraint 
> in the web.xml file and it's working fine on localhost:8080. 
> However, when I change over to a virtual directory under IIS 
> and type www.domain.com/webapp/login.jsp and submit the form 
> I get a "Page cannot be displayed" error:
> 
> The page you are looking for cannot be displayed because the 
> page address is incorrect. 
> 
> And the url stays as: 
> http://www.domain.com/webApp/j_security_check and not 
> directing over to the requested resource.
> 
> Please help, I need to get this done fairly soon.
>  
> Thanks,
> Lior
> 
> 
> -
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> 

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



Re: Please help

2003-07-23 Thread John Turner
Use IIS.

Set up a new virtual host.  Call it "images.your-domain.com".

In all web pages for all three apps, reference "images.your-domain.com" 
for image URLs.  Problem solved.

John

Pat Pomatto wrote:

I’m running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2 
and myApp3. All of these need to share a common images directory. Does 
anyone know how to do this? I’ve tried numerous things and nothing 
works. Should the images be served by Tomcat or by IIS? Please help!

 

Pat Pomatto



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


RE: Please help

2003-07-23 Thread Shapira, Yoav

Howdy,
Since you already have a front-end (IIS) anyways, use it for the images.  Have a 
directory on it /images, and have all your image URLs be /images/img1.gif etc., 
instead of /myApp1/images/img1.gif.

One alternative is to have an images webapp on tomcat and use it to serve the images, 
again with the same URLs as above.

Yet another option is to have copies of the images with each webapp.

Yoav Shapira
Millennium ChemInformatics

-Original Message-
From: Pat Pomatto [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 10:53 AM
To: 'Tomcat Users List'
Subject: Please help

I'm running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2 and myApp3. 
All of these need to share a common images directory. Does anyone know how to do this? 
I've tried numerous things and nothing works. Should the images be served by Tomcat or 
by IIS? Please help!
 
Pat Pomatto



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Please help

2003-07-23 Thread Kannan Sundararajan
Are you using Tomcat and IIS in same box or different box.

-Original Message-
From: Pat Pomatto [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 10:53 AM
To: 'Tomcat Users List'
Subject: Please help



I'm running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2 and
myApp3. All of these need to share a common images directory. Does anyone
know how to do this? I've tried numerous things and nothing works. Should
the images be served by Tomcat or by IIS? Please help!

 

Pat Pomatto



Re: Please Help

2003-12-01 Thread Andoni
Have you tried removing the connector line from server.xml?

then tried going direct to Tomcat on the port 8080 or whatever it is set to
in the Tomcat Connector on your machine (in server.xml)

This is a JK problem so try to remove it from the Equation and make sure the
rest works.

what did you change or what changed before this started happening?

Andoni.


- Original Message -
From: "Yuval Zantkeren" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 01, 2003 5:07 PM
Subject: Please Help



why I'm getting this error :
01/12/2003 18:23:27 org.apache.jk.server.JkCoyoteHandler action
INFO: RESET

Which also causing my tomcat not to serve any more.

Regards,

Yuval Zantkeren

Domain The Net Technologies Ltd.
81 Sokolov St.
Ramat-Hasharon
Israel 47238
Tel: 972-3-7600500
Fax: 972-3-7600505
www.DomainTheNet.com

“This email message and any attachments hereto are intended only for use by
the addressee(s) named above, and may contain legally privileged and/or
confidential information. If you are not the intended addressee, you are
hereby kindly notified that any dissemination, distribution or copying of
this email and any attachments hereto is strictly prohibited. If you have
received this email in error, kindly delete it from your computer system,
and notify us at the telephone number or email address appearing above.
Thank you"



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



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



Re: Please Help!

2004-06-29 Thread Kunthar
Hello,
Please give us more detail.
Your OS and database to connect to,
Send your server.xml and web.xml definitions.
Then we can have clear idea...
Take care
Gokhan

Aris Javier wrote:
Please Help!
This error kept on bugging me everytime i run tomcat5 as service...
My environment variables are already declared as well as my system
dsn...
but still...
org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General
error
Please Help!
Thanks!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


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


RE: Please Help!

2004-06-29 Thread Aris Javier
Thanks!

My system works fine when i run tomcat5.0 in console...
but when i run tomcat5.0 in service, this error occurs...

org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General
error

I already declared my enviroment variables.. 
i declared bootstrap.jar and tools.jar in classpath...

anyway, here's my system info...

OS: Windows 2000
Database: MS Access 2000
System DSN: EZX_DS
Technology: Java Servlet/JSP MVC
Tomcat Folder: D:\Tomcat_5.0

Server.xml context...

  
  
  
  
  factory
 
org.apache.commons.dbcp.BasicDataSourceFactory
  
  
  maxActive
  100
  
  
  maxIdle
  30
  
  
  maxWait
  1
  
  
   driverClassName
   sun.jdbc.odbc.JdbcOdbcDriver
  
  
  url
  jdbc:odbc:EZX_DS
   
  


Web.xml contains...

  EAZIX TEES Tomcat to Access
  
  DB Connection
  jdbc/EZX_DS
  javax.sql.DataSource
  Container
  
  
 configFile
 
d:\\eazixprojects\\tees\\xml\\mapping.xml
  
  
EazixServlet
tees.main.util.EazixServlet
  
  
EazixServlet
*.ezx
  


CewolfServlet
de.laures.cewolf.CewolfRenderer


overliburl
 
D:\\eazixprojects\\tees\\js\\etc\\overlib.js



debug
true

1

  
CewolfServlet
/cewolf/*
  
 
  welcome.jsp
 
  
msewFailed.jsp
  


-Original Message-
From: Kunthar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 29, 2004 3:41 PM
To: Tomcat Users List
Subject: Re: Please Help!


Hello,

Please give us more detail.
Your OS and database to connect to,
Send your server.xml and web.xml definitions.
Then we can have clear idea...

Take care
Gokhan




Aris Javier wrote:

>Please Help!
>
>This error kept on bugging me everytime i run tomcat5 as service... My 
>environment variables are already declared as well as my system dsn...
>but still...
>
>org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General 
>error
>
>
>Please Help!
>
>Thanks!
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


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


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



RE: Please Help!

2004-06-29 Thread Jacob Kjome
You specify Tomcat5.0.  If that's true, you are using a pre-release version of
Tomcat5.  Update to the latest official version (or Tomcat-5.0.27beta) and
retest.  Make sure your driver is in common/lib as well.  Note that
CATALINA_HOME/bin/service.bat can be used to install/remove the service.  Make
sure to set your CATALINA_HOME variable before you run service.bat.

Jake

Quoting Aris Javier <[EMAIL PROTECTED]>:

> Thanks!
> 
> My system works fine when i run tomcat5.0 in console...
> but when i run tomcat5.0 in service, this error occurs...
> 
> org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General
> error
> 
> I already declared my enviroment variables..
> i declared bootstrap.jar and tools.jar in classpath...
> 
> anyway, here's my system info...
> 
> OS: Windows 2000
> Database: MS Access 2000
> System DSN: EZX_DS
> Technology: Java Servlet/JSP MVC
> Tomcat Folder: D:\Tomcat_5.0
> 
> Server.xml context...
>  crossContext="true">
>   prefix="localhost_tees_log." suffix=".txt"
>timestamp="true"/>
>   auth="Container"
>type="javax.sql.DataSource"/>
>   
>   
>   factory
> 
> org.apache.commons.dbcp.BasicDataSourceFactory
>   
>   
>   maxActive
>   100
>   
>   
>   maxIdle
>   30
>   
>   
>   maxWait
>   1
>   
>   
>driverClassName
>sun.jdbc.odbc.JdbcOdbcDriver
>   
>   
>   url
>   jdbc:odbc:EZX_DS
>
>   
> 
> 
> Web.xml contains...
> 
>   EAZIX TEES Tomcat to Access
>   
>   DB Connection
>   jdbc/EZX_DS
>   javax.sql.DataSource
>   Container
>   
>   
>  configFile
> 
> d:\\eazixprojects\\tees\\xml\\mapping.xml
>   
>   
> EazixServlet
> tees.main.util.EazixServlet
>   
>   
> EazixServlet
> *.ezx
>   
> 
> 
> CewolfServlet
> de.laures.cewolf.CewolfRenderer
>   
> 
> overliburl
> 
> D:\\eazixprojects\\tees\\js\\etc\\overlib.js
> 
>   
> 
> debug
> true
> 
> 1
> 
>   
> CewolfServlet
> /cewolf/*
>   
>  
>   welcome.jsp
>  
>   
> msewFailed.jsp
>   
> 
> 
> -Original Message-
> From: Kunthar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 29, 2004 3:41 PM
> To: Tomcat Users List
> Subject: Re: Please Help!
> 
> 
> Hello,
> 
> Please give us more detail.
> Your OS and database to connect to,
> Send your server.xml and web.xml definitions.
> Then we can have clear idea...
> 
> Take care
> Gokhan
> 
> 
> 
> 
> Aris Javier wrote:
> 
> >Please Help!
> >
> >This error kept on bugging me everytime i run tomcat5 as service... My
> >environment variables are already declared as well as my system dsn...
> >but still...
> >
> >org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General
> >error
> >
> >
> >Please Help!
> >
> >Thanks!
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



RE: Please Help!

2004-06-29 Thread Aris Javier
My current tomcat version is tomcat5.0.7 
also, i dont see service.bat under catalina_home/bin folder...

do i have to download latest tomcat version?

-Original Message-
From: Jacob Kjome [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 29, 2004 11:46 PM
To: Tomcat Users List
Subject: RE: Please Help!


You specify Tomcat5.0.  If that's true, you are using a pre-release
version of Tomcat5.  Update to the latest official version (or
Tomcat-5.0.27beta) and retest.  Make sure your driver is in common/lib
as well.  Note that CATALINA_HOME/bin/service.bat can be used to
install/remove the service.  Make sure to set your CATALINA_HOME
variable before you run service.bat.

Jake

Quoting Aris Javier <[EMAIL PROTECTED]>:

> Thanks!
> 
> My system works fine when i run tomcat5.0 in console...
> but when i run tomcat5.0 in service, this error occurs...
> 
> org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General 
> error
> 
> I already declared my enviroment variables..
> i declared bootstrap.jar and tools.jar in classpath...
> 
> anyway, here's my system info...
> 
> OS: Windows 2000
> Database: MS Access 2000
> System DSN: EZX_DS
> Technology: Java Servlet/JSP MVC
> Tomcat Folder: D:\Tomcat_5.0
> 
> Server.xml context...
>  reloadable="true" crossContext="true">
>   prefix="localhost_tees_log." suffix=".txt"
>timestamp="true"/>
>   auth="Container"
>type="javax.sql.DataSource"/>
>   
>   
>   factory
> 
> org.apache.commons.dbcp.BasicDataSourceFactory
>   
>   
>   maxActive
>   100
>   
>   
>   maxIdle
>   30
>   
>   
>   maxWait
>   1
>   
>   
>driverClassName
>sun.jdbc.odbc.JdbcOdbcDriver
>   
>   
>   url
>   jdbc:odbc:EZX_DS
>
>   
> 
> 
> Web.xml contains...
> 
>   EAZIX TEES Tomcat to Access
>   
>   DB Connection
>   jdbc/EZX_DS
>   javax.sql.DataSource
>   Container
>   
>   
>  configFile
> 
> d:\\eazixprojects\\tees\\xml\\mapping.xml
>   
>   
> EazixServlet
> tees.main.util.EazixServlet
>   
>   
> EazixServlet
> *.ezx
>   
> 
> 
> CewolfServlet
> de.laures.cewolf.CewolfRenderer
>   
> 
> overliburl
> 
>
D:\\eazixprojects\\tees\\js\\etc\\overlib.js
> 
>   
> 
> debug
> true
> 
> 1
> 
>   
> CewolfServlet
> /cewolf/*
>   
>  
>   welcome.jsp
>  
>   
> msewFailed.jsp
>   
> 
> 
> -Original Message-
> From: Kunthar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 29, 2004 3:41 PM
> To: Tomcat Users List
> Subject: Re: Please Help!
> 
> 
> Hello,
> 
> Please give us more detail.
> Your OS and database to connect to,
> Send your server.xml and web.xml definitions.
> Then we can have clear idea...
> 
> Take care
> Gokhan
> 
> 
> 
> 
> Aris Javier wrote:
> 
> >Please Help!
> >
> >This error kept on bugging me everytime i run tomcat5 as service... 
> >My environment variables are already declared as well as my system 
> >dsn... but still...
> >
> >org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General

> >error
> >
> >
> >Please Help!
> >
> >Thanks!
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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


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



Re: Please help!

2000-11-21 Thread Boszormenyi Laszlo

Hello!

On Tue, 21 Nov 2000, Rocky YIP wrote:

> My case is when I run tomcat\bin\startup, it displays "bad command or file name"
 Please check if all the paths is set up correctly in that file.

> If I run tomcat\bin\tomcat, it displays "Out of environment space".
 I can't remember exactly, but there's an entry in the autoexec.bat, which
defines how many memory should be allocated for the environment variables
(like buffers or something like that). Set it to a higher value, until it
will work (I think you have to restart the machine for the change take
effect). You can find the exact solution on the SUN's java pages
somewhere.

Sincerely,
Laszlo




Re: Please help!

2000-11-21 Thread michael e. brubaker

I solved a similar problem on Win98 by:
1) Clicking on the DOS icon in upper left corner of screen
2) Clicking on "Properties"
3) Clicking on "Memory" tab
4) Changing the "Initial Environment" setting to "2816"

These directions were gleaned from "Core Servlets and Java Server Pages" by Marty
Hall, p 17. and they helped me.
 I remember having to reset them from various windows, such as once for the
startup.bat and then again for shutdown.bat and so on.


Boszormenyi Laszlo wrote:

> Hello!
>
> On Tue, 21 Nov 2000, Rocky YIP wrote:
>
> > My case is when I run tomcat\bin\startup, it displays "bad command or file name"
>  Please check if all the paths is set up correctly in that file.
>
> > If I run tomcat\bin\tomcat, it displays "Out of environment space".
>  I can't remember exactly, but there's an entry in the autoexec.bat, which
> defines how many memory should be allocated for the environment variables
> (like buffers or something like that). Set it to a higher value, until it
> will work (I think you have to restart the machine for the change take
> effect). You can find the exact solution on the SUN's java pages
> somewhere.
>
> Sincerely,
> Laszlo




Re: Please help!

2000-11-21 Thread Dusan Vujosevic

Boszormenyi Laszlo wrote:

> Hello!
>
> On Tue, 21 Nov 2000, Rocky YIP wrote:
>
> > My case is when I run tomcat\bin\startup, it displays "bad command or file name"
>  Please check if all the paths is set up correctly in that file.
>
> > If I run tomcat\bin\tomcat, it displays "Out of environment space".
>  I can't remember exactly, but there's an entry in the autoexec.bat, which
> defines how many memory should be allocated for the environment variables
> (like buffers or something like that). Set it to a higher value, until it
> will work (I think you have to restart the machine for the change take
> effect). You can find the exact solution on the SUN's java pages
> somewhere.
>
> Sincerely,
> Laszlo

Select 'Properties', 'Memory' and set the 'Initial environment' to 4096 om that DOS
box. Do it for all scripts in the 'bin' directory. You can also modify your Config.sys
so that MS-DOS boxes default to 4096 (kb). This all applies to Win 9x.

Hope this helps.

Dusan






Re: Please Help

2000-12-26 Thread David M. Holmes

I'm not sure how much help this is, but... IBM has there version of Apache with SSL 
called the IBM
HTTP Server.

--- amit <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I hope someone will help me to make it. (Hopefully..)
> 
> System Details of my machine:-
> Tomcat 3.2.1
> Apache 1.3.14 for  WINDOWS
> mod_ssl 2.7.1
> Open SSL 0.9.6
> WINDOWS  NT 4.0 (SP5)
> 
> I'm interested to implement SSL  w/Apache with Digital Certificate.
> For doing this could u please guide me on following issues :-
> 
> Although,there is a good support for mod_ssl and Open SSL for Apache
> Most of it is available for  UNIX / Linux  platforms only.
> I'm interested to get help for WINDOWS(unfortunately..).
> 
> (1) Apart from User Guides for mod-ssl and OpenSSL can u suggest
> some good URLs or any other Ref. for configuring Apache for SSL
> and using Digital Certificate ?
> (2) Is it necessary to implement SSL for Tomcat(Application Server) also
>  for implementing SSL w/Apache (Web Server) ?
> (3) How can we exchange contents of session across HTTP and HTTPS in
>  above implementation ? Are any changes required in Tomcat for this
>  ( like using different context for secure area of  site ) ?
> (4) Is it essential to create a virtual host on Apache for using SSL (for
> hosting
>  that part of the site , to which we want to assign secure connection) ?
> (5) Can we establish SSL without using Digital Certificate ? In that case
> how
>  reliable it is ?
> 
> 
> I hope , I won't get disappointed.
> Thanks a lot in advance.
> 
> Regards,
> -Amit.
> [EMAIL PROTECTED]
> Sansui Software Pvt. Ltd.
> India.
> 
> 
> - Original Message -
> From: Amund Elstad
> To: '[EMAIL PROTECTED]'
> Sent: Thursday, December 21, 2000 7:17 PM
> Subject: url-encoding does not work in Apache+Tomcat while SSL is enabled
> 
> 
> 
> 
> Hello,
> 
> We use Tomcat 3.2.1 as a backend to Apache 1.3. Apache serves both http and
> https (mod_ssl) connections and communicates with Tomcat using the ajp13
> (mod_jk) protocol. Our servers run NT/2000.
> 
> Problem: Tomcat's session tracking under SSL does not work without cookies.
> Running the same application on a non-secure connection works fine both
> with
> and without cookies, but under SSL Tomcat's URL-encoding fails.
> 
> mod_jk.dll is built with plain 1.3 API, and Apache warns that it should be
> recompiled with EAPI enabled. Will a new mod_jk.dll built with EAPI fix the
> problem, and if so is there a pre-built version available somewhere ? Or is
> there another solution to the problem ?
> 
> thanks in advance and best regards
> 
> amund
> 
> 


__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



RE: Please help...

2004-11-12 Thread Benson Margulies
Just run a standalone tomcat. Connecting to Apache is real work and you
don't need it.

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



RE: Please help...

2004-11-12 Thread Randall Svancara
Tomcat is organized differently than Apache.  First of all Apache has a
document root, where you can put all of your php and html files in.
With tomcat, the directory structure is different.  If you want to get
started with tomcat, I suggest first creating directory under the
webapps directory of your tomcat installation.  For this example, lets
call it test.  Under test we will create a WEB-INF directory.  The
WEB-INF directory contains basically the configuration file for your web
application you will be creating in the test directory.  In the WEB-INF
folder, create a file called web.xml.  So at this point you should have
directory structure that looks like this.

Test
WEB-INF
web.xml


Now edit the web.xml file to contain the following:

---snip



http://java.sun.com/dtd/web-app_2_3.dtd";>


  A test web application
  
 Your test web application
  


---snip


Now that you have an empty web application container set up, add some
jsp files.
Keep in mind that everything under the WEB-INF directory is protected by
tomcat.  You would not want someone to browse through your configuration
now would you?

For simplicity sake, lets create a test jsp page now.  Create a file
called index.jsp directly under the directory test.  This is what your
directory structure should look like now under your test directory:

Test
index.jsp
WEB-INF
web.xml



Lets add some content under your test.jsp.  We will combine some html
with java code to demonstrate how things work.

<[EMAIL PROTECTED] contentType="text/html"%> 
<[EMAIL PROTECTED] pageEncoding="UTF-8"%>


Your first cool page

<%out.println("Hello world")%> 






Ok, make sure you have tomcat started.  On windows, go to services and
see if the service is running.  On linux, type ps -ef or ps -aux on
unix.  If it is not running, you need to start this service for your
platform.  

Next, browse to the machine where you have tomcat installed.  It might
be on the same machine your programming on.  http://localhost:8080/test/

You should see hello world now.  By default, Tomcat runs on port 8080.
You must specify the port number in your browser.  You can configure
Tomcat to run on port 80 if you wish, but that is out of the scope of
this document.  Oops, I just read you are using fedora core.  I am using
fedora core.  I have apache and tomcat set up to talk to each other
using mod_jk2.  I can send you my configuration files if you wish.  

I hope this was not too basic for you.  


Randall


 

-Original Message-
From: Ken Keefe [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 1:14 PM
To: [EMAIL PROTECTED]
Subject: Please help...

I have been struggling with Tomcat for several days and I am at the end
of my rope. If I come across as irritated, I apologize in advance. 

I simply want to learn how to write JSP. I have a book and I want to
start working through it, but I am having trouble setting up a server to
serve JSP. I currently run Apache to serve HTML and PHP. Ideally, I'd
simply like Apache to start recognizing JSP and handling it
appropriately. Unfortunately that seems to not be an easy task... I have
tried using mod_jk to connect Tomcat and Apache, with no luck.

I finally gave up on trying to use Apache and I was just going to keep
them separate. Now, how do I tell Tomcat to serve my jsp files??? I
tried using the manager web program to add an application pointing to
the correct directory, it accepts the command, but nothing is added to
the application list and it doesn't serve the content like I expected it
to.

Finally I said screw it, I'll simply put my experiment files in the
document root of Tomcat and use that for now. Still no luck, it serves
up the same default stuff, even when I rename the file. 

My environment is the following: Fedora Core 2, Apache 2.0.51, Tomcat
5.5.4, JDK 1.5.0. 

Ideally I'd like to do what I talked about earlier, having Apache
"automagically" know what to do with *.jsp files. However, I'll take
what I can get!

Thank you very much in advance. I can't explain how damned aggravating
this whole thing has been.

Ken


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


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



RE: Please help...

2004-11-12 Thread Didier McGillis
First get familiar with Tomcat, its very daunting of a task connection 
apache and tomcat with mod_jk2, but not impossible.  Use tomcat standalone, 
the one guy had a pretty straightforward and easy way of doing it, after you 
get :8080/test/ working you can move to serving over port 80 with Tomcat, 
then if you want to dive in and do apache+tomcat+mod_jk2 I would suggest you 
look at these places.

http://www.cymulacrum.net/writings/tomcat5/book1.html
http://www.linuxjava.net/howto/webapp/
http://johnturner.com/howto/apache-tomcat-howto.html
there are more, many more.  start slow, nothing more frustrating then 
getting something to work and then doing 30 steps and retrying and seeing it 
not working.  do one thing at a time, there isnt a whole lot of steps.

good luck, and if you get stuck dont hesitate to search the archives and see 
how many of us were in your shoes.


From: Ken Keefe <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Please help...
Date: Fri, 12 Nov 2004 14:14:17 -0600
I have been struggling with Tomcat for several days and I am at the end
of my rope. If I come across as irritated, I apologize in advance.
I simply want to learn how to write JSP. I have a book and I want to
start working through it, but I am having trouble setting up a server to
serve JSP. I currently run Apache to serve HTML and PHP. Ideally, I'd
simply like Apache to start recognizing JSP and handling it
appropriately. Unfortunately that seems to not be an easy task... I have
tried using mod_jk to connect Tomcat and Apache, with no luck.
I finally gave up on trying to use Apache and I was just going to keep
them separate. Now, how do I tell Tomcat to serve my jsp files??? I
tried using the manager web program to add an application pointing to
the correct directory, it accepts the command, but nothing is added to
the application list and it doesn't serve the content like I expected it
to.
Finally I said screw it, I'll simply put my experiment files in the
document root of Tomcat and use that for now. Still no luck, it serves
up the same default stuff, even when I rename the file.
My environment is the following: Fedora Core 2, Apache 2.0.51, Tomcat
5.5.4, JDK 1.5.0.
Ideally I'd like to do what I talked about earlier, having Apache
"automagically" know what to do with *.jsp files. However, I'll take
what I can get!
Thank you very much in advance. I can't explain how damned aggravating
this whole thing has been.
Ken
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

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


RE: Please help me!!

2002-10-03 Thread Miguel Angel Mulero Martinez

This depends on how you use the connection. If you use a db pool, then the
pool must reconnect. There're pools that do that and other that don't do.

Regards.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviado el: jueves, 03 de octubre de 2002 9:47
Para: tomcat-user
Asunto: Please help me!!

Hi all,

I can't find an answer to this question. Plese help me.

I have an apache-tomcat(4.0.3) system installed. I use a connection
DataSource with a Oracle database (I have a resource in server.xml with
type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources
HOW-TO section of Tomcat 4.0.x.

My question is this. If Oracle DB crashes and it has to been restarted,
does my web application,that uses DataSource, have to be restarted?

I have a class with this static block:

static {
try  {
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/env");
DataSource ds = (DataSource) envCtx.lookup(dbName);
con =  ds.getConnection();
if (con == null)
  System.out.println("[ERROR] Connection null");
  } catch (Exception ex) {
System.out.println("[ERROR] Errore = "  + ex.toString() + " \n"
+ ex.getMessage());
con = null;
  }
  }

and I have a method:


protected synchronized Connection getConnection() {
 while (conFree == false) {
try {
   wait();
} catch (InterruptedException e) {
  System.out.println("[ERROR] Exception getConnection() = "
+ e.toString());
}
 }
 conFree = false;
 notify();
 return con;
}

In the servlets of my web application I call getConnection() to take
the connection: if db is restarted what happen?

Thanks for your help

Laura



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]

Well I use the default pool DataSource of tomcat 4.0.3.
I get a initial connection (---> static block) and then I return that 
with getConnection() method. 
I suppose that when the db is restarted my connection becomes null, but 
I'm not sure. 
I'm planning to use DBCP: is it possible using it with Tomcat 4.0.3?
How can I install it? 
Does DBCP resolve the problem of the DB restart?

Thanks


Laura 
>This depends on how you use the connection. If you use a db pool, then 
the
> pool must reconnect. There're pools that do that and other that don't 
do.
>
> Regards.
>
> -Mensaje original-
> > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Enviado el: jueves, 03 de octubre de 2002 9:47
> > Para: tomcat-user
> > Asunto: Please help me!!
> >
> > Hi all,
> >
> > I can't find an answer to this question. Plese help me.
> >
> > I have an apache-tomcat(4.0.3) system installed. I use a connection
> > DataSource with a Oracle database (I have a resource in server.xml w
ith
> > type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources
> > HOW-TO section of Tomcat 4.0.x.
> >
> > My question is this. If Oracle DB crashes and it has to been restart
ed,
> > does my web application,that uses DataSource, have to be restarted?
> >
> > I have a class with this static block:
> >
> > static {
> > try  {
> > Context initCtx = new InitialContext();
> > Context envCtx = (Context) initCtx.lookup("java:comp/env");
> > DataSource ds = (DataSource) envCtx.lookup(dbName);
> > con =  ds.getConnection();
> > if (con == null)
> >   System.out.println("[ERROR] Connection null");
> >   } catch (Exception ex) {
> > System.out.println("[ERROR] Errore = "  + ex.toString
() + " \n"
> > + ex.getMessage());
> > con = null;
> >   }
> >   }
> >
> > and I have a method:
> >
> >
> > protected synchronized Connection getConnection() {
> >  while (conFree == false) {
> > try {
> >wait();
> > } catch (InterruptedException e) {
> >   System.out.println("[ERROR] Exception getConnection
() = "
> > + e.toString());
> > }
> >  }
> >  conFree = false;
> >  notify();
> >  return con;
> > }
> >
> > In the servlets of my web application I call getConnection() to take
> > the connection: if db is restarted what happen?
> >
> > Thanks for your help
> >
> > Laura
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
> 
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help me!!

2002-10-03 Thread Koes, Derrick


You may want to look into these two classes from oracle.
oracle.jdbc.oci.OracleOCIConnection
oracle.jdbc.pool.OracleOCIConnectionPool


They should be in the classes12.jar.
This will preclude you from using the thin driver, but probably provide more
stability in connection pooling.

Read Oracle documentation here.
http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/index.htm


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 3:47 AM
To: tomcat-user
Subject: Please help me!!

Hi all,

I can't find an answer to this question. Plese help me.

I have an apache-tomcat(4.0.3) system installed. I use a connection 
DataSource with a Oracle database (I have a resource in server.xml with 
type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources 
HOW-TO section of Tomcat 4.0.x.

My question is this. If Oracle DB crashes and it has to been restarted, 
does my web application,that uses DataSource, have to be restarted? 

I have a class with this static block:

static {
try  {
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/env");
DataSource ds = (DataSource) envCtx.lookup(dbName);
con =  ds.getConnection();
if (con == null)
  System.out.println("[ERROR] Connection null");
  } catch (Exception ex) {
System.out.println("[ERROR] Errore = "  + ex.toString() + " \n" 
+ ex.getMessage());
con = null;
  }
  }
 
and I have a method:


protected synchronized Connection getConnection() {
 while (conFree == false) {
try {
   wait();
} catch (InterruptedException e) {
  System.out.println("[ERROR] Exception getConnection() = " 
+ e.toString());
}
 }
 conFree = false;
 notify();
 return con;
}

In the servlets of my web application I call getConnection() to take 
the connection: if db is restarted what happen?

Thanks for your help

Laura



--
To unsubscribe, e-mail:

For additional commands, e-mail:

This electronic transmission is strictly confidential to Smith & Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Please help me!!

2002-10-03 Thread Nikola Milutinovic

Miguel Angel Mulero Martinez wrote:

> This depends on how you use the connection. If you use a db pool, then the
> pool must reconnect. There're pools that do that and other that don't do.


Does DBCP that comes with Tomcat 4.0.4 and later reconnect?

Nix.




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: please help me

2002-11-22 Thread Michael Echerer
To use servlets you will need a servlet container/webserver like Tomcat. To compile 
servlets some .jar files from Tomcat are necessary. You have to add this to your 
classpath or use ant scripts whatever.

In your case I guess that servlet.jar from /tomcat/common/lib/ is missing in your 
classpath when your try to compile your servlet classes. 





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: please help me

2002-11-22 Thread Carsten Ziegert
You'll have to include servlet.jar in your CLASSPATH.
servlet.jar is part of your tomcat distribution. When using
Tomcat 4.1 you can find it in $CATALINA_HOME/common/libs

Carsten

Am Freitag, 22.11.02, um 12:40 Uhr (Europe/Berlin) schrieb Shabeer Miah:


Hi There,
   I'm very new to java technology and I
started loving java, and now a days I'm learning
servlets, I have written a servlet example, and trying
to compile it but couldn't able to do that, do I need
to have different software to compile the servlets
apart from jdk1.4 please hel me!! I'm getting errors
saying that Servlet calsses not found, so please tell
me do I need to set the path or ?? please reply me,
shabeer

__
Do you Yahoo!?
Yahoo! Mail Plus ñ Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   

For additional commands, e-mail: 




--
Carsten Ziegert

Hannover Medical School, Dept. of Hematology and Oncology
Carl-Neuberg-Straße 1, 30625 Hannover

University of Applied Sciences, Faculty of Information Sciences
Ricklinger Stadtweg 120, 30459 Hannover

http://summit-bmt.fh-hannover.de



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: please help me

2001-04-20 Thread [EMAIL PROTECTED]



tomcat is working fine on win2k

  - Original Message - 
  From: 
  zzb 
  
  To: [EMAIL PROTECTED] 
  Sent: Friday, April 20, 2001 7:30 
PM
  Subject: please help me
  
  Dear Sir.
   
  Where can I download jni_connect.dll 
  ?
  In addition, whether can Tomcat be installed od 
  windows 2000 server?
   
  Thanks a lot
   
  yours 
zzb 


Re: please help me

2001-04-20 Thread Steffen Gransow

Under
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ you'll 
find the required files. Perhaps I don't understand your
question right, but you can install/use tomcat with your existing Win2K
installation.

Regards

Steffen Gransow

> Dear Sir.
> 
> Where can I download jni_connect.dll ?
> In addition, whether can Tomcat be installed od windows 2000 server?
> 
> Thanks a lot
> 
> yours zzb 
> 

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net




Re: please, help me!

2001-12-14 Thread Marcelo Gabriel Demestri Felip

>I have a web aplication and this aplication read some
>system properties and this is funcion corret in
>tomcat, but now I want to put a copy of this
>application and I want to read same system properties
>but with other values that I will define. My question
>is: Can I define two different shells (enviroment) in
>tomcat (two context with a shell each one) in ordet to
>manage two copys of that system properties?
>I tried with two JVM's differents but I didn't get.
>
>Thanks
>
>Monica

What kind of system properties?
The name of apps. is strongly the same? I think you can do this if the apps. 
names are different.

Marcelo

P.S.: excuseme, my english is not good! ;-)

_
Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es


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




Re: please help me

2002-04-14 Thread Fabian Sommer

perhaps you could post some more information?
Which errors do you get from tomcat if you try to access your application?

In general, although i've not been a Tomcat3.2-user, i read in a few 
postings on this list that tomcat4.0 in contrast to 3.2 has built in a 
xml-parser and stops interpreting the xml-files if there are i.e. syntax 
errors. So a web.xml file running under tomcat3.2 needs not to be a fine 
working file under 4.0.

Fabian


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




RE: please help me

2002-04-15 Thread Janarthanan, Prasanna

thanks for the clarifications,

i have worked with this tomcat for the past week.
it is now giving a strange error for my context added in server.xml file.

just i did it like explained in the documentation. But soon after i start
the tomcat and see the log files, it is giving

error : 
--
marking context as unavailable due to previous errors.
error entering the context /(my context name).


i searched the cause of this problem . but u know there are no relevant
answers for this in any of the tomcat mailing list. I wonder how come it is
so..

All what i think is, the web.xml file of my web application is not able to
act for tomcat 4 which was working fine for tomcat 3.2.3.

If i see the web.xml file of examples web application in tomcat 4, it has
some extra elemts like filters which are not available in my web
application.
Also there are no proper documentation for configuiring the web.xml file of
the web application to work with tomcat 4. 

Please dicuss about this as i wonder this could be important for tomcat 4.
Also many in the world has this problem.

thanks
prassana



-Original Message-
From: Fabian Sommer [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 8:25 PM
To: Tomcat Users List
Subject: Re: please help me


perhaps you could post some more information?
Which errors do you get from tomcat if you try to access your application?

In general, although i've not been a Tomcat3.2-user, i read in a few 
postings on this list that tomcat4.0 in contrast to 3.2 has built in a 
xml-parser and stops interpreting the xml-files if there are i.e. syntax 
errors. So a web.xml file running under tomcat3.2 needs not to be a fine 
working file under 4.0.

Fabian


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: please help me

2002-04-15 Thread Jon Gibbs-Smith

First thing to do is look at the log.  tomcat 4 is much better at logging
than version 3.  If you did not change the logging entry in the server.xml
the examples log file will show details about what is happening when your
webapp (context as Tomcat4 calls it) is loaded.

If you simply see an entry about what is expected in a web.xml the most
likely thing is that you have "servlet-mapping" entries mixed in among your
servlet entries.  Now all the servlet mapping must appear after all the
servlet entries.  The parameter icon has changed to become small or large -
again look at the log for details.

Another thing we noticed in Windows (if that is your platform) was that in
Tomcat 3 the WEB-INF directory name could be lower case, Tomcat 4 insists
that it must be upper case.

hope this helps,

Jon G-S

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Janarthanan,
> Prasanna
> Sent: 14 April 2002 14:04
> To: '[EMAIL PROTECTED]'
> Subject: please help me
>
>
>
> we have our web application running with tomcat 3.2.3. It is working fine
> but now iam upgradin to tomcat 4.0. here i face problem in context of
> server.xml. I have written the context in server.xml.
> I wonder whether it has any touch with the web.xml file of my web
> application.
> coz the examples given in tomcat 4 has a web.xml file which has some large
> contents which i don't have it in web.xml file of my web application. but
> with my own web.xml itself it was working fine with tomcat 3.2.3.
>
> please calrify me where i need to make changes for this tomcat 4 to work
> with my web application.. probably u can help in the best way..
> as i saw ur
> mail in tomcat user list as u are very well working with tomcat 4.0.2.
>
> please help me out.
>
> prassana
> deshaw india software pvt limited.
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
> ___
> tomcat-users mailing list
> [EMAIL PROTECTED]
> https://mailman.real-time.com/mailman/listinfo/tomcat-users
>
>
>



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




RE: please help me

2002-04-17 Thread Jon Gibbs-Smith

First thing to do is look at the log.  tomcat 4 is much better at logging
than version 3.  If you did not chnge the logging entry in the server.xml
the examples log file will show details about what is happening when your
webapp (context as Tomcat4 calls it) is loaded.

If you simply see an entry about what is expected in a web.xml the most
likely thing is that you have "servlet-mapping" entries mixed in among your
servlet entries.  Now all the servlet mapping must appear after all the
servlet entries.  The parameter icon has changed to become small or large -
again look at the log for details.

Another thing we noticed in Windows (if that is your platform) was that in
Tomcat 3 the WEB-INF directory name could be lower case, Tomcat 4 insists
that it must be upper case.

hope this helps,

Jon G-S

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Janarthanan,
> Prasanna
> Sent: 14 April 2002 14:04
> To: '[EMAIL PROTECTED]'
> Subject: please help me
>
>
>
> we have our web application running with tomcat 3.2.3. It is working fine
> but now iam upgradin to tomcat 4.0. here i face problem in context of
> server.xml. I have written the context in server.xml.
> I wonder whether it has any touch with the web.xml file of my web
> application.
> coz the examples given in tomcat 4 has a web.xml file which has some large
> contents which i don't have it in web.xml file of my web application. but
> with my own web.xml itself it was working fine with tomcat 3.2.3.
>
> please calrify me where i need to make changes for this tomcat 4 to work
> with my web application.. probably u can help in the best way..
> as i saw ur
> mail in tomcat user list as u are very well working with tomcat 4.0.2.
>
> please help me out.
>
> prassana
> deshaw india software pvt limited.
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
> ___
> tomcat-users mailing list
> [EMAIL PROTECTED]
> https://mailman.real-time.com/mailman/listinfo/tomcat-users
>
>
>



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




RE: Please help someone!

2002-05-09 Thread Galbayar

send me your jsp file

-Original Message-
From: Collins, Jim [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 09, 2002 11:04 PM
To: 'Tomcat Users List'
Subject: Please help someone!


Does anyone know if this is a bug? I have several JSP's running without a
problem. When I try and load one particular JSP file though I get this
error:

Apache Tomcat/4.0.3 - HTTP Status 404 - JSP file
"/path to jsp/feedback_form.jsp (Is a directory)" not found

I know why this is happening and I am working on a fix (nothing to do with
Tomcat). However when this happens all my other JSP's that were working
correctly now stop working. There is no error and when I view the html
source there is no html content just an empty skeleton.

Has anyone else had any experience of this who could tell me what is
happening?

Thanks.

Jim.


PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help someone!

2002-05-10 Thread Collins, Jim

Hi,

It's not the JSP. In a particular configuration I had the JSP could not be
found (this was due to a symbolic link), I found the reason for this and it
had nothing to do with Tomcat which I knew. I have fixed this problem now
and it now loads the JSP (the problem was not in the JSP). What I wanted to
know was why whenever this happened no other JSP would load, even those in
examples. The question is academic now as I no longer get the file not found
exception, but it would be interesting to find out why they stopped loading.

Thanks

Jim.

> -Original Message-
> From: Galbayar [mailto:[EMAIL PROTECTED]]
> Sent: 10 May 2002 01:17
> To: Tomcat Users List
> Subject: RE: Please help someone!
> 
> 
> send me your jsp file
> 
> -Original Message-
> From: Collins, Jim [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 09, 2002 11:04 PM
> To: 'Tomcat Users List'
> Subject: Please help someone!
> 
> 
> Does anyone know if this is a bug? I have several JSP's 
> running without a
> problem. When I try and load one particular JSP file though I get this
> error:
> 
> Apache Tomcat/4.0.3 - HTTP Status 404 - JSP file
> "/path to jsp/feedback_form.jsp (Is a directory)" not found
> 
> I know why this is happening and I am working on a fix 
> (nothing to do with
> Tomcat). However when this happens all my other JSP's that 
> were working
> correctly now stop working. There is no error and when I view the html
> source there is no html content just an empty skeleton.
> 
> Has anyone else had any experience of this who could tell me what is
> happening?
> 
> Thanks.
> 
> Jim.
> 
> 
> PLEASE READ: The information contained in this email is confidential
> and intended for the named recipient(s) only. If you are not 
> an intended
> recipient of this email you must not copy, distribute or take any
> further action in reliance on it and you should delete it and 
> notify the
> sender immediately. Email is not a secure method of communication and
> Nomura International plc cannot accept responsibility for the accuracy
> or completeness of this message or any attachment(s). Please 
> examine this
> email for virus infection, for which Nomura International plc accepts
> no responsibility. If verification of this email is sought then please
> request a hard copy. Unless otherwise stated any views or opinions
> presented are solely those of the author and do not represent those of
> Nomura International plc. This email is intended for informational
> purposes only and is not a solicitation or offer to buy or sell
> securities or related financial instruments. Nomura 
> International plc is
> regulated by the Financial Services Authority and is a member of the
> London Stock Exchange.
> 
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 


PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any 
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and 
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: PLEASE - HELP PLEASE

2001-08-07 Thread Nance, Michael

My version of Tomcat is 3.2.2 and apache 1.1.19
Any help on even where to look would be appreciated

-Original Message-
From: Nance, Michael [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 8:25 AM
To: '[EMAIL PROTECTED]'
Subject: PLEASE - HELP PLEASE


This is a repostMy connectors won't start this is from my server.xml










   
   
   
   
   









Second

are dir structure is something like this

../src/common/...  path to all classes etc
../src/public_html/..   path to all jsp's

in my server.xml I have a line



I believe that will take care of my jsps but not a path to my Servlets
How can I fix this?

Thanks



RE: PLEASE - HELP PLEASE

2001-08-14 Thread Jann VanOver

Using a more descriptive title than PLEASE HELP PLEASE will help your
question get answered sooner.

You don't say if you're getting any error messages.  One comment -- docbase
must point to a DIRECTORY that holds your application context.  Yours points
at an HTML file.  That should cause problems.

-Original Message-
From: Nance, Michael [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 8:25 AM
To: '[EMAIL PROTECTED]'
Subject: PLEASE - HELP PLEASE


This is a repostMy connectors won't start this is from my server.xml










   
   
   
   
   









Second

are dir structure is something like this

../src/common/...  path to all classes etc
../src/public_html/..   path to all jsp's

in my server.xml I have a line



I believe that will take care of my jsps but not a path to my Servlets
How can I fix this?

Thanks



Re: Please help me

2002-03-05 Thread Lev Assinovsky

Seems, you need to modify catalina.sh script to add
all .jar under $JAVA_HOME/lib to class path, which is passed to
java. To do that you need to understand shell.


Startup.sh doesn't use CLASSPATH environment variable.

"[EMAIL PROTECTED]" wrote:

> Hi all,
>
> I'm an italian student: for my thesis I have to install Tomcat on a sun
> machine with solaris 8 because I have to do some experiments.
> I have tried to install Tomcat 3.3a but when I type ./startup.sh for
> starting tomcat I get this error:
>
> Exception in thread "main" java.lang.NoClassDefFoundError: org/ap
> ache/tomcat/startup/Main
>
> I have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is
> set and I exported them.
>
> I can't understand the error: where is my error?
>
> Please help me.
>
> Thanks for your help
>
> Laura
>

--
Lev AssinovskyPeterlink Web
ProgrammerSt. Petersburg, Russia
Tel/Fax: +7 812 3275343   197022 ul.Chapigina 7Á
E-mail: [EMAIL PROTECTED]




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




Re: Please help me

2002-03-05 Thread rsequeira


what is TOMCAT_HOME set to? I assume you are using Tomcat 3.x.x version.
RS





lauradiara on 03/05/2002 08:42:07 AM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:

Subject:  Please help me

Hi all,

I'm an italian student: for my thesis I have to install Tomcat on a sun
machine with solaris 8 because I have to do some experiments.
I have tried to install Tomcat 3.3a but when I type ./startup.sh for
starting tomcat I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/ap
ache/tomcat/startup/Main

I have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is
set and I exported them.

I can't understand the error: where is my error?

Please help me.

Thanks for your help

Laura








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




RE: *** Please help me

2001-03-01 Thread Randy Layman


It would appear that your Tomcat is not working correctly (looking
at the isapi log it determines it should redirect, however the the service()
method indicates that its failing.

Does Tomcat work on port 8080?  I would guess that the Microsoft JVM
is causing your problems.  Try installing either Sun's JVM or IBM's.

Randy


-Original Message-
From: Štefan Babos [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 1:00 PM
To: [EMAIL PROTECTED]
Subject: *** Please help me


Welcome,
I can't configure the ISAPI Redirector. I perform four installations, and I
exactly keep your procedure, but the
http://localhost/examples/jsp/index.html, cannot execute...
I don't known where problem is.
My configuration is Windows 98, PWS 4(working properly).
To this message I attached all needed files, mean conf(I use Microsoft Java
SDK), logs, pws and registry information about my settings.
Thank You very much for answer.

Stefan Babos
Czech Republic

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




Re: Please Help me

2002-12-29 Thread Bill Barker
JServ is deprecated, and AFAIK, not supported at all for Tomcat 4.x.  Since
you are running under Windows, mod_webapp isn't an option.  You'll need to
get the mod_jk connector from
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2
/.

"Manoj Tyagi" <[EMAIL PROTECTED]> wrote in message
000f01c2af27$0a531e80$0200a8c0@rps">news:000f01c2af27$0a531e80$0200a8c0@rps...
Hi,
I am new to this mailing list and Posting for the first time.
I have a prob. using Tomcat 4.0 on Win ME system with Apache
My Apache is configured on port 80 properly and working fine.
I am Developing Sites in PHP and Its working fine with Apache.

Now I Installed Tomcat 4.0 on my system for JSP Support.
Tomcat is working fine seperately, When i use it on Port 8080

Now i want to invoke the JSP Support from Apache.
I have been advised to Copy the ApacheModuleJserv.dll  in the Apache's
Modules Directory and to include the following line in httpd.conf

LoadModule jserv_module modules/ApacheModuleJServ.dll

I have done that.

I searched on net, and got that everytime Tomcat will generate the
tomcat-apache.conf  file in the conf directory of tomcat. It is advised to
include the following line in the httpd.conf

include "c:\tomcat\conf\tomcat-apache.conf"

My Tomcat is working fine, but there is no configuration file in the
directory.


Please help me to come out with this prob.

Regards


Manoj Tyagi








--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help me

2003-03-24 Thread Jeremy Whitlock
Juan,
Here you go:

http://www.moreservlets.com/Using-Tomcat-4.html

Hope this helps, Jeremy

-Original Message-
From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: Please help me

I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
configuration..??

Thanks
JC


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



RE: Please help me

2003-03-24 Thread Jeremy Whitlock
Juan,
Woops.  My bad.  Wrong link.  Here is the right link:

http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml

Hope this helps, Jeremy

-Original Message-
From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: Please help me

I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
configuration..??

Thanks
JC


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



RE: Please help me

2003-03-24 Thread Filip Hanik
and 
http://www.johnturner.com/howto/

Filip

> -Original Message-
> From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 11:52 AM
> To: 'Tomcat Users List'
> Subject: RE: Please help me
> 
> 
> Juan,
>   Here you go:
> 
> http://www.moreservlets.com/Using-Tomcat-4.html
> 
> Hope this helps, Jeremy
> 
> -Original Message-
> From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 24, 2003 12:56 PM
> To: [EMAIL PROTECTED]
> Subject: Please help me
> 
> I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
> configuration..??
> 
> Thanks
> JC
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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



RE: Please help - FileNotFoundException

2003-12-17 Thread Shapira, Yoav

Howdy,
Yes: don't use a FileInputStream.  Get the resource from the servlet
context (ServletContext#getResourceAsStream).

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Teja Jo [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, December 17, 2003 8:37 AM
>To: [EMAIL PROTECTED]
>Subject: Please help - FileNotFoundException
>
>Hello everyone,
>
>I am parsing a xml file using FileInputStream a file from a servlet.The
>file is in the same directory as the servlet.Yet it is giving me a
>"FileNotFoundException".Can anyone tell me some solution for this.
>
>Regards,
>Tejashri.
>
>
>-
>Do you Yahoo!?
>Free Pop-Up Blocker - Get it now



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Please help me

2004-08-12 Thread David Smith
I'm guessing the snippet below is from your struts-config.xml file.  I 
tried to make that work and couldn't even on a straight forward textbook 
example.  It was much easier to define the datasource in the 
[context].xml file in conf/Catalina/localhost, use the DBCP db pool, and 
then write my own db access code.  Besides, I think I saw something to 
the effect that the feature you're using below might be removed from 
future Struts releases.  I'm sure there are people on the list who can 
confirm or deny that suspicion.

--David
Rajesh wrote:
This is Rajesh. I am working on webApplication project.The project
Environment is in
Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux
connecting back-end Mysql.
I am trouble shooting a problem.
   I have properly closed each and every connection whenever I
open a connection.So the db connection is properly maintained.And
the Session too is properly maintained.In struts1.1 struts-config.xml
just for connection pooling I've coded  tag like
   
   
   
   
   
   
   
   
   
   
So for every 60 seconds the connection pool is checked to freeze-out the
unwanted Connection.
Every thing works fine on first day but on the consecutive day it 
troubles.


MAIN PROBLEM STATEMENT IS
On the next day  when I try to login to my site it is not
letting me login.
   I am sure there is no problem in my coding, because the whole day 
the site
is working perfectly well. Only for a period of time the db access is not
working.

So I want to know where the problem is.Whether it's in Database
Pooling or it is Tomcat related problems.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: please help me

2001-01-04 Thread Ted Husted

You really probably want to start with 

< http://java.sun.com/docs/books/tutorial/ >

And then visit

Javasoft / JavaServer Pages-
http://java.sun.com/products/jsp/technical.html 

Javasoft / TagLibs - http://java.sun.com/products/jsp/taglibraries.html


JSR-052 - Standard Taglib Expert Group  -
http://java.sun.com/aboutJava/communityprocess/jsr/jsr_052_jsptaglib.htm
l 

Javasoft / Servlet API -
http://java.sun.com/products/servlet/download.html 

Javasoft / JavaBeans - http://java.sun.com/products/javabeans/docs/ 

Javasoft / JDBC API Documentation -
http://java.sun.com/j2se/1.3/docs/guide/jdbc/index.html 

Javasoft / Java2 Enterprise Edition (J2EE) -
http://java.sun.com/j2ee/blueprints/

*** REPLY SEPARATOR  ***

On 1/4/2001 at 5:50 PM yaya wrote:

Hello..
Maybe this is out of topic, but i'm really thanksfull 
if anyone could give me many resources of jsp file
specially in connectivity with database, how to get 
a form parameter in jsp, and get the result from database?

please help me.

Thanks



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




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




Re: please help me

2001-01-04 Thread yaya

i want to get information from database

- Original Message -
From: Ralph Einfeldt <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 5:56 PM
Subject: AW: please help me


At least tell us what are you trying to do in
/servlet/qry_training.java at line 106 and
some lines before.

P.S.: It's a common convention to use classnames
with upper case first letter. (Like QryTraining)

> -Ursprüngliche Nachricht-
> Von: yaya [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 4. Januar 2001 11:46
> An: tomcat milis
> Betreff: please help me

> java.lang.NoClassDefFoundError: ap/servlets/html
>  at qry_training.doGet(qry_training.java:106)

> How can solve this problem?

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



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




RE: please help me

2001-01-04 Thread G.Nagarajan

come on, almost all java programs use databases! Unless
you give more information, the chances of someone helping
you are very less.

if the program/data is sensitive, you can post a modified
version.

>java.lang.NoClassDefFoundError: ap/servlets/html
>  at qry_training.doGet(qry_training.java:106)


-Original Message-
From: yaya [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 12:05 PM
To: [EMAIL PROTECTED]
Subject: Re: please help me


i want to get information from database



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




Re: Please help me

2004-12-13 Thread VTR Ravi Kumar
I dont think u would have to shut down the server to upload files.
The context must be reloadable ie., set the reloadable = true in the context 
using the
admin page

VTR
BHEL haridwar
- Original Message - 
From: "Rajesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 13, 2004 2:25 PM
Subject: Please help me


Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to down 
the server,

i use a way that creating 2 webapps, one will run, i upload the updated 
pages to webapp 2 afteruploading i go to webapp1 and point it to webapp2 
when i need to upload second time ill upload to webapp 1 and i will make 
point from webapp2 to webapp 1 .

is there any way to do this affectively ??
Please reply
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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


Re: Please help me

2004-12-13 Thread Rajesh
i tryed but sometimes it gives error when i restart(restarting webapp) 
it works good

or is it possible to display a page for any request to the server or a 
perticular webapp that

"site is under maintanance please visit in few minutes"
is it possible?
Rajesh
VTR Ravi Kumar wrote:
I dont think u would have to shut down the server to upload files.
The context must be reloadable ie., set the reloadable = true in the 
context using the
admin page

VTR
BHEL haridwar
- Original Message - From: "Rajesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 13, 2004 2:25 PM
Subject: Please help me

Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to 
down the server,

i use a way that creating 2 webapps, one will run, i upload the 
updated pages to webapp 2 afteruploading i go to webapp1 and point it 
to webapp2 when i need to upload second time ill upload to webapp 1 
and i will make point from webapp2 to webapp 1 .

is there any way to do this affectively ??
Please reply
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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


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


Re: Please help me

2004-12-13 Thread Hari Mailvaganam
You can load balance between the two instances.

cheers,

Hari Mailvaganam


On Mon, 13 Dec 2004 16:29:16 +0530, Rajesh <[EMAIL PROTECTED]> wrote:
> i tryed but sometimes it gives error when i restart(restarting webapp)
> it works good
> 
> or is it possible to display a page for any request to the server or a
> perticular webapp that
> 
> "site is under maintanance please visit in few minutes"
> 
> is it possible?
> 
> Rajesh
> 
> 
> 
> VTR Ravi Kumar wrote:
> 
> > I dont think u would have to shut down the server to upload files.
> > The context must be reloadable ie., set the reloadable = true in the
> > context using the
> > admin page
> >
> >
> > VTR
> > BHEL haridwar
> > - Original Message - From: "Rajesh" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, December 13, 2004 2:25 PM
> > Subject: Please help me
> >
> >
> >> Hai all,
> >>
> >> i have a doubt please help me.
> >>
> >> in my tomcat server, am developing a online shopping site.
> >>
> >> the site is live,
> >>
> >> i periodically upload updated pages, when uploading i donot want to
> >> down the server,
> >>
> >> i use a way that creating 2 webapps, one will run, i upload the
> >> updated pages to webapp 2 afteruploading i go to webapp1 and point it
> >> to webapp2 when i need to upload second time ill upload to webapp 1
> >> and i will make point from webapp2 to webapp 1 .
> >>
> >> is there any way to do this affectively ??
> >>
> >> Please reply
> >> Rajesh
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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



RE: Please help - Tomcat & IIS

2002-06-27 Thread Brad Rhoads

It can be done. It's working at one of our clients.

I didn't set it up, so I don't know exactly what the secret is - I tried to
get it working here myself once & got stock. But FWIW, I've been following
this thread & it looks like you're putting the .jsps in the inetpub folder.
At my client site we, everthing is is in the tomcat4/webapps/somesite
folder, like normal. Hope this helps.

-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 1:57 PM
To: Tomcat Users List
Subject: Please help - Tomcat & IIS


Hi all;

I've been tring for 3 days non-stop to get Tomcat working with IIS. And I'm
still stuck and getting desperate. If anyone can help on these, please
please do so. I'm assuming that there must be someone out there who has done
this before successfully.

Or if it can't be done let me know and I'll go buy JRun.

thanks - dave

Question 1:

I tried adding isapi_redirector.dll as a filter in one of my virtual web
sites and added a jakarta virtual directory to that web site.

When I try to access a jsp page via the virtual site, I get a Tomcat message
of: The requested resource (/jakarta/isapi_redirector.dll) is not available.

Any ideas?

thanks - dave


- Original Message -
Hi;

Ok, I have tomcat working on my default website. How do I get it to work on
the virtual web sites I have?

thanks - dave




Question 2:

I'm sticking with this example as it "should" work.

The url I put in is localhost/apps.10.jsp.

Here is a dir (screen dump) of the file:
 Directory of C:\Program Files\Apache Tomcat 4.0\webapps\apps

02/16/2002  03:50p 727 10.jsp

So the file is there.

The error I get is:
C:\Program Files\Apache Tomcat
4.0\work\Standalone\localhost\apps\$10$jsp.java:3: Class net.windward.Cart
not found in import.
import net.windward.Cart;
   ^
1 error, 1 warning

Here is the dir (screen dump) of the file Cart.class
 Directory of C:\Program Files\Apache Tomcat
4.0\webapps\apps\WEB-INF\classes\ne
t\windward

12/29/2001  01:11p  18,392 Cart.class
12/29/2001  01:10p  24,099 Cart.java

So any idea why it can't find it? I looked in the log files but couldn't
find any that listed a directory it was looking in.

thanks - dave

- Original Message -
...
> > I also added:
> >   
> >
> > And then created
> > CATALINA_HOME\webapps\apps\*.jsp
> > and
> > CATALINA_HOME\webapps\apps\WEB-INF\classes\net\windward\*.class
>
> I don't see anything wrong with this, it looks like it should work.
> This all makes me wonder if something else is wrong.  How is the jsp
> looking for the class file?  For example, is it using the full package
> name?
>
>
> > In all these cases I can get ot the .jsp file but the jsp file
> > cannot find the java .class files.
> >
> > I am doing no web.xml file because I have no servlets or anything
> > else like that. Just jsp files and classes for them to access.
>
> I think that should be OK, and if it's finding the servlets/jsps OK,
> that should indicate it's OK.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help - Tomcat & IIS

2002-06-27 Thread Whitcomb, Roger

I recall something about a month ago on this mailing list.  You may have duplicate 
instances of the redirect DLL -- that's why you're getting that error.  Try searching 
the archives, and I think the solution was to take out the ISAPI filter at either the 
web site level or at the virtual host level.  (I hope this makes sense, I'm not an IIS 
expert).

Roger Whitcomb
Computer Associates
Senior Software Engineer
Development
Phone: +1 408 965 8653
FAX: +1 408 965 8805
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 


-Original Message-
From: Brad Rhoads [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 12:37 PM
To: 'Tomcat Users List'
Subject: RE: Please help - Tomcat & IIS


It can be done. It's working at one of our clients.

I didn't set it up, so I don't know exactly what the secret is - I tried to
get it working here myself once & got stock. But FWIW, I've been following
this thread & it looks like you're putting the .jsps in the inetpub folder.
At my client site we, everthing is is in the tomcat4/webapps/somesite
folder, like normal. Hope this helps.

-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 1:57 PM
To: Tomcat Users List
Subject: Please help - Tomcat & IIS


Hi all;

I've been tring for 3 days non-stop to get Tomcat working with IIS. And I'm
still stuck and getting desperate. If anyone can help on these, please
please do so. I'm assuming that there must be someone out there who has done
this before successfully.

Or if it can't be done let me know and I'll go buy JRun.

thanks - dave

Question 1:

I tried adding isapi_redirector.dll as a filter in one of my virtual web
sites and added a jakarta virtual directory to that web site.

When I try to access a jsp page via the virtual site, I get a Tomcat message
of: The requested resource (/jakarta/isapi_redirector.dll) is not available.

Any ideas?

thanks - dave


- Original Message -
Hi;

Ok, I have tomcat working on my default website. How do I get it to work on
the virtual web sites I have?

thanks - dave




Question 2:

I'm sticking with this example as it "should" work.

The url I put in is localhost/apps.10.jsp.

Here is a dir (screen dump) of the file:
 Directory of C:\Program Files\Apache Tomcat 4.0\webapps\apps

02/16/2002  03:50p 727 10.jsp

So the file is there.

The error I get is:
C:\Program Files\Apache Tomcat
4.0\work\Standalone\localhost\apps\$10$jsp.java:3: Class net.windward.Cart
not found in import.
import net.windward.Cart;
   ^
1 error, 1 warning

Here is the dir (screen dump) of the file Cart.class
 Directory of C:\Program Files\Apache Tomcat
4.0\webapps\apps\WEB-INF\classes\ne
t\windward

12/29/2001  01:11p  18,392 Cart.class
12/29/2001  01:10p  24,099 Cart.java

So any idea why it can't find it? I looked in the log files but couldn't
find any that listed a directory it was looking in.

thanks - dave

- Original Message -
...
> > I also added:
> >   
> >
> > And then created
> > CATALINA_HOME\webapps\apps\*.jsp
> > and
> > CATALINA_HOME\webapps\apps\WEB-INF\classes\net\windward\*.class
>
> I don't see anything wrong with this, it looks like it should work.
> This all makes me wonder if something else is wrong.  How is the jsp
> looking for the class file?  For example, is it using the full package
> name?
>
>
> > In all these cases I can get ot the .jsp file but the jsp file
> > cannot find the java .class files.
> >
> > I am doing no web.xml file because I have no servlets or anything
> > else like that. Just jsp files and classes for them to access.
>
> I think that should be OK, and if it's finding the servlets/jsps OK,
> that should indicate it's OK.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



RE: Please help - Tomcat & IIS

2002-06-27 Thread Andrew Conrad

I think the problem is multiple isapi filters.  You shold only have one
filter, and it should be loaded in your master properties, not in each
virtual web.  But, you do need a virtual directoy "/jakarta" for each
one.

-Andrew

-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 27, 2002 2:57 PM
To: Tomcat Users List
Subject: Please help - Tomcat & IIS

Hi all;

I've been tring for 3 days non-stop to get Tomcat working with IIS. And
I'm still stuck and getting desperate. If anyone can help on these,
please please do so. I'm assuming that there must be someone out there
who has done this before successfully.

Or if it can't be done let me know and I'll go buy JRun.

thanks - dave

Question 1:

I tried adding isapi_redirector.dll as a filter in one of my virtual web
sites and added a jakarta virtual directory to that web site.

When I try to access a jsp page via the virtual site, I get a Tomcat
message
of: The requested resource (/jakarta/isapi_redirector.dll) is not
available.

Any ideas?

thanks - dave


- Original Message -
Hi;

Ok, I have tomcat working on my default website. How do I get it to work
on
the virtual web sites I have?

thanks - dave




Question 2:

I'm sticking with this example as it "should" work.

The url I put in is localhost/apps.10.jsp.

Here is a dir (screen dump) of the file:
 Directory of C:\Program Files\Apache Tomcat 4.0\webapps\apps

02/16/2002  03:50p 727 10.jsp

So the file is there.

The error I get is:
C:\Program Files\Apache Tomcat
4.0\work\Standalone\localhost\apps\$10$jsp.java:3: Class
net.windward.Cart
not found in import.
import net.windward.Cart;
   ^
1 error, 1 warning

Here is the dir (screen dump) of the file Cart.class
 Directory of C:\Program Files\Apache Tomcat
4.0\webapps\apps\WEB-INF\classes\ne
t\windward

12/29/2001  01:11p  18,392 Cart.class
12/29/2001  01:10p  24,099 Cart.java

So any idea why it can't find it? I looked in the log files but couldn't
find any that listed a directory it was looking in.

thanks - dave

- Original Message -
...
> > I also added:
> >   
> >
> > And then created
> > CATALINA_HOME\webapps\apps\*.jsp
> > and
> > CATALINA_HOME\webapps\apps\WEB-INF\classes\net\windward\*.class
>
> I don't see anything wrong with this, it looks like it should work.
> This all makes me wonder if something else is wrong.  How is the jsp
> looking for the class file?  For example, is it using the full package
> name?
>
>
> > In all these cases I can get ot the .jsp file but the jsp file
> > cannot find the java .class files.
> >
> > I am doing no web.xml file because I have no servlets or anything
> > else like that. Just jsp files and classes for them to access.
>
> I think that should be OK, and if it's finding the servlets/jsps OK,
> that should indicate it's OK.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

Hi There,

I would go with Tomcat+SSL, the setup is much easier than your other
alternative.  The only thing you really lose by not using apache is the
ability to use virtual hosts.

Mike

On Fri, 2 Aug 2002, Sujith Mathew wrote:

> Please help me .
>
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
>
> I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
>
> Please reply me fast , i am banking on you guys for a good answer.
>
> Thanks in advance
> Sujith Mathew
>
>
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE

One option is to use IIS + SSL + Tomcat

> -Original Message-
> From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:26 PM
> To: [EMAIL PROTECTED]
> Subject: Please help me... URGENT
> 
> 
> Please help me .
> 
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
> 
> I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> 
> Please reply me fast , i am banking on you guys for a good answer.
> 
> Thanks in advance
> Sujith Mathew
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

I wouldn't use IIS, especially if you're interested in having a secure
server.  IIS is historically unsecure.  SSL won't mean much if someone can
break into your system via your web server.

On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:

> One option is to use IIS + SSL + Tomcat
>
> > -Original Message-
> > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 01, 2002 2:26 PM
> > To: [EMAIL PROTECTED]
> > Subject: Please help me... URGENT
> >
> >
> > Please help me .
> >
> > My requirements are to serve JSP, Servlets, static pages and SSL(not
> > important). NO CGI, PERL, PHP etc.
> >
> > I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> > should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> >
> > Please reply me fast , i am banking on you guys for a good answer.
> >
> > Thanks in advance
> > Sujith Mathew
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Please help me... URGENT

2002-08-01 Thread Rick Fincher

Hi,

If you need to get it up and running fast, just use Tomcat with SSL.  You
can always add Apache later if you think it will boost performance.  Setting
up an Apache+SSL+Tomcat server can be tricky if you are a newbie (and even
if you aren't).

A lot of this depends on what you are running and how heavy the demands on
the server will be.

If you have a lot of static pages (and maybe even if you don't) Apache with
SSL and Tomcat may be faster.  In that setup you use Apache to do the SSL,
which is theoretically faster because it is a binary on the server.  In
reality the extra overhead of the transfer from Apache to Tomcat of dynamic
pages may nullify any speed advantages.



- Original Message -

> Please help me .
>
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
>
> I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
>
> Please reply me fast , i am banking on you guys for a good answer.
>
> Thanks in advance
> Sujith Mathew
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE

Why are we worried about securing a Windows 2000 server??  I thought they just wanted 
it set up and running.

> -Original Message-
> From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:42 PM
> To: Tomcat Users List
> Subject: RE: Please help me... URGENT
> 
> 
> I wouldn't use IIS, especially if you're interested in having a secure
> server.  IIS is historically unsecure.  SSL won't mean much 
> if someone can
> break into your system via your web server.
> 
> On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:
> 
> > One option is to use IIS + SSL + Tomcat
> >
> > > -Original Message-
> > > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, August 01, 2002 2:26 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Please help me... URGENT
> > >
> > >
> > > Please help me .
> > >
> > > My requirements are to serve JSP, Servlets, static pages 
> and SSL(not
> > > important). NO CGI, PERL, PHP etc.
> > >
> > > I am using a WINDOWS 2000 Server.*I want anyone to tell 
> me whether i
> > > should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> > >
> > > Please reply me fast , i am banking on you guys for a good answer.
> > >
> > > Thanks in advance
> > > Sujith Mathew
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> > --
> > To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

I would assume that the use of SSL implies sensitive data being handled by
the Win 2k server.  Why risk compromising that data by using IIS?

On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:

> Why are we worried about securing a Windows 2000 server??  I thought they just 
>wanted it set up and running.
>
> > -Original Message-
> > From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 01, 2002 2:42 PM
> > To: Tomcat Users List
> > Subject: RE: Please help me... URGENT
> >
> >
> > I wouldn't use IIS, especially if you're interested in having a secure
> > server.  IIS is historically unsecure.  SSL won't mean much
> > if someone can
> > break into your system via your web server.
> >
> > On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:
> >
> > > One option is to use IIS + SSL + Tomcat
> > >
> > > > -Original Message-
> > > > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > > > Sent: Thursday, August 01, 2002 2:26 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Please help me... URGENT
> > > >
> > > >
> > > > Please help me .
> > > >
> > > > My requirements are to serve JSP, Servlets, static pages
> > and SSL(not
> > > > important). NO CGI, PERL, PHP etc.
> > > >
> > > > I am using a WINDOWS 2000 Server.*I want anyone to tell
> > me whether i
> > > > should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> > > >
> > > > Please reply me fast , i am banking on you guys for a good answer.
> > > >
> > > > Thanks in advance
> > > > Sujith Mathew
> > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > > > <mailto:[EMAIL PROTECTED]>
> > > >
> > > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please Help : Use MySQl

2001-12-04 Thread Justin Rowles

> I use Tomcat 4.0.1, Apache 2.0.28, Mysql 3.22 and solaris 8, 
> and need conect
> with database, please help with this configration.

We'll need more information!  What exactly are you having problems with?  In
the meantime, this should help:

The JDBC mySQL drivers are available on Sourceforge (search for them).

The code looks something like this:

try
{
Class.forName("org.gjt.mm.mysql.Driver");
}
catch(ClassNotFoundException ce) {
System.out.write("Unable to locate driver class for database: " +
ce);
throw(ce);
}

try
{
connection =
DriverManager.getConnection("jdbc:mysql://localhost:3306/gam?user=xxx&passwo
rd=yyy");
}
catch(SQLException se)
{
System.out.write("EsriukDataPool - Unable to initiate connection: "
+ se);
throw(se);
}

HTH.
J.
-- 
You're only jealous cos the little penguins are talking to me. 



***
For more information on Ordnance Survey products and services,
visit our web site at http://www.ordnancesurvey.co.uk
***




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




RE: PLEASE HELP patching tomcat3.3

2001-12-12 Thread Larry Isaacs



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 12, 2001 8:47 AM
> To: [EMAIL PROTECTED]
> Subject: PLEASE HELP patching tomcat3.3
> 
> 
> hi,
>  
> can anyone help me finding the source files (tomcat3.3), where
> 1. the "Host:"-header of a request is parsed

HttpRequest.parseHostHeader() found in 
"src/share/org/apache/tomcat/modules/server/Http10Interceptor.java"


> 2. an automated "302 Found"-redirect is written, when 
> accessing a directory and you are being redirected to "index.html"

This is handed in
"src/share/org/apache/tomcat/modules/generators/ErrorHandler.java.
The RedirectHandler class is an "internal servlet" that generates
the output.  The ErrorHandler.contextInit() methods adds this
handler as the Status 302 handler to each context if it has not
been specified by the web.xml.

Hope this helps.

Cheers,
Larry


>  
> I hope I can do the patches myself, but I can't find the right files!
>  
> any help appreciated
> thanks
> michi
> 

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




Re: Please Help!! SSL problem

2002-04-09 Thread Jason Barr

Hi there,

What algorithm was your key created with? WHat's the full error message please?

Cheers,

Ann wrote:

> Dear all,
>
>   After i have installed the SSL on my tomcat 4.0 on window 2000, the tomcat 
>cannot start . Could anybody give me some idea how to fix it? It throws 
>NoSuchMethodException. I am really frustrated with it because it is a final year 
>project and is going to be handed in next week.
>
>  I am posting it for the 3rd times because the previous posts were not answered. 
>Please help me, I am desperate. Thank you!!
>
> Ann Lee

--
Jason Barr
Vendor Manager
Thawte Tech Support
www.thawte.com/cgi/support/contents.exe




smime.p7s
Description: S/MIME Cryptographic Signature


RE: Please Help!! SSL problem

2002-04-09 Thread Lawlor, Frank

Did you follow all the directions in the
SSL HowTo exactly:

You need to provide more detail on the error.
What is the full stack trace with the error
message.

Look in the logs in the log directory and
note any messages that occur that may be 
connected with the problem.

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.

> 

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




Re: Please Help!! SSL problem

2002-04-12 Thread Ann

Dear all,

  I have set the JSSE_HOME already and used catalina run to startup the
tomcat. There are no error message to startup , but when I try to access the
servlet and execute them, they show the following errors:


java.lang.NoSuchMethodError
at
org.apache.catalina.connector.ResponseStream.flush(ResponseStream.java:244)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:245)
at java.io.PrintWriter.flush(PrintWriter.java:120)
at
org.apache.catalina.connector.ResponseWriter.flush(ResponseWriter.java:125)
at
org.apache.catalina.connector.ResponseBase.finishResponse(ResponseBase.java:
481)
at
org.apache.catalina.connector.HttpResponseBase.finishResponse(HttpResponseBa
se.java:229)
at
org.apache.catalina.connector.http.HttpResponseImpl.finishResponse(HttpRespo
nseImpl.java:288)
at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1038)
at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106
)
at java.lang.Thread.run(Thread.java:484)

   When I use the startup from the Startup menu of window, it simply
jump out and cannot start the tomcat. Please help!!!
Thank you very much

Ann Lee


- Original Message -
From: "Heather Samsel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 13, 2002 4:34 AM
Subject: Please Help!! SSL problem


> Ann,
>
> I just saw your email on Tomcat list serve. Two things to tell you (I just
> solved the same problem).
>
> 1. set the environment variable JSEE_HOME this will solve your problem.
> example:
> set JSSE_HOME=D:\jsse1.0.2
>
> 2. Instead of "startup" try "catalina run" so that you can see any errors
> that occur in the start up.


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




Re: Please help with mod_jk

2002-05-20 Thread Duane Gran

Peter,

I'm no expert, but just a few basic questions/observations:

1) Do you have mod_so enabled?  Check by running httpd -l
2) Do you have mod_jk.so in the libexec directory?

Sorry if these are *very* basic suggestions.  If it isn't one of those 
issues, I'm not sure offhand.

Duane

On Monday, May 20, 2002, at 01:01 PM, Peter Choe wrote:

> i am trying to get mod_jk working on a Solaris 8 intel box.  i have 
> installed apache1.3.24 from sources and i have tomcat4.0.x from 
> binaries.
>
> i compiled mod_jk using the script provided and everything seemed to 
> work.  but when i put:
>
> LoadModule jk_module  libexec/mod_jk.so
>
> in to the httpd.conf file i get the following error:
>
> bash-2.03# /usr/local/apache/bin/apachectl start
> Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_jk.so into server: ld.so.1: 
> /usr/local/apache/bin/httpd: fatal: relocation error: file 
> /usr/local/apache/libexec/mod_jk.so: symbol ap_table_get: referenced 
> symbol not found
> /usr/local/apache/bin/apachectl start: httpd could not be started
>
> if i leave out the LoadModule jk_module   libexec/mod_jk.so
>
> apache starts, but it doesn't connect to tomcat.
>
> how can i correct this error?
>
>
> --
> To unsubscribe, e-mail:    [EMAIL PROTECTED]>
> For additional commands, e-mail:  [EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Please help with mod_jk

2002-05-20 Thread Peter Choe

At 01:37 PM 5/20/2002, Duane Gran wrote:
>Peter,
>
>I'm no expert, but just a few basic questions/observations:
>
>1) Do you have mod_so enabled?  Check by running httpd -l

i think so.  i do httpd -l and i see mod_so listed with others things.

>2) Do you have mod_jk.so in the libexec directory?

mod_jk.so is in the libexec directory.


>Sorry if these are *very* basic suggestions.  If it isn't one of those 
>issues, I'm not sure offhand.
>
>Duane
>
>On Monday, May 20, 2002, at 01:01 PM, Peter Choe wrote:
>
>>i am trying to get mod_jk working on a Solaris 8 intel box.  i have 
>>installed apache1.3.24 from sources and i have tomcat4.0.x from binaries.
>>
>>i compiled mod_jk using the script provided and everything seemed to 
>>work.  but when i put:
>>
>>LoadModule jk_modulelibexec/mod_jk.so
>>
>>in to the httpd.conf file i get the following error:
>>
>>bash-2.03# /usr/local/apache/bin/apachectl start
>>Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
>>Cannot load /usr/local/apache/libexec/mod_jk.so into server: ld.so.1: 
>>/usr/local/apache/bin/httpd: fatal: relocation error: file 
>>/usr/local/apache/libexec/mod_jk.so: symbol ap_table_get: referenced 
>>symbol not found
>>/usr/local/apache/bin/apachectl start: httpd could not be started
>>
>>if i leave out the LoadModule jk_module   libexec/mod_jk.so
>>
>>apache starts, but it doesn't connect to tomcat.
>>
>>how can i correct this error?
>>
>>
>>--
>>To unsubscribe, e-mail:    
>>[EMAIL PROTECTED]>
>>For additional commands, e-mail:  
>>[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: please help with mod_jk

2001-06-18 Thread Dmitri Colebatch

You'll need to put the same virtual host in the server.xml as in your 
httpd.conf.

cheers
dim

On Tue, 19 Jun 2001 10:24, you wrote:
> Hi,
>
> I'm having the following problem:
>
> I am running Apache (on Linux) , tomcat and mod_jk
>
> I have a virtual host and the entry for this virtual host in httpd.conf is
> the following:
> ---
>--- NameVirtualHost 192.168.100.145
>
> 
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /usr/local/apache/html/test
> DirectoryIndex index.html
> ServerName test1.myserver.com
> CustomLog /var/log/httpd/access_log common
> JkMount /*.jsp ajp12
> JkMount /servlets/* ajp12
> 
> ---
>--
>
> In /usr/local/tomcat/webapps  I have a directory test with WEB-INF
> subdirectory
>
> In server.xml I have the following entry:
> --
> 
>  docBase="/usr/local/tomcat/webapps/test" />
>  docBase="/usr/local/tomcat/webapps/sam/WEB-INF/classes" />
> 
> --
>
> I have put my servlets in /usr/local/tomcat/webapps/sam/WEB-INF/classes 
> and my HTML files are in: /usr/local/apache/html/test
>
> When I start Apache and Tomcat and try to call a servlet from the servlet
> directory (e.g. http://test1.myserver.com/servlets/name_of_the_servlet)  I
> get ERROR 404 - File not found
>
>
> I know I'm doing something wrong - but I really don't know what. Please
> help
>
> Nick


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 




RE: Please help Please Help

2001-07-10 Thread HGhoreishi
New to java.
   I want to create my environmet variables (tomcat_home).
   My programs are in 
C:\java\tomcat\jakarta-tomcat-3.2.2\jakarta-tomcat-3.2.2
    How do I go about it.   Please help.
    Regards hossein.
   .


RE: Please help Please Help

2001-07-12 Thread Sarkar, Indra



are you still 
looking for help with this?
 
Indra
__ [t]    
+44 (0) 1442 22 3742    
[m]    +44 (0) 7866 734 
683[e]    
[EMAIL PROTECTED] 
[e2m]    
[EMAIL PROTECTED]__ 


  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: 10 July 2001 22:52To: 
  [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
  [EMAIL PROTECTED]Subject: RE: Please help Please Help 
  New to java. 
    I want to create my environmet 
  variables (tomcat_home).   My programs 
  are in C:\java\tomcat\jakarta-tomcat-3.2.2\jakarta-tomcat-3.2.2 
     How do I go about it. 
    Please help.    Regards 
  hossein.   . 



RE: please help please help

2001-07-15 Thread HGhoreishi

Hi
 I did install tomcat3.2.2 & jsdk2.1 on win98 os
  after startup & shutdown got these massages .
 I have no idea what this means ?
 Would you please someone help.
   Regards
 Hossein

 Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.4', but '1.3' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.

    Tried to start tomcat
  

c:\java\tomcat2\tomcat-3.2.1\bin>startup
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.

Using CLASSPATH: 
c:\java\tomcat2\tomcat-3.2.1\classes;c:\java\tomcat2\tomcat-3.2
.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tom

ca
t-3.2.1\lib\jaxp.jar;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomca

t2
\tomcat-3.2.1\lib\servlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar;c

:\
java\tomcat2\tomcat-3.2.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\classes,c:\

ja
va\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jaxp.j

ar
;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomcat2\tomcat-3.2.1\lib\

se
rvlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar

Starting Tomcat in new window
C:\java\tomcat2\tomcat-3.2.1\bin>  

   tried to stop tomcat

C:\java\tomcat2\tomcat-3.2.1\bin>shutdown
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.

Using CLASSPATH: 
c:\java\tomcat2\tomcat-3.2.1\classes;c:\java\tomcat2\tomcat-3.2
.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tom

ca
t-3.2.1\lib\jaxp.jar;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomca

t2
\tomcat-3.2.1\lib\servlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar;c

:\
java\tomcat2\tomcat-3.2.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\classes,c:\

ja
va\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jaxp.j

ar
;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomcat2\tomcat-3.2.1\lib\

se
rvlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.4', but '1.3' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
C:\java\tomcat2\tomcat-3.2.1\bin>

 
 
C:\java\tomcat2\tomcat-3.2.1\bin>shutdown
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.

Using CLASSPATH: 
c:\java\tomcat2\tomcat-3.2.1\classes;c:\java\tomcat2\tomcat-3.
.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tom
c
t-3.2.1\lib\jaxp.jar;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomca
t
\tomcat-3.2.1\lib\servlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar;:
t
mcat_home\lib

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.4', but '1.3' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
C:\java\tomcat2\tomcat-3.2.1\bin>






Re: please help please help

2001-07-16 Thread HGhoreishi
In a message dated 7/15/01 12:54:12 PM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:
 
I did downloaded jsdk2.1 again & installed it now it works thanks.

  
   hossein.
  




Hi 
I did install tomcat3.2.2 & jsdk2.1 on win98 os 
 after startup & shutdown got these massages . 
I have no idea what this means ? 
Would you please someone help. 
  Regards 
    Hossein 

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' 
has value '1.4', but '1.3' is required. 
Error: could not find java.dll 
Error: could not find Java 2 Runtime Environment. 

   Tried to start tomcat 
  

c:\java\tomcat2\tomcat-3.2.1\bin>startup 
Unable to set CLASSPATH dynamically. 
Note: To set the CLASSPATH dynamically on Win9x systems 
 only DOS 8.3 names may be used in TOMCAT_HOME! 
Setting your CLASSPATH statically. 

Using CLASSPATH: 
c:\java\tomcat2\tomcat-3.2.1\classes;c:\java\tomcat2\tomcat-3.2 



.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tom 

ca 



t-3.2.1\lib\jaxp.jar;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomca 

t2 



\tomcat-3.2.1\lib\servlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar;c 

:\ 



java\tomcat2\tomcat-3.2.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\classes,c:\ 

ja 



va\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jaxp.j 

ar 



;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomcat2\tomcat-3.2.1\lib\ 

se 
rvlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar 

Starting Tomcat in new window 
C:\java\tomcat2\tomcat-3.2.1\bin>   

  tried to stop tomcat 

C:\java\tomcat2\tomcat-3.2.1\bin>shutdown 
Unable to set CLASSPATH dynamically. 
Note: To set the CLASSPATH dynamically on Win9x systems 
 only DOS 8.3 names may be used in TOMCAT_HOME! 
Setting your CLASSPATH statically. 

Using CLASSPATH: 
c:\java\tomcat2\tomcat-3.2.1\classes;c:\java\tomcat2\tomcat-3.2 



.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tom 

ca 



t-3.2.1\lib\jaxp.jar;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomca 

t2 



\tomcat-3.2.1\lib\servlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar;c 

:\ 



java\tomcat2\tomcat-3.2.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\classes,c:\ 

ja 



va\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jaxp.j 

ar 



;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomcat2\tomcat-3.2.1\lib\ 

se 
rvlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar 

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' 
has value '1.4', but '1.3' is required. 
Error: could not find java.dll 
Error: could not find Java 2 Runtime Environment. 
C:\java\tomcat2\tomcat-3.2.1\bin> 



C:\java\tomcat2\tomcat-3.2.1\bin>shutdown 
Unable to set CLASSPATH dynamically. 
Note: To set the CLASSPATH dynamically on Win9x systems 
 only DOS 8.3 names may be used in TOMCAT_HOME! 
Setting your CLASSPATH statically. 

Using CLASSPATH: 
c:\java\tomcat2\tomcat-3.2.1\classes;c:\java\tomcat2\tomcat-3. 



.1\lib\ant.jar;c:\java\tomcat2\tomcat-3.2.1\lib\jasper.jar;c:\java\tomcat2\tom 
c 



t-3.2.1\lib\jaxp.jar;c:\java\tomcat2\tomcat-3.2.1\lib\parser.jar;c:\java\tomca 
t 



\tomcat-3.2.1\lib\servlet.jar;c:\java\tomcat2\tomcat-3.2.1\lib\webserver.jar;: 
t 
mcat_home\lib 

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' 
has value '1.4', but '1.3' is required. 
Error: could not find java.dll 
Error: could not find Java 2 Runtime Environment. 
C:\java\tomcat2\tomcat-3.2.1\bin> 





--- Headers 
Return-Path: <[EMAIL PROTECTED]
>
Received: from  rly-yc04.mx.aol.com (rly-yc04.mail.aol.com [172.18.149.36]) 
by air-yc05.mail.aol.com (v79.27) with ESMTP id MAILINYC57-0715155412; Sun, 
15 Jul 2001 15:54:12 -0400
Received: from  apache.org (h31.sny.collab.net [64.208.42.41]) by 
rly-yc04.mx.aol.com (v79.20) with ESMTP id MAILRELAYINYC42-0715155347





RE: Please help Please Help

2001-07-24 Thread prajapatib

no

> -Original Message-
> From: Sarkar, Indra [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 5:29 PM
> To:   [EMAIL PROTECTED]
> Subject:  RE: Please help Please Help 
> 
> are you still looking for help with this?
>  
> 
> Indra
> 
> __
> 
>  [t]+44 (0) 1442 22 3742[m]+44 (0) 7866 734 683
> [e][EMAIL PROTECTED] [e2m][EMAIL PROTECTED]
> __ 
> 
>   -Original Message-
>   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>   Sent: 10 July 2001 22:52
>   To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
>   Subject: RE: Please help Please Help 
>   
>   
>   New to java. 
> I want to create my environmet variables (tomcat_home). 
> My programs are in 
>   C:\java\tomcat\jakarta-tomcat-3.2.2\jakarta-tomcat-3.2.2 
>  How do I go about it.   Please help. 
>  Regards hossein. 
> . 
> 


Disclaimer

This communication together with any attachments transmitted with it ('this E-mail') 
is intended only for the use of the addressee and may contain information which is 
privileged and confidential. If the reader of this E-mail is not the intended 
recipient or the employee or agent responsible for delivering it to the intended 
recipient you are notified that any use of this E-mail is prohibited. Addressees 
should check this E-mail for viruses. The Carphone Warehouse Group PLC makes no 
representations as regards the absence of viruses in this E-mail. If you have received 
this E-mail in error please notify our ISe Response Team immediately by telephone on + 
44 (0)20 8896 5828 or via E-mail at [EMAIL PROTECTED] Please then immediately 
destroy this E-mail and any copies of it.

Please feel free to visit our website: http://www.phonehouse.com



Re: Please help Please Help

2001-07-24 Thread HGhoreishi
Hi & thanks indra.
Both, my tomcat & jsdk2.1 are running.
Thanks to MR Michael Wentzel with his advise & his help thanks Michael again.
 Regards  hossein. 


RE: Please help Please help

2001-07-29 Thread HGhoreishi

Hi everyone.

I need to import in my Servlet the statement:

import com.oreilly.servlet.RemoteDaemonHttpServlet;

went and searched found the following.
 
would you please someone tell me how can i find and use the content of 
com.oreilly.servlet.RemoteDaemonHttpServlet  to compile my servlet.
REGARDS hossein  


Untitled <
http://ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/java/cos/pkg-p

list>
share/java/classes/cos.jar share/java/cos/readme.html ... 
java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html
share/java/cos ... 
ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/ java/cos/pkg-plist 
- 4k - Cached <
/search?q=cache:Rlz_6cnehiw:ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable

/ports/java/cos/pkg-plist+%22com.oreilly.servlet.remotedaemonHTTPservlet%22+%2

B%22jar%22&hl=en> - Similar pages q=related:ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/java/cos/pk

g-plist>
share/java/classes/cos.jar share/java/cos/readme.html 
share/java/cos/license.html share/java/cos/doc/AllNames.html 
share/java/cos/doc/Package-com.oreilly.servlet.html 
share/java/cos/doc/Package-com.oreilly.servlet.multipart.html 
share/java/cos/doc/com.oreilly.servlet.Base64Decoder.html 
share/java/cos/doc/com.oreilly.servlet.Base64Encoder.html 
share/java/cos/doc/com.oreilly.servlet.CacheHttpServlet.html 
share/java/cos/doc/com.oreilly.servlet.CookieNotFoundException.html 
share/java/cos/doc/com.oreilly.servlet.CookieParser.html 
share/java/cos/doc/com.oreilly.servlet.DaemonHttpServlet.html 
share/java/cos/doc/com.oreilly.servlet.HttpMessage.html 
share/java/cos/doc/com.oreilly.servlet.HttpsMessage.html 
share/java/cos/doc/com.oreilly.servlet.LocaleNegotiator.html 
share/java/cos/doc/com.oreilly.servlet.LocaleToCharsetMap.html 
share/java/cos/doc/com.oreilly.servlet.MailMessage.html 
share/java/cos/doc/com.oreilly.servlet.MultipartFilter.html 
share/java/cos/doc/com.oreilly.servlet.MultipartRequest.html 
share/java/cos/doc/com.oreilly.servlet.MultipartResponse.html 
share/java/cos/doc/com.oreilly.servlet.MultipartWrapper.html 
share/java/cos/doc/com.oreilly.servlet.ParameterNotFoundException.html 
share/java/cos/doc/com.oreilly.servlet.ParameterParser.html 
share/java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html 
share/java/cos/doc/com.oreilly.servlet.RemoteHttpServlet.html 
share/java/cos/doc/com.oreilly.servlet.ServletUtils.html 
share/java/cos/doc/com.oreilly.servlet.VersionDetector.html 
share/java/cos/doc/com.oreilly.servlet.multipart.BufferedServletInputStream.ht

ml share/java/cos/doc/com.oreilly.servlet.multipart.FilePart.html 
share/java/cos/doc/com.oreilly.servlet.multipart.LimitedServletInputStream.htm

l 
share/java/cos/doc/com.oreilly.servlet.multipart.MacBinaryDecoderOutputStream.

html share/java/cos/doc/com.oreilly.servlet.multipart.MultipartParser.html 
share/java/cos/doc/com.oreilly.servlet.multipart.ParamPart.html 
share/java/cos/doc/com.oreilly.servlet.multipart.Part.html 
share/java/cos/doc/com.oreilly.servlet.multipart.PartInputStream.html 
share/java/cos/doc/images/blue-ball-small.gif 
share/java/cos/doc/images/blue-ball.gif 
share/java/cos/doc/images/class-index.gif 
share/java/cos/doc/images/constructor-index.gif 
share/java/cos/doc/images/constructors.gif 
share/java/cos/doc/images/cyan-ball-small.gif 
share/java/cos/doc/images/cyan-ball.gif 
share/java/cos/doc/images/error-index.gif 
share/java/cos/doc/images/exception-index.gif 
share/java/cos/doc/images/green-ball-small.gif 
share/java/cos/doc/images/green-ball.gif 
share/java/cos/doc/images/interface-index.gif 
share/java/cos/doc/images/magenta-ball-small.gif 
share/java/cos/doc/images/magenta-ball.gif 
share/java/cos/doc/images/method-index.gif 
share/java/cos/doc/images/methods.gif 
share/java/cos/doc/images/package-index.gif 
share/java/cos/doc/images/red-ball-small.gif 
share/java/cos/doc/images/red-ball.gif 
share/java/cos/doc/images/variable-index.gif 
share/java/cos/doc/images/variables.gif 
share/java/cos/doc/images/yellow-ball-small.gif 
share/java/cos/doc/images/yellow-ball.gif share/java/cos/doc/package-list 
share/java/cos/doc/packages.html share/java/cos/doc/stylesheet.css 
share/java/cos/doc/tree.html share/java/cos/doc/upload.war @dirrm 
share/java/cos/doc/images @dirrm share/java/cos/doc @dirrm share/java/cos 
@unexec rmdir %D/share/java/classes /dev/null 2&1 || true @unexec rmdir 
%D/share/java /dev/null 2&1 || true 



RE: Please help Please help

2001-07-29 Thread Zapta \(Teiko\)

Try

http://www.servlets.com/cos/index.html

Tal Dayan
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 29, 2001 8:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Please help Please help



Hi everyone.

I need to import in my Servlet the statement:

import com.oreilly.servlet.RemoteDaemonHttpServlet;

went and searched found the following.

would you please someone tell me how can i find and use the content of
com.oreilly.servlet.RemoteDaemonHttpServlet  to compile my servlet.
REGARDS hossein


Untitled <
http://ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/java/cos/pkg
-p

list>
share/java/classes/cos.jar share/java/cos/readme.html ...
java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html
share/java/cos ...
ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/ java/cos/pkg-plist
- 4k - Cached <
/search?q=cache:Rlz_6cnehiw:ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stab
le

/ports/java/cos/pkg-plist+%22com.oreilly.servlet.remotedaemonHTTPservlet%22+
%2

B%22jar%22&hl=en> - Similar pages 
share/java/classes/cos.jar share/java/cos/readme.html
share/java/cos/license.html share/java/cos/doc/AllNames.html
share/java/cos/doc/Package-com.oreilly.servlet.html
share/java/cos/doc/Package-com.oreilly.servlet.multipart.html
share/java/cos/doc/com.oreilly.servlet.Base64Decoder.html
share/java/cos/doc/com.oreilly.servlet.Base64Encoder.html
share/java/cos/doc/com.oreilly.servlet.CacheHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.CookieNotFoundException.html
share/java/cos/doc/com.oreilly.servlet.CookieParser.html
share/java/cos/doc/com.oreilly.servlet.DaemonHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.HttpMessage.html
share/java/cos/doc/com.oreilly.servlet.HttpsMessage.html
share/java/cos/doc/com.oreilly.servlet.LocaleNegotiator.html
share/java/cos/doc/com.oreilly.servlet.LocaleToCharsetMap.html
share/java/cos/doc/com.oreilly.servlet.MailMessage.html
share/java/cos/doc/com.oreilly.servlet.MultipartFilter.html
share/java/cos/doc/com.oreilly.servlet.MultipartRequest.html
share/java/cos/doc/com.oreilly.servlet.MultipartResponse.html
share/java/cos/doc/com.oreilly.servlet.MultipartWrapper.html
share/java/cos/doc/com.oreilly.servlet.ParameterNotFoundException.html
share/java/cos/doc/com.oreilly.servlet.ParameterParser.html
share/java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.RemoteHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.ServletUtils.html
share/java/cos/doc/com.oreilly.servlet.VersionDetector.html
share/java/cos/doc/com.oreilly.servlet.multipart.BufferedServletInputStream.
ht

ml share/java/cos/doc/com.oreilly.servlet.multipart.FilePart.html
share/java/cos/doc/com.oreilly.servlet.multipart.LimitedServletInputStream.h
tm

l
share/java/cos/doc/com.oreilly.servlet.multipart.MacBinaryDecoderOutputStrea
m.

html share/java/cos/doc/com.oreilly.servlet.multipart.MultipartParser.html
share/java/cos/doc/com.oreilly.servlet.multipart.ParamPart.html
share/java/cos/doc/com.oreilly.servlet.multipart.Part.html
share/java/cos/doc/com.oreilly.servlet.multipart.PartInputStream.html
share/java/cos/doc/images/blue-ball-small.gif
share/java/cos/doc/images/blue-ball.gif
share/java/cos/doc/images/class-index.gif
share/java/cos/doc/images/constructor-index.gif
share/java/cos/doc/images/constructors.gif
share/java/cos/doc/images/cyan-ball-small.gif
share/java/cos/doc/images/cyan-ball.gif
share/java/cos/doc/images/error-index.gif
share/java/cos/doc/images/exception-index.gif
share/java/cos/doc/images/green-ball-small.gif
share/java/cos/doc/images/green-ball.gif
share/java/cos/doc/images/interface-index.gif
share/java/cos/doc/images/magenta-ball-small.gif
share/java/cos/doc/images/magenta-ball.gif
share/java/cos/doc/images/method-index.gif
share/java/cos/doc/images/methods.gif
share/java/cos/doc/images/package-index.gif
share/java/cos/doc/images/red-ball-small.gif
share/java/cos/doc/images/red-ball.gif
share/java/cos/doc/images/variable-index.gif
share/java/cos/doc/images/variables.gif
share/java/cos/doc/images/yellow-ball-small.gif
share/java/cos/doc/images/yellow-ball.gif share/java/cos/doc/package-list
share/java/cos/doc/packages.html share/java/cos/doc/stylesheet.css
share/java/cos/doc/tree.html share/java/cos/doc/upload.war @dirrm
share/java/cos/doc/images @dirrm share/java/cos/doc @dirrm share/java/cos
@unexec rmdir %D/share/java/classes /dev/null 2&1 || true @unexec rmdir
%D/share/java /dev/null 2&1 || true




RE: please help please help

2001-07-29 Thread HGhoreishi
Hi Zapta
thanks alot  I found what i needed from 
http://www.servlets.com/cos/index.html  
    thanks again 
 hossein. 



Try

http://www.servlets.com/cos/index.html

Tal Dayan
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 29, 2001 8:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Please help Please help



Hi everyone.

I need to import in my Servlet the statement:

import com.oreilly.servlet.RemoteDaemonHttpServlet;

went and searched found the following.

would you please someone tell me how can i find and use the content of
com.oreilly.servlet.RemoteDaemonHttpServlet  to compile my servlet.
REGARDS hossein


Untitled <
http://ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/java/cos/pkg
-p

list>
share/java/classes/cos.jar share/java/cos/readme.html ...
java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html
share/java/cos ...
ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/ java/cos/pkg-plist
- 4k - Cached <
/search?q=cache:Rlz_6cnehiw:ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stab
le

/ports/java/cos/pkg-plist+%22com.oreilly.servlet.remotedaemonHTTPservlet%22+
%2

B%22jar%22&hl=en> - Similar pages q=related:ftp7.usa.openbsd.org/pub/os/FreeBSD/FreeBSD-stable/ports/java/cos/
pk

g-plist>
share/java/classes/cos.jar share/java/cos/readme.html
share/java/cos/license.html share/java/cos/doc/AllNames.html
share/java/cos/doc/Package-com.oreilly.servlet.html
share/java/cos/doc/Package-com.oreilly.servlet.multipart.html
share/java/cos/doc/com.oreilly.servlet.Base64Decoder.html
share/java/cos/doc/com.oreilly.servlet.Base64Encoder.html
share/java/cos/doc/com.oreilly.servlet.CacheHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.CookieNotFoundException.html
share/java/cos/doc/com.oreilly.servlet.CookieParser.html
share/java/cos/doc/com.oreilly.servlet.DaemonHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.HttpMessage.html
share/java/cos/doc/com.oreilly.servlet.HttpsMessage.html
share/java/cos/doc/com.oreilly.servlet.LocaleNegotiator.html
share/java/cos/doc/com.oreilly.servlet.LocaleToCharsetMap.html
share/java/cos/doc/com.oreilly.servlet.MailMessage.html
share/java/cos/doc/com.oreilly.servlet.MultipartFilter.html
share/java/cos/doc/com.oreilly.servlet.MultipartRequest.html
share/java/cos/doc/com.oreilly.servlet.MultipartResponse.html
share/java/cos/doc/com.oreilly.servlet.MultipartWrapper.html
share/java/cos/doc/com.oreilly.servlet.ParameterNotFoundException.html
share/java/cos/doc/com.oreilly.servlet.ParameterParser.html
share/java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.RemoteHttpServlet.html
share/java/cos/doc/com.oreilly.servlet.ServletUtils.html
share/java/cos/doc/com.oreilly.servlet.VersionDetector.html
share/java/cos/doc/com.oreilly.servlet.multipart.BufferedServletInputStream.
ht

ml share/java/cos/doc/com.oreilly.servlet.multipart.FilePart.html
share/java/cos/doc/com.oreilly.servlet.multipart.LimitedServletInputStream.h
tm

l
share/java/cos/doc/com.oreilly.servlet.multipart.MacBinaryDecoderOutputStrea
m.

html share/java/cos/doc/com.oreilly.servlet.multipart.MultipartParser.html
share/java/cos/doc/com.oreilly.servlet.multipart.ParamPart.html
share/java/cos/doc/com.oreilly.servlet.multipart.Part.html
share/java/cos/doc/com.oreilly.servlet.multipart.PartInputStream.html
share/java/cos/doc/images/blue-ball-small.gif
share/java/cos/doc/images/blue-ball.gif
share/java/cos/doc/images/class-index.gif
share/java/cos/doc/images/constructor-index.gif
share/java/cos/doc/images/constructors.gif
share/java/cos/doc/images/cyan-ball-small.gif
share/java/cos/doc/images/cyan-ball.gif
share/java/cos/doc/images/error-index.gif
share/java/cos/doc/images/exception-index.gif
share/java/cos/doc/images/green-ball-small.gif
share/java/cos/doc/images/green-ball.gif
share/java/cos/doc/images/interface-index.gif
share/java/cos/doc/images/magenta-ball-small.gif
share/java/cos/doc/images/magenta-ball.gif
share/java/cos/doc/images/method-index.gif
share/java/cos/doc/images/methods.gif
share/java/cos/doc/images/package-index.gif
share/java/cos/doc/images/red-ball-small.gif
share/java/cos/doc/images/red-ball.gif
share/java/cos/doc/images/variable-index.gif
share/java/cos/doc/images/variables.gif
share/java/cos/doc/images/yellow-ball-small.gif
share/java/cos/doc/images/yellow-ball.gif share/java/cos/doc/package-list
share/java/cos/doc/packages.html share/java/cos/doc/stylesheet.css
share/java/cos/doc/tree.html share/java/cos/doc/upload.war @dirrm
share/java/cos/doc/images @dirrm share/java/cos/doc @dirrm share/java/cos
@unexec rmdir %D/share/java/classes /dev/null 2&1 || true @unexec rmdir
%D/share/java /dev/null 2&1 || true



--- Headers 
Return-Path: <[EMAIL PROTECTED]>
Received: fr

  1   2   3   4   >