web server

1999-10-25 Thread Yexin Tan
Has anyone had experience with Apache Server and Netscape Enterprise Server? Which one is better to handle JSP / Servlet with complex GUI? Thank you. Janet === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JS

WEb server

2001-11-30 Thread Eunum Listener
I am choosing the web server for a project on weblogic, can anyone tell me if I will build my app on the web server integrated in weblogic, or just find alternative to seperate the EJB tier with web tier. Is resin is a good choice? This message was posted using eunumTo interact with a real

JSDK Web Server

1999-08-16 Thread Cheong Takhoe
Hi, I would like to enquire about the JSDK Web Server 2.1 provided by the JSP1.0 development kit by SUN. Are there any limitations to the web server that would hinder me from deploying web-based applications with it? If so, which web server that could do jsp 1.0 would be suitable? Would like to

Java Web Server

1999-08-20 Thread SAUVAGE Francine
Has someone found a JSP web server compatible with JSP Public Draft 1.1 ? I think Java Web Server from SUN is only JSP release 1.0 compatible I just would like to develop JSP (and Beans) compatible with JSP Public Draft 1.1. Francine

jsp web server

1999-12-13 Thread Kuo, David (CICG - GEDNYDEV)
Hi all, I'm currently trying to build a commercial web site. The platform is WinNT 4.0 server and I will use jsp to design all the pages. I know WebLogic and Persistence is excellent web server, but its price is out of my reach at this time. Sun's java web server 2.0 is not in commerci

recommended web server

2000-02-08 Thread Ron Quartel
my company have just decided to use JSP for web based application. Hardware platform will win SUN with Solaris o/s What is the best web server to use? Any help/suggestions appreciated. Ron Quartel === To unsubscribe

iPlanet Web Server

2000-09-12 Thread Shyam Kumar Reddy
Hi All I have installed iPlanet4.0 for linuix I have a package source.jar/ How should i put this package in the iplanet to work. I have configured it for jvm12.conf. but it is not taking. Please help me. With Regards shyam

iPlanet Web Server

2001-01-13 Thread Joe Goyette
ing to GET /cgi-bin/joe2.pl, cgieng_scan_headers reports: the CGI program /d/roots/goyette/cgi-bin/joe2.pl did not produce a valid header (name without value: got line "language = (unset),") I realize this question is off-topic but if anyone has seen this error before and can provide

Web Server Crash

2000-07-14 Thread Boston Richard
is as follows: Java Web Server 2.0 (patch included) using jdk1.2.2 If anyone has seen this before that would be great. thanks Richard === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST&q

[ANN] JAWS Web Server

1999-03-10 Thread Gabriel Wong
Folks, JAWS Web Server (More than Just Another Web Server) Beta 0.1.0 is now available for download at http://www.ezwebtools.com FEATURES: Tested both on Windows and Linux Jaws has the following features: The servlet engine (EZJRunner) implements the Java Servlet 2.1 API. The JSP engine

Re: JSDK Web Server

1999-08-16 Thread Luc Saint-Elie
there is no settings for the web server, only a config file that tells it where the default webapp is located and some stuff like that). Tomcat main advantage is to be: 1) Very easy and quick to set up (once you understand the web-app stuff) 2) Very small in size 3) Last API compliant (JSP and servlet

Re: Java Web Server

1999-08-20 Thread Luc Saint-Elie
Francine, You may want to try the very last release of JSWDK 1.0 Its 3 things in one: a SERVLET API a JSP API a Web server AFAIK this it the most up to date stuff. Learning with JSWDK web server is a good thing for the future as this software will become Jakarta, the next generation of Apache

Re: Java Web Server

1999-08-20 Thread Ethan Henry
Hi Francine, SAUVAGE Francine wrote: > > Has someone found a JSP web server compatible with JSP Public Draft 1.1 ? I > think Java Web Server from SUN is only JSP release 1.0 compatible I just > would like to develop JSP (and Beans) compatible with JSP Public Draft 1.1. I don

Java Web Server Trick

1999-10-28 Thread BeeUm King
<< A teacher gave her fifth grade class an assignment: get their parents to tell them a story with a moral at the end of it. The next day the kids came back and one by one began to tell their stories. Kathy said, "My father's a farmer and we have a lot of egg-laying hens. One time we were

Re: jsp web server

1999-12-13 Thread Kuo, David (CICG - GEDNYDEV)
OTECTED]] > Sent: Monday, December 13, 1999 10:48 AM > To: Kuo, David (CICG - GEDNYDEV) > Subject: RE: jsp web server > > I would use Apache with JServ and GNUJSP. > > We currently use it and it seems very good to me. > We have about 4000 users (different IP's) pe

WebSpeher and Web Server

2000-01-05 Thread Raja kumar
Hi Is it possible to have WebServer ( Apache ) and WebSphere in different machine. Where can I get more info about this. Thanks RajaKumar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FA

Web server Servlet registration

2000-08-10 Thread Pratap Dinesh
Dear Developers, I have a question regarding the servlet registration in Web Servers. In some servers like JSWDK, you got to register your servlets in servlets.properties file. cookie.code=CookieExample cookie.initparams=foo Even if I delete the property files and restart the server the servlet

apache web server conf

2000-08-28 Thread Sampat Palani
hi currently i am running my servlets useing a java webserver i recently downloaded apache web server can ayone tell how to configure it to be able to run servlets and jsp or any links where i can find the required information also is there any other web server more effecient for servlets and jsp

Re: Web Server Crash

2000-07-19 Thread Ashish Bhatia
Message- From: Boston Richard [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 15, 2000 12:19 AM To: [EMAIL PROTECTED] Subject: Web Server Crash this question may be suitable for several list groups but I'll start here. I've got a very simple JSP file (A.JSP) that contains a link

Re: iPlanet web server.

2000-10-02 Thread Jashua Ni
Hi all: I have a question regarding iPlanet web server. I have a jsp page as my company's home page. Inside the jsp page, I use request.setAttribute("name", "object"); then I use the following code to include another jsp: javax.servlet.RequestDispatch

A suitable web server

2001-08-18 Thread krithikav
Hi, I have JRun server (Developer version) installed in my laptop(128 MB Ram). Can anyone suggest any suitable web server for this? Thanks, Krithika ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

A web server Program

2000-06-11 Thread Aravind Kumar LNS
Hi, This could be a off the topic question.I am interested to know how do i know to write new web server programs. If any body in the forum is aware of any resources where i can know more about writing my own web server programs in java .Kindly let me know of the resources if any. Regards

Crashing the web server.

2003-04-04 Thread Ed Ventura
Would anyone know what I could possibly be doing to bring down the web server just by doing a database lookup? I¹m using a jsp page that returns the result set from a database and I¹m consistently crashing our web server (orion). I¹m using dreamweaver mx to pump out the jsp code but I doubt that

JHTML & Java web server 1.1

1999-05-20 Thread Sanjay Radhakrishnan
Does anybody in this list use JHTML and JWS. We are planning to propose JHTML and JWS are the platform for one of our projects. The system can have about 1000 users with 500 concurrent users at any point of time. Does JWS support that kind of load. or do we have to go for an application server.

Web Server including servlet-engine

1999-06-30 Thread Elena Palanca
Hi, maybe this is a stupid question but I'm quite confusing about the existing products supporting Servlet/JSP. The question is: excluding Java Web Server, are there other Web Servers directly supporting the servlet engine ( and JSP) without using an extension server as JRun, WebSpher

JSP with iPlanet Web Server

2000-01-04 Thread William T. Mann
Hi guys,   I'm having a problem running my JSP pages (coming from JavaWebServer 2.0) on Sun's iPlanet server. I know that iPlanet only supports JSP 0.92, but my pages only used the import directive to load the SQL classes (and I've already changed the syntax to 0.92).   The server works and s

Re: WebSpeher and Web Server

2000-01-05 Thread John Wheeler
> Hi > > Is it possible to have WebServer ( Apache ) and WebSphere in different > machine. Where can I get more info about this. > > Thanks > RajaKumar Apache and WebSphere on different machines? By all means! :-) I think you probably mean "on the SAME machine"? As far as I know, yes, but you

I want Java Web Server

2000-03-22 Thread Rajesh Parekar
Hi ! All, Anybody from Pune (India)? I would like to have a copy of Java Web Server from Sun. Actually I can download it from Sun site.But that is a evaluation copy.Previoulsy it was free download. Somebody must have downloaded it before. If anybody has it please let me know. Thanks Rajesh

Which Application web Server (advice) ??

2001-04-10 Thread sufi malak
My company is thinking about a web application server, could you please give us an advice from your experience, which one is good, which one is worse, which one has good supports. I will appreciate your advices. Thanks _ Get your FREE

Web Server/JSP container problem...

2001-07-10 Thread jsp
Hi, I have a resource problem with a JSP web application I'm going to deploy on a box which only has 8MB of spare Flash memory for my Web Server/JSP container, the JVM and libraries. Could anybody tell me which web server/jsp container has the smallest footprint (under 8 MB of course!). T

Re: A suitable web server

2001-08-18 Thread SriHari
PM To: [EMAIL PROTECTED] Subject: A suitable web server Hi, I have JRun server (Developer version) installed in my laptop(128 MB Ram). Can anyone suggest any suitable web server for this? Thanks, Krithika ==To unsubscribe

Re: A web server Program

2000-06-11 Thread alok
HI, You can refer to "complete reference" by the (in??)famous Patrick Naughtan. Plus may be you will need the RFC for http protocol. Thanks, Alok. Aravind Kumar LNS wrote: > Hi, > This could be a off the topic question.I am interested to know how do > i know to w

Re: A web server Program

2000-06-11 Thread Ian
9 AM To: [EMAIL PROTECTED] Subject: A web server Program Hi, This could be a off the topic question.I am interested to know how do i know to write new web server programs. If any body in the forum is aware of any resources where i can know more about writing my own web server programs in java .Kindly

Re: A web server Program

2000-06-11 Thread Mayuresh S Kadu
things are done but would also help u decide ur course of action. HTH Mayuresh K - Original Message - From: "alok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 11, 2000 8:44 PM Subject: Re: A web server Program > HI, > > You can refer

Re: A web server Program

2000-06-11 Thread Mark Wilcox
Do you mean write a new Web server in Java? Perhaps you should look on the Tomcat-Dev list. While Tomcat in its current form is not a complete Web server, there are the parts for it. Or you could look at the W3C Jigsaw project. Besides the many O'Reilly books, you might want to lo

Re: A web server Program

2000-06-11 Thread Craig R. McClanahan
alok wrote: > HI, > > You can refer to "complete reference" by the (in??)famous Patrick Naughtan. > Plus may be you will need the RFC for http protocol. > More specifically, a web server typically implements the HTTP/1.0 or HTTP/1.1 protocol, which are defined by

Re: A web server Program

2000-06-11 Thread Mohan Radhakrishnan
Hi, The whole source code of the apache web server is in the form of a book that you can buy. bye, Mohan -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 11, 2000 3:14 PM To: [EMAIL PROTECTED] Subject: Re: A web server Program alok wrote

Re: A web server Program

2000-06-12 Thread Kevin Duffey
Craig..do you actually know those RFC numbers by heart..or do you look them up? ;) > > HI, > > > > You can refer to "complete reference" by the (in??)famous > Patrick Naughtan. > > Plus may be you will need the RFC for http protocol. > > > > Mor

Re: A web server Program

2000-06-12 Thread Craig R. McClanahan
t; > > > > > You can refer to "complete reference" by the (in??)famous > > Patrick Naughtan. > > > Plus may be you will need the RFC for http protocol. > > > > > > > More specifically, a web server typically implements the HTTP/1.0 > >

Re: A web server Program

2000-06-13 Thread Mihail Belanov
There is the article David Brown. Simple, Multithreaded Web Server http://developer.java.sun.com/developer/technicalArticles/Networking/Webserv er/index.html - Original Message - From: Aravind Kumar LNS <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 11,

java web server support taglib ?

2001-09-12 Thread david chan
Hi, Does anyone know the java web server support JSP custom tag ? I know it is a no longer supported product, but for some reason I still need to work with it. Thanks. David _ Get your FREE download of MSN Explorer at http

Apache Web Server and JRun

2001-11-08 Thread Joey A
Hi guys, I'm using Apache Web Server and JRun for my JSP's. Am I missing a great deal by not using try Jakarta-Tomcat Server, which everyone keeps talking about it? Could someone tell me what are the advantages of using Jakarta-Tomcat Server over Apache Web Server and JRun? T

iplanet web server, jsp, Servlet

2002-01-22 Thread Carl Song
Hey all, I 'm trying to install iplanet web server6 and run it in intranet but got a problem any idea? File structure jsp folder: containing all the jsp pages DD1 folder containing my java class files and a servlet class under DD1 folder I have 3different folder namely, Dao, Delegate,ValueObject

getServletConfig().getServletContext() + iPlanet web server

2002-01-23 Thread Dasti, Hassan
Hi, We are using iPlanet Web Server 4.0 for small JSP applications within our intranet. Recently, we started installed iPlanet web server 6.0 and moved our application from 4.0 to new server iPlanet 6.0. For all the testing I have done, everything seems to work except the following line

redirection in iPlanet web server.

2002-09-03 Thread Anoop Kumar V
Hi all, This might be a bit off-topic, but i dint know where else to post this query.. i face a situation on iplanet such that all urls of a particular pattern for example need to be redirected to another page, like a customised error page. Can somebody tell me how to achi

Web Server vs History Question

2003-01-23 Thread KEITH KOSMICKI
application(whatever) = "" but for some reason it is pulling the history page rather than opening a refreshed page. Is there a way to pull a fresh page from the web server rather than reload a page out of history? TIA, Keith E. Kosmicki Applications Consultant State of IL Human Se

Re: Crashing the web server.

2003-04-04 Thread Brian P Bohnet
n the web server just by doing a database lookup? I¹m using a jsp page that returns the result set from a database and I¹m consistently crashing our web server (orion). I¹m using dreamweaver mx to pump out the jsp code but I doubt that dreamweaver is putting out such bad code that it would be crashin

Re: Crashing the web server.

2003-04-04 Thread Hans Bergsten
Ed Ventura wrote: Would anyone know what I could possibly be doing to bring down the web server just by doing a database lookup? I¹m using a jsp page that returns the result set from a database and I¹m consistently crashing our web server (orion). I¹m using dreamweaver mx to pump out the jsp code

Re: Crashing the web server.

2003-04-04 Thread Ed Ventura
I usually get a general error (I think 500 general error) and that's when the server has crashed. Can anyone recommend a jdbc-odbc driver for a w2k network and orion web server? Thanks, Ed. > From: Brian P Bohnet <[EMAIL PROTECTED]> > Reply-To: A mailing list about

Re: Crashing the web server.

2003-04-04 Thread Ed Ventura
t;[EMAIL PROTECTED]> > Date: Fri, 4 Apr 2003 11:21:13 -0800 > To: [EMAIL PROTECTED] > Subject: Re: Crashing the web server. > > Ed Ventura wrote: >> Would anyone know what I could possibly be doing to bring down the web >> server just by doing a database lookup? I¹m using

Re: Crashing the web server.

2003-04-04 Thread Hans Bergsten
, 4 Apr 2003 11:21:13 -0800 To: [EMAIL PROTECTED] Subject: Re: Crashing the web server. Ed Ventura wrote: Would anyone know what I could possibly be doing to bring down the web server just by doing a database lookup? I¹m using a jsp page that returns the result set from a database and I¹m consisten

web server crashes . Please help !!!

2003-05-29 Thread V.T.R.Ravi Kumar
I get the following error message and the web server crashes this problem has been arising suddenly with out any changes made by me... JAVA caused an invalid page fault in module KERNEL32.DLL at 017f:bff87ede. Registers: EAX=c00309c4 CS=017f EIP=bff87ede EFLGS=00010216 EBX=0b64ff88 SS=0187 ESP

[ANNOUNCE] JAWS WEB Server Beta 0.1.3

1999-04-13 Thread Gabriel Wong
Folks, JAWS Web Server (more than Just Another Web Server) Beta 0.1.3 is now available for download at http://www.ezwebtools.com WHAT IS JAWS: JAWS is a Light Weight WEB Server designed for supporting multiple hosts (servers) with each hosts having the capability to be insulated from each

Re: JHTML & Java web server 1.1

1999-05-20 Thread Hani ElAbed
Sanjay and others, this is what we have done with JHTML and NetscapeFastrack with ServletExec(servlet engine) JSP was too infant when we started. Our application uses JDBC to search a 23 Giga bytes database(sybase).. We get hit with about 40,000 request a day with no problems.. Check it out yo

Re: JHTML & Java web server 1.1

1999-05-21 Thread Sanjay Radhakrishnan
But doesn't java web server support JHTML by itself do we have to use plugins like servletexec thanks for your time sanjay -- > From: Hani ElAbed <[EMAIL PROTECTED]> > To: Sanjay Radhakrishnan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED]; hani elabed <[EMAIL

Re: JHTML & Java web server 1.1

1999-05-21 Thread Reynolds, George
PROTECTED]] Sent: Thursday, May 20, 1999 7:06 PM To: [EMAIL PROTECTED] Subject: JHTML & Java web server 1.1 Does anybody in this list use JHTML and JWS. We are planning to propose JHTML and JWS are the platform for one of our projects. The system can have about 1000 users with 500 concurrent users at

Re: JHTML & Java web server 1.1

1999-05-21 Thread John Langley
Please correct me if I'm wrong... But WebLogic doesn't support JSP yet due to it's reliance on tweaked jsdk's. Right? Langley. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sign

Re: JHTML & Java web server 1.1

1999-05-21 Thread Reynolds, George
Right. The original question asked about jhtml. George -Original Message- From: John Langley [mailto:[EMAIL PROTECTED]] Sent: Friday, May 21, 1999 10:48 AM To: [EMAIL PROTECTED] Subject: Re: JHTML & Java web server 1.1 Please correct me if I'm wrong... But WebLogic doesn'

Re: JHTML & Java web server 1.1

1999-05-24 Thread Joe Sternlicht
We support a couple of million page views a day using jhtml and JWS 1.1.3. It's more than doable, it's been done! At 7:05 PM -0400 5/20/99, Sanjay Radhakrishnan wrote: >Does anybody in this list use JHTML and JWS. > >We are planning to propose JHTML and JWS are the platform for one of our >projec

Re: Web Server including servlet-engine

1999-06-30 Thread Luc Saint-Elie
allowing a classical Web server to support the servlet API: - servletexec - Jrun - EZrunner - Apache Jserv (devoted to the Apache Web server) For example, if you run a IIS on a NT box, you'll want to add Jrun to be able t

Re: Web Server including servlet-engine

1999-07-04 Thread Lastname Firstname
The JAWS Web Server by EzWebTools is both an application server and a web server and very easy to set up and use. It is also free at www.ezwebtools.com . I have found this to be the easiest web application server to implement thus far although I have done a lot of experimentation with WebSphere

Call EJBs from remote web server.

2000-08-22 Thread Ritesh_Srivastava
I am using J2EE server to deploy my Enterprise Java Beans(EJBs).Since servlet chaining/forwarding is not supported by Tomcat we have put our servlets on Java Web server.These servlets will do a lookup for the EJBs residing on J2EE.The problem starts here: How can i call the EJBs which are residing

include tag and iPlanet web server

2000-09-13 Thread Jennifer Buffington
Any one having problems using iPlanet web server 4.0 and and tags this: <%@ include file="Footer.jsp" %> Any ideas? I checked the configuration of the web server, but found nothing. Jennifer Buffington Senior Web Application Developer ACV Insurance Services, Inc. 4

Addional Classpath in Java Web Server

2000-10-23 Thread manoj nahar
hi, i want to add one more directory to class path of JWS. can anyone help me with how to do this, manoj nahar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Serv

Tomcat as Personal Web Server Replacement

2000-11-08 Thread Edward Garson
Greetings JSP Community I am interested in using Tomcat in the same capacity (read: replace) as Microsoft's Personal Web Server, such that I may replace ASP with JSP. Is it possible to set up a simple Tomcat configuration on a Win95 machine to respond to intranet http requests, or will I ha

Dr. Watson error - RESIN web server

2001-02-15 Thread S Kumaresan
hi all, I am developing a JSP web application. (OS - NT) I am using Resin as my web server. When I am running my application, Dr.Watson of windows NT (its is an error detecting application) occurs often, stating that "an application error has occured a

Re: Which Application web Server (advice) ??

2001-04-10 Thread Dylan
ylan del Rosario Informix Software, the database company - Original Message - From: "sufi malak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 11:44 AM Subject: Which Application web Server (advice) ?? > My company is thinking about a web

Re: Which Application web Server (advice) ??

2001-04-11 Thread Naveen Adusumilli
-Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Dylan Sent: Wednesday, April 11, 2001 1:14 AM To: [EMAIL PROTECTED] Subject: Re: Which Application web Server (advice) ?? Sufi, There are alot of feature

Java Web Server installation file wanted

2001-08-04 Thread freshfart hoggart
HI everyone, I need a copy of Java web server for testing some JSPs. I dont have much time, so no time to try tomcat or other evaluation copies of 3 party app or web servers. I understand JWS has been shut down by Sun, but in case someone has an old installation version on his m/c, please send

JSP on MS Personal Web Server

2000-05-02 Thread Nimmons, Daniel
Is there a plugin to add JSP pages and servelets to Microsofts Personal Web Server Daniel (Buster) Nimmons Information Management Specialist Phone: (713) 845-4991 CELL #:(281) 224-8013 Fax #: (713) 640-8717 E-mail: [EMAIL PROTECTED

