Re: JSP on IIS

2000-09-20 Thread Jens-Uwe Eilers

Hello,

look at
http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i
is-howto.html

Jens-Uwe

- Original Message -
From: "Dhananjay" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 20, 2000 8:27 AM
Subject: JSP on IIS


 Does anyone know how to configure IIS and PWS to accept JSP requests.

 I have downloaded the ISAPI (isapi_redirect.dll) redirect form TOMCAT.

 Thanks
 Dhananjay
 [EMAIL PROTECTED]


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
 Some relevant FAQs on JSP/Servlets can be found at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



run Tomcat as NT-Service??

2000-09-15 Thread Jens-Uwe Eilers

hello,

I want to run Tomcat as Modul of IIS. Now I want to know it is possible to
run Tomcat as NT-Service??

Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



turn off cookies

2000-09-04 Thread Jens-Uwe Eilers

Hello,
I use JSP. But I won't use Cookies. So how can I turn off the cookies?
Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



write to Database

2000-08-24 Thread Jens-Uwe Eilers

Hello,
can anyone tell me, how I can get the State of a Database. Because when I
write to the Database, I get an error because the Database is in use!

Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



sequence of the processing of the parameters

2000-08-16 Thread Jens-Uwe Eilers

Hello,

can anyone tell me in which order the processing of the parameters is
effected when I use:

jsp:useBean id="XX" scope="request" class="xx" /
jsp:setProperty name="XX" property="*" /

is there a possibility to influence the sequence?

Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Response has already been commited

2000-08-02 Thread Jens-Uwe Eilers

I develop JSP in JBuilder3.5 . When I test the JSP with Tomcat in JBuilder
the sites function is all right. When I run the Tomcat standalone with the
Classpath to all classes the function is all right. But when I make a jar
file, an start the Tomcate with the jar file in the Classpath I get followin
error message:

Error: 500
Location: /eshop/src/eshop/Menu.jsp
Internal Servlet Error:

java.lang.IllegalStateException: Response has already been committed
 at
org.apache.tomcat.core.HttpServletResponseFacade.sendError(HttpServletRespon
seFacade.java:157)
 at
org.apache.jasper.runtime.JspServlet.unknownException(JspServlet.java:299)
 at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:377)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
 at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
 at java.lang.Thread.run(Unknown Source)

What means that, where is my mistake?

Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Problems when Tomcat run stand alone

2000-07-28 Thread Jens-Uwe Eilers

Hello,
I develope JSP with the JBuilder 3.5 . I integrate the Tomcat in the
JBuilder to test the JSP.
When I test the JSP all things function so as I expectedly.
But when I run the Tomcat standalone the setValue() method is not called.
I use:

jsp:useBean id="men" scope="session" class="eshop.MenuBean" /
jsp:setProperty name="men" property="*" /

Can anyone help me?

Sorry about the bad english
Jens-Uwe Eilers

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Session without cookies

2000-07-26 Thread Jens-Uwe Eilers

Hello,

I need to realize JSP-Sites with Sessions. But when the Client has
deactivate Cookies I get a new Session on every Site. If the client has
deactivated Cookies how can I realize this? Or can I realize the Session
without Cookies.
Sorry my English is not the best.
Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



newby: instance with parameter

2000-07-19 Thread Jens-Uwe Eilers

I'm new in JSP. I want create an instance from my class. Can i create an
instance from the class with parameter? Or had I to create a parameterless
constructor from the class?
Jens-Uwe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets