Re: URL Help

2001-06-05 Thread Jerry Villamizar

Can someone please get me off this list

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 5:48 PM
Subject: URL Help


> I need my URL to look like this:
>
> http://localhost/Gillette/Venus?SerialId=ZVXZV&ContactId=1
> where Gillette is a directory and Venus is the servlet name.  I can only
> get it to work if I include 'servlet' like the following:
>
> http://localhost/Gillette/servlet/Venus?SerialId=ZVXZV&ContactId=1
>
> I've got a few good responses in previous postings but haven't been able
to
> get it to work.  Here is some configurationscan anybody tell me what
> I'm doing wrong?
>
> server.xml:
>  debug="0" reloadable="true" >
>
> web.xml:
> 
> Venus
> GVservlet
> 
>
> 
>   Venus
>   /Venus
> 
>
> I've tried it with and without the servlet-mapping tag.  Any ideas?
>
>
> Jason E. Brawner
>
>




Re: Can pleas someone unsubscribe everyone from janirautiainen.com???

2001-06-04 Thread Jerry Villamizar

Anybody can unsusbcribe me of this lists

- Original Message -
From: "Martin van den Bemt" <[EMAIL PROTECTED]>
To: "jakarta-tomcat-user" <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 4:56 PM
Subject: Can pleas someone unsubscribe everyone from janirautiainen.com???