JSP execution on Apache web server

2000-05-25 Thread manu sharma
Hi All, I am facing a problem in execution of JSP on the Apache web server. The GNUJSP is generating the servlet, and after that it shows the error "Error compiling source file: file:c:/program files/apache group/apache/htdocs/jsp/win.jsp sun.tools.javac.Main" I have included the

Re: java web server support taglib ?

2001-09-12 Thread horwat
The last release of Java Web Server 2.0 has support for the JSP .92 and 1.0 specifications. Unfortunately taglib support wasn't available until JSP 1.1. Justy - Original Message - From: "david chan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Re: Apache Web Server and JRun

2001-11-08 Thread Alex Kachanov
?? 2001 ?. 14:45 To: [EMAIL PROTECTED] Subject: Apache Web Server and JRun Hi guys, I'm using Apache Web Server and JRun for my JSP's. Am I missing a great deal by not using try Jakarta-Tomcat Server, which everyone keeps talking about it? Could someone tell me what are the advantage

Re: Apache Web Server and JRun

2001-11-08 Thread Abhishek
no significant differencebut yes apache is pltfrm independent! - Original Message - From: "Joey A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 11:15 AM Subject: Apache Web Server and JRun > Hi guys, > I'm using

Re: Apache Web Server and JRun

2001-11-09 Thread horwat
: Thursday, November 08, 2001 9:45 PM Subject: Apache Web Server and JRun > Hi guys, > I'm using Apache Web Server and JRun for my JSP's. Am I missing a great deal > by not using try Jakarta-Tomcat Server, which everyone keeps talking about > it? Could someone tell me what are

Re: Apache Web Server and JRun

2001-11-13 Thread javaserverpages
price > no significant differencebut yes apache is pltfrm independent! > > > - Original Message - > From: "Joey A" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 09, 2001 11:15 AM > Subject: Apache Web Server and

iplanet web server and oci driver?

2002-01-21 Thread Yan Zhu
hey all, Has anyone successfully used oracle oci driver in iplanet web container? this is what I am trying to do: <%@ page import="java.util.*" %> <%@ page import="java.sql.*" %> <% String db_driver = "oracle.jdbc.driver.OracleDriver"; String username = "blah"; String password =

iPlanet web server 6.0 & JSP issue

2002-01-23 Thread Dasti, Hassan
Hi, We are using iPlanet Web Server 4.0 for small JSP applications within our intranet. Recently, we started installed iPlanet web server 6.0 and moved our application from 4.0 to new server iPlanet 6.0. For all the testing I have done, everything seems to work except the following line

Type of web server from socket ??

2002-02-04 Thread sufi malak
Ho to get the name of the server running in a port in a host, for example I write a program that scan all the ip address that start from 155.108.000.000 for the port 80, how to know if the web server that is running is IIS, Apache or Tomcat. thanks

include file outside the web server

2002-07-10 Thread Josep R. Raurell
Hello. I want store the user and the password, for access a database, in a file. And for security reasons I want to put outside the web directories. Its posible to do this with JSP ?. (I try with include, but is relative to the page, and it seems is not possible to do this). Maybe there is a be

Re: redirection in iPlanet web server.

2002-09-03 Thread VTR Ravi Kumar
This is the error which i get when I try to generate a random title using the source given at the end can anyone tell what the problme might be. java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment at java.lang.Class.forName0(Native Method) at java.lang.Class.forName0(C

Re: redirection in iPlanet web server.

2002-09-03 Thread Dayanand
:[EMAIL PROTECTED]]On Behalf Of Anoop Kumar V Sent: Tuesday, September 03, 2002 1:51 PM To: [EMAIL PROTECTED] Subject: redirection in iPlanet web server. Hi all, This might be a bit off-topic, but i dint know where else to post this query.. i face a situation on iplanet such that all urls of a

Web Server / JSP-Servlet Container (newbie)

2002-09-12 Thread Pablo Bryan
Can someone tell me why in a production application I would need to have a web server (Apache, Jetty, etc) with an App Server (JBoss, Tomcat, etc) ? Let's say I have an app with servlets and JSP and static HTML. Would I need Tomcat and Apache or can it work just with apache? Remember I

Re: Web Server vs History Question

2003-01-23 Thread Christian Bollmeyer (GMX)
er) = "" but for some reason it is pulling the history > page rather than opening a refreshed page. > > Is there a way to pull a fresh page from the web server rather than reload > a page out of history? > >

Re: Web Server vs History Question

2003-01-23 Thread Eric Noriega
o that list in the table. There is code there to set that application(whatever) = "" but for some reason it is pulling the history page rather than opening a refreshed page. Is there a way to pull a fresh page from the web server rather than reload a page out of history? TIA, Kei

Re: web server crashes . Please help !!!

2003-05-29 Thread Velmurugan (Java Team)
give me the detailed information about webserver crash that would help us to find the solution. for example, .Web Server name, OS name, jdk version, what type of application were running, etc, -Velmurugan. - Original Message - From: "V.T.R.Ravi Kumar" <[EMAIL PROTECTED]

Re: web server crashes . Please help !!!

2003-05-30 Thread Eric Noriega
Hmmm, looks like your Windows is breaking Java. I'd replace the OS. ;-) V.T.R.Ravi Kumar wrote: I get the following error message and the web server crashes this problem has been arising suddenly with out any changes made by me... JAVA caused an invalid page fault in module KERNEL32.D

Re: web server crashes . Please help !!!

2003-05-30 Thread V.T.R.Ravi Kumar
Subject: Re: web server crashes . Please help !!! > give me the detailed information about webserver crash that would help us to > find the solution. > for example, . Web Server name - JO1.0b.06, OS name- Windows-98, jdk version- JSK1.4.1, what type of application were running -