> This bugger is not the owner of the domain anymore and I'm getting sick of
> non-deliverable messages in my mail box.. (it's stored at namezero.com)..
>
> Mvgr,
> Martin van den Bemt
>
>




Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



UNSUBSCRIBE

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



UNSUBSCRIBE

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



UNSUBSCRIBE

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



UNSUBSCRIBE

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



UNSUBSCRIBE

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



UNSUBSCRIBE

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


Re: Tomcat and container question

2001-06-04 Thread Jerry Villamizar



unsubscribe

  - Original Message - 
  From: 
  Martin Kock 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, June 04, 2001 4:32 PM
  Subject: Tomcat and container 
  question
  
  I use Tomcat with JSP pages only. Does the Tomcat 
  webserver run with both the servlet container and the JSP container, or only 
  one of them?? I would also like to know something about in which situation 
  which container is used.
   
  Thanks in advance,
  Martin Kock


TOMCAT Config Files

2001-05-31 Thread Jerry Villamizar


Can i move all the tomcat configuration files and java classes outside of my
%TOMCAT_HOME%/... because i would like to hide all these files
outside my web files..

Thanks
Jerry

- Original Message -
From: "Kiss-Beck Jozsef" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 8:16 AM
Subject: RE: TOMCAT_HOME\classes in 3.2.1


> Hi!
>
> There is something about TOMCAT_HOME\classes in the User's guide:
>
> ...
>
> The Tomcat directory structure
> ...
> Additionally you can, or Tomcat will, create the following directories:
>
> work:  Automatically generated by Tomcat, this is where Tomcat places
> intermediate files (such as compiled JSP files) during it's work. If you
> delete this directory while Tomcat is running you will not be able to
> execute JSP pages.
>
> classes:  You can create this directory to add additional classes to the
> classpath. Any class that you add to this directory will find it's place
in
> Tomcat's classpath.
>
> ...
>
> MfG / Best regards
>
> Jozsef Kiss-Beck
> Sysdata CSS IN INE3
>
> > -Original Message-
> > From: Moin Anjum H. [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 31, 2001 2:12 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: TOMCAT_HOME\classes in 3.2.1
> >
> >
> > Hi,
> >
> > If you analize carefully you will notice TOMCAT_HOME is the
> > Environment
> > variable that you have to set. Similar to CLASSPATH. If you don't set
> > then bat file takes the ..\ as current Tomcat Directory.
> >
> > HTH
> > Moin.
> >
> > Anson To wrote:
> >
> > > Hi all,
> > >
> > > When I'm editing the tomcat.bat under TOMCAT_HOME\bin
> > > I'm just noticed that the script includes
> > > TOMCAT_HOME\classes in the classpath.  But the fact is
> > > that there's *NO* TOMCAT_HOME\classes in 3.2.1!!  I'm
> > > just curious... Any idea?
> > >
> > > Many thanks!
> > > Anson
> > >
> > > 
> > > Do You Yahoo!?
> > > Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
> > > or your free @yahoo.ie address at http://mail.yahoo.ie
> >
>




Tomcat and Beans

2001-05-30 Thread Jerry Villamizar

Can i have access to any Beans (installed in my system) trhough my .JSP?

Thanks
Jerry
- Original Message -
From: "William Kaufman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 4:41 PM
Subject: RE: servlet error..


> > The AWT classes need an x-server to work with images.
>
> Worse yet, the server has to be unlocked: you can't connect to a locked
> server.
>
> -- Bill K.
>
>
> > -Original Message-
> > From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 29, 2001 11:52 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: AW: servlet error..
> >
> >
> > The AWT classes need an x-server to work with images.
> >
> > Can it be that there isn't one running, when this error happens ?
> >
> > > -Ursprüngliche Nachricht-
> > > Von: Krishna Kishore Thotakura [mailto:[EMAIL PROTECTED]]
> > > Gesendet: Mittwoch, 30. Mai 2001 01:05
> > > An: [EMAIL PROTECTED]
> > > Betreff: servlet error..
> > >
> > >
> > > Hi,
> > >  i am trying to write an image to the outputstream of a
> > > servlet. The image is
> > > actually obtained from an invisible awt Canvas.
> > > I'm using Jimi package to encode the Image into JPEG format
> > > and writing this
> > > out to the ServletOutputStream. Sometimes this works fine and
> > > i see a nice
> > > image in the browser but at times, i get the following error:
> > > in tomcat.log
> > > Xlib: connection to ":0.0" refused by server
> > > Xlib: Invalid MIT-MAGIC-COOKIE-1 key
> > >
> > > in browser ---
> > > Error: 500
> > > Location: /wms/servlet/WmsServlet
> > > Internal Servlet Error:
> > >
> > > java.lang.NoClassDefFoundError
> > > at java.lang.Class.forName0(Native Method)
> > > at java.lang.Class.forName(Class.java:120)
> > > at java.awt.Toolkit$2.run(Toolkit.java:498)
> > > at java.security.AccessController.doPrivileged(Native Method)
> > > at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:489)
> > > at java.awt.Component.getToolkitImpl(Component.java:657)
> > > at java.awt.Component.getToolkit(Component.java:641)
> > > at java.awt.Component.createImage(Component.java:2265)
> > > at stt.View.ViewJava3D.initMem(ViewJava3D.java:190)
> > > at stt.View.ViewJava3D.(ViewJava3D.java:214)
> > > at stt.Display.DisplayManager.initView(DisplayManager.java:126)
> > > at stt.Display.DisplayManager.(DisplayManager.java:64)
> > > at sttx.Display.GeoDisplayManager.(GeoDisplayManager.java:79)
> > > at WmsServlet.init(WmsServlet.java:49)
> > >
> > > Any comments,suggestions,explanations would be greatly appreciated.
> > >
> >
>




server.xml

2001-05-30 Thread Jerry Villamizar

Guys.

Can i have outside the web root the server configuration file server.xml
? because it could be readable for the external user if i put it below the
\WEB-INF dir.

Thanks in Advance
Jerry
- Original Message -
From: "tomcat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 2:25 PM
Subject: Multiple Sites


> Hello all,
>
> I'm fairly new to the world of JSP and am only just getting to the
> interesting bits.
> I'm running tomcat on Win 2000 and have no problem getting the example
pages
> to work,
> however, I can't seem to setup multiple sites.
>
> All environment variables, etc are fine.
> Here is ( I think..) the offending part of server.xml
>
>  docBase="webapps/examples"
>  crossContext="false"
>  debug="0"
>  reloadable="true" >
> 
>
>
>  docBase="webapps/zen2_jsp"
> crossContext="false"
> debug="0"
> reloadable="true" >
> 
>
> Any one got any ideas...?
> Any help at all would be greatly appreciated.
> Regards,
>
> Daniel Griffin
>
>
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify [EMAIL PROTECTED]
>
>
>




How to set not directy broswing allow

2001-05-30 Thread Jerry Villamizar

Hi.

I would like to know how to set tomcat to do not allow the directory
broswing

Thanks in Advance
Jerry
- Original Message -
From: "Frank Niedermann" <[EMAIL PROTECTED]>
To: "tomcat-user Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 10:27 AM
Subject: How to change the Tomcat web-root


> Hi,
>
> I've just installed Tomcat on my Debian-Server with apt-get install
> tomcat. The tomcat-files are now located in /usr/share/tomcat, but
> my Apache-WebRoot is in /home/httpd and I want tomcat also there.
>
> How can I change the WebRoot-Directory for Tomcat? I think it's
> the "webapps" directory in /tomcat but I'm not sure how to change
> this to /home/tomcat/webapps
>
> Thanks for help!
>
> Frank
>
> --
>  -
> ---<  F  B  N  >-
>  [EMAIL PROTECTED] -   Frank B. Niedermann
>  [EMAIL PROTECTED]http://fbn.dyndns.org
> Life's to short for Reboots - Linux
> -
>




Re: Tomcat Usage

2001-05-29 Thread Jerry Villamizar

Peter,

With Tomcat you can develop any kind of critical mission project, what
kind of applicacion do you want to develop?

Jerry Villamizar
MarketNews International
[EMAIL PROTECTED]

- Original Message -
From: "Peter Horne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 10:07 PM
Subject: Tomcat Usage


> Hi...
>
> Has anyone or does anyone know of anyone who has done
> a mission critical deployment of Tomcat in a financial
> environment?  I'd really like to hear from you...
>
> Thanks...Pete
>
>
>
> =
> Peter S. Horne
> [EMAIL PROTECTED]
>
> To know and not to do is not to know
> 
>
> 
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
> or your free @yahoo.ie address at http://mail.yahoo.ie
>




Re: problem with /jakarta/isapi_redirect.dll on win2k

2001-05-23 Thread Jerry Villamizar

UNSUBSCRIBE
- Original Message -
From: "Robert, Betts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 9:18 AM
Subject: problem with /jakarta/isapi_redirect.dll on win2k


> Howdy
>
> I have looked at the docs, faq and gone throught the list archive, but not
> found a solution to my particular problem.
>
> I have installed tc 3.2.1 on a win2k prof machine with iis 5, running
tomcat
> out of process.
>
> I can run tomcat with no problems as a service or as a stand alone
> executable.
>
> I can also load isapi_redirect.dll as a ISAPI filter and it shows the
green
> light.
>
> I have tripple checked that the right permissions have been setup on the
> virtual directory /jakarta, and that it includes execute permissions.
>
> Can anyone please help me or point me in the right direction.
>
> I get an file not found error when run the examples, BUT I get NO ERROR
when
> I run http://localhost:8080/examples/jsp/index.html.
>
> Thanks
>
> Rob
>
> Now for the problem details:
>
> When from my browser I call "http://localhost/examples/jsp/index.html";, I
> get the followinf out put:
>
> Not Found (404)
> Original request: /jakarta/isapi_redirect.dll
>
> Not found request: /jakarta/isapi_redirect.dll
>
> Web Logfile has the following:
>
> 12:52:51 127.0.0.1 W3SVC1 80 GET /jakarta/isapi_redirect.dll 401
> 12:52:51 127.0.0.1 W3SVC1 80 GET /jakarta/isapi_redirect.dll 200
>
> The output from tomcat:
>
> 2001-05-23 03:05:41 - Ctx(  ): 404 R(  + /jakarta/isapi_redirect.dll
> + null) null
>
>
>
>




Web Log

2001-05-22 Thread Jerry Villamizar

I will need generate a Web Log for all the transactions in my web server, im
using tomcat but the server.log file doesnt have the same format like the
IIS (Microsoft).

Any ideas?

Jerry Villamizar

Tomcat
Solaris