Re: web server crashes . Please help !!!

2003-06-03 Thread Leviaguirre Queral José Luis
If the web server is crashing by itself, it will be fixed up by itself if nobody changed a thing. :) -Mensaje original- De: Eric Noriega [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 29 de Mayo de 2003 07:10 p.m. Para: [EMAIL PROTECTED] Asunto: Re: web server crashes . Please help

Does Java Web Server 1.3 support jsp?

1999-04-12 Thread Alec Segal
In other words, is Page Compilation the same technology as Java Server Pages? Is it possible to configure Java Web Server to support JSP using SUN's JSP SDK? What other web servers support JSP? Is there any intelligent way do debug this stuff? I've played a bit with JSP in JRun,

ANN: Java Web Server 2.0 beta available

1999-04-22 Thread Isa Hashim
The Java Web Server team is pleased to announce early access to Java Web Server(tm) 2.0. You can download a trial version of Java Web Server 2.0 Beta 1 from: http://www.sun.com/software/jwebserver/20beta1/index.html New in 2.0: - Servlet 2.1 API - Bundled JRE1.1.7

Using web server to restrict JSP access

1999-08-16 Thread Dave Ferguson
We're running IIS 4.0 on NT and using JRun 2.3 as our JSP/servlet engine. I have a set of JSP's that I'm using in a "Model 1" configuration. I need to restrict access to these JSP's, so my thinking was just to use the authentication control options in the IIS

Errors in JSP Engine - Web Server 4.0

1999-10-03 Thread Damon Hougland
I have found an error in the Netscape Web Server 4.0 JSP engine: The import attribute of the page tag can accept more than one path, but they must be semicolon delimited, rather than comma delimited (as the 1.0 spec states). Is this a known issue? Anyone else run into it? Damon

JDBC en JSP - JAVA WEB SERVER (ejemplo)

1999-11-12 Thread Triana Mendoza Federico
Guys: This is a sample with files in Java Web Server software.. ...and with double query in one file (for my purpose) <> FEDERICO TRIANA MENDOZA [EMAIL PROTECTED] ejecucion.jsp

hi-java web server not running-urgent

2000-01-04 Thread Sharat Babu
hi to all previously i worked on win-NT machine...after installing jdk1.2.2 and jswdk-1.0.1 , and after giving the appropriate paths and classpath, i was able to execute the prgs. now when i installed in win-95 machine with the same paths and classpaths as i have given in NT machine. when

Run JSP on MS Personal Web Server?

2000-02-16 Thread Joey Fisher
I am running MS Personal Web Server on Windows NT 4.0. What do I need to serve JSP files? Thanks, Joey Fisher === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can b

restart web server whenever want to relo

2000-03-01 Thread Jianjun Fu
beans file without stoping the web server? Or is this possible (I think it is)? Jianjun Fu === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.co

JSP 1.0 with iPlanet Web Server 4.0

2000-03-15 Thread Antonio Jimenez
Hi all, i have read in http://java.sun.com/products/jsp/jsp_jservlet.ds.html the following: "Version 4.0 SP3 supports Java Servlet 2.1 and JSP 0.92 and is available now. A JSP 1.0 add-on is also available" does anybody know where is this add-on available to download? Thanks -- Antonio Jimenez [

Support for EJB by Java web server

2000-03-22 Thread Portal Team
hi, I am working on Enterprise Java Beans right now. I would like to know if Java Web Server supports EJB. Kindly help me out in this. Also i would like to know where i can get the packages needed for working with ejb. Also let me know what servers support EJB Thanx in advance IR

Java Web server "Out of Memory error"

2000-08-03 Thread Krishna Patel
Hello, I am using Java Web server 2.0 Jdk 1.2.2 java Hotspot V M and Getting Out of memory error, i came to know i have to change heap size(to 32 m using command -mx32m) and cache size (from admin site) but I DO NOT KNOW HOW TO DO IT? if any of you guys can help me thanks in advance Krishna

  1   2   3   >