I've been doing alot of research on ASP today, and from the microsoft web
page it states that only 3 scripting languages
are supported by default with ASP, JScript, VBScript, and C#.
Here are some websites that I found that may have info on the subject.
http://www.wdvl.com/
http://www.aspfree.com
No shit, I thought that's what Microshaft was in business for, to sell you
things you can get free from someone else.
> When I searched Microsoft's site, it seemed to indicate that you had to
buy
> a third-party servlet engine to plug in to IIS.
>
> Personally, I've been using a development versio
Dear Guy's
I got a problem when using HTTP session on Sun j2ee server.
I trying to bound an object to a session attribut using setAttribute method
of HttpSession object.
The object can be accessed on every page that deployed on the same context
with the page that set the attribute.
But the pag
Hi arun,
There is another mailing list dedicated to jsp: [EMAIL PROTECTED]
-Original Message-
From: Arun Jayaprakash <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, September 13, 2000 8:52 AM
Subject: JSP ?
Hello,
Would discussion on JSP be offtopic here
Hi,
I dont remember the address correctly.
Check out the jsp home page in java.sun.com.
or check this link
http://metalab.unc.edu/javafaq/mailinglists.html
bye
dushyanth
--- Arun Jayaprakash <[EMAIL PROTECTED]> wrote: >
Hello,
>
> Would discussion on JSP be offtopic here? Is there
> any mailing-l
The Resin servlet/JSP engine is, in my opinion, one of the best available.
The built in web server is not really intended for full-blown commercial web
sites, but for an intranet web server, it is more than adequate. For a site
with a heavier load, plugging Resin in to IIS, NES or Apache should me
hello all,
my problem is i am having a browser in mc 1, servelet1 in m/c2 and
having servlet
in m/c 3.
the request is comming from browser(m/c1) to servlet1(m/c2) and then
going to servlet3(m/c3).what usually happens is response goes from
servlet2 to servlet1 and then to browser .
but i want to
Nope, the general consensus is that they are using BroadVision, with
server-side Javascript.
- Original Message -
From: Bolt, Dave <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 12, 2000 7:26 AM
Subject: Re: About web sites on servlets
> I think the Wal-Mart site u
You would 'normally' use Tomcat with either Apache or IIS. They would do the
html serving and support SSL connections while Tomcat would be used just as the
Servlet engine.
These combinations really work reliably and efficiently. This is what I am have
been doing for over a year now. Very large
This link might help: http://java.sun.com/products/jdbc/driverdesc.html
- Original Message -
From: Dmitri Namiot <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 12, 2000 10:34 AM
Subject: About web sites on servlets
> http://coldjava.wantjava.com
> http://coldjava.hy
Hello,
Would discussion on JSP be offtopic here? Is there any mailing-list
dedicated to JSP?
Bye,
Arun Jayaprakash
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hi All,
This question is related yet un-related to servlets. But I need some help
here. Due to anti-spamming regulations, my company has closed off our SMTP
server. I now need to access or send emails via our corporate mail server,
Microsoft Exchange. Yup, that is where my problems start. :-(
I
I have just been offered a job here in Montreal. The job description is
vague, but does involve an Informix i.Reach system. Has anybody used java,
servlets and EJB with it?
Is it good, bad, or indifferent?
Regards,
Mike
___
Does "highly functional" apply to its web-server features or only as a
servlet/jsp engine?
I'm afraid of using a servlet engine as a webserver and then a couple months
into a project discovering that its webserver abilities are limited. If, on
the other hand, a single application is both complet
You can only use hhtp connections to port 8080.
Regards - George
Vijay Naidu wrote:
> Hi Gurus,
>
> I am new to Servlets. I have created a HTTPS connection. I am facing this
> problem while running the servlet
> /***/
> 500 Inte
Hello,
This message is slightly off topic...
I'm trying to retreive a remote URL in my
servlet and parse the returned HTML page modifying
tags and removing some other tags. I've
successfully modified the tags using the swing
parser classes and I've converted the HTML into a
HTMLDocument object.
Resin (http://www.caucho.com), Tomcat (http://jakarta.apache.org/tomcat)
and JRun (http://www.allaire.com) can all run standalone or plug in to IIS
as a servlet container.
I'm a Resin fan myself. It's small, fast, highly functional, and very easy
to configure.
--
Martin Cooper
Tumbleweed Communi
Hi Gurus,
I am new to Servlets. I have created a HTTPS connection. I am facing this
problem while running the servlet
/***/
500 Internal Server Error
The servlet named invoker at the requested URL
http://localhost:8080/servlet/S
Hi,
Now I am trying to install Tomcat with IIS too. Is there any document for it? (in
readme file explains only about how to plug it with Apache)
Regards,
Sommart Srikittichai
George I Matkovits wrote:
> You are able to use Tomcat.
> Regards - George
>
> Moustafa Elqabbany x210 wrote:
>
> > Wh
You can download it (probably) from the publisher's Web Site. You will need the
title of the book You are also breaking copyright laws (may be? Yes in the
USA!) when using it without owning the book. (They published several XML and
Java books!). Install it on your classpath.
Regards - George (I am
Hi gurus,
I am trying to compile a simple example with a reference to import
com.wrox.util.*; but javac can't find it.
Where I can get that package and where I should install it to be visible to
javac?
Thank you again,
len
__
This is interesting. Can we explore the further possibility about servlet
under MS winNT? I would like know whether we can call a servlet through
Microsoft things, such as ISAPI, ASP, VBScript.
Any input is highly appreciated.
Bo Su
- Original Message -
From: "George I Matkovits" <
When I searched Microsoft's site, it seemed to indicate that you had to buy
a third-party servlet engine to plug in to IIS.
Personally, I've been using a development version of JRun from Allaire
(http://www.allaire.com). It comes with a web server, so I haven't even
been using IIS lately. Howev
You are able to use Tomcat.
Regards - George
Moustafa Elqabbany x210 wrote:
> When I searched Microsoft's site, it seemed to indicate that you had to buy
> a third-party servlet engine to plug in to IIS.
>
> Personally, I've been using a development version of JRun from Allaire
> (http://www.all
Jean Bresse wrote:
>
> Thank you for your reply Kevin.
>
> Would it also apply if it was a Vector instead of a String?
>
> For example, say that we added an element to the vector...
When you call a method of any object reference, the object may be
changed, but the reference is not changed. So, in
ArrayList is part of the collection framework (jdk1.2), also Comparable
is part of the jdk1.2 - maybe you use an older version of the jdk...?
-Ursprüngliche Nachricht-
Von: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]Im Auft
Hi Leonid.
Yes Java Servlets can be implemented on MS Windows NT. You will need
to install a Java extension although, which could be Allaire's JRun, JServ
and I assume there would be many other too.
Gaurav.
-Original Message-
From: Leonid Kolytchev [mailto:[EMAIL PROTECTED]]
Sent
Geeta Ramani wrote:
>
> Hmm, really? I thought that since String is not a primitive data type, when you
> pass a String to a variable, you are passing a reference to that String obect,
> (and it is not passed by value)..? So my guess would have been that doing a
> "putValue" wouldnt have been nece
Hi all
I need to provide Dictionary (custom) and Spellchecker
facility in my GUI that is developed using
Visual café If any of u know how to go about or any
commercial product let me know
regards
ckv
__
Do You Yahoo!?
Yahoo! Mail - Free email you
Sorry if this is slightly off topic and I know its been covered before but
I've seen it done different ways, in jsp
how are you guys making sure your dynamic pages get reloaded (! not cached
by the browser) and are you using the meta tag or a response header. Any
code snippets?
Hi there,
I am quite new to Java Servlets by them self and I am even more innocent to
an implementation of "to run servlet" environment, thus please excuse me for
possible inaccuracy in my questions.
My questions,
Is it possible to implement Java Servlets on MS Windows NT?
If yes, can that be d
Hmm, really? I thought that since String is not a primitive data type, when you
pass a String to a variable, you are passing a reference to that String obect,
(and it is not passed by value)..? So my guess would have been that doing a
"putValue" wouldnt have been necessary.. Of course it should ea
Thank you for your reply Kevin.
Would it also apply if it was a Vector instead of a String?
For example, say that we added an element to the vector...
Jean
-Original Message-
From: Kevin Mukhar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 3:50 PM
To: [EMAIL PROTECTED]
S
Jean Bresse wrote:
>
> The value of that local object changes with the following:
>
> myInfo = "some new value is now in effect";
Because you are assigning a new value to the reference variable, the
reference inside the session object still points to the old string. If
you want the new string to
Hi all:
Here is the situation I am dealing with:
Servlet A stores a String object called myInfo as follow:
session.putValue("myInfo", myInfo);
This is only done once per session as it is done by init( ).
Servlet B retrieves the value of myInfo and initializes a local String
object like this:
I looked in several places for this subject. I simply can not
find anything.
Would someone please point me in the right direction?
Where is the file? How / Where do I tell Visual Age 4 Java's
WebSphere Test Env. to use it, etc.
Thanks!
Rick Sample
Sr. Programmer / Analyst
Graybar, Inc.
"Don'
__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of th
Please, please, please use Tomcat.
Regards - George
Vikas Paliwal wrote:
> Even I am facing the same problem.
>
> I am using the JDK version 1.2.1
>
> I am using Java Web Server to test my servlets.
> Is it a problem with the JVM used by the JWS.
>
> Thanks.
>
> Sateeshkumar_
Hi all,
Los Angeles based company is getting ready to develop high performance,
scalable internet trading application for stock markets. We are looking for
experienced J2EE programmers. Anybody interested, please send resume or
email to [EMAIL PROTECTED]
Thanks,
Misak Boulatian
I don't think anyone was suggesting putting all the functionality into a
single class. Rather, the idea is to put all of the functionality under the
control of a single servlet. This servlet then implements the Controller
role in the MVC pattern.
Take a look at the Struts framework (http://jakart
Obviously, if the doPost method needs to be synchronized, my suggestion
isn't a very good solutions. However, when you have lots of forms
and need to be able to easily get the forms' data and put it in a database,
I find this very effective.
However - I someone pointed out - putting lot of your ap
http://coldjava.wantjava.com
http://coldjava.hypermart.net
ServletShop: java server side programming
http://coldjava.hypermart.net
Get your own FREE, personal Netscape WebMail account today at
http://home.netscape.com/webmai
Hi,
Start the Webserver and give this request on your browser:
http://localhost:8080/
you will get to see the servlet Api.
___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff S
>From the servlet api javadoc:
java.lang.String getPathInfo()
Returns any extra path information associated with the URL the
client sent when it made this request.
java.lang.String getPathTranslated()
Returns any extra path information after the servlet name but
bef
> Does anyone know where I can get the servlet API classes that include the
> HttpSession.get/setAttribute() methods ? I just downloaded Tomcat and
> browsed the servlet.jar file that's included and HttpSession doesn't
> include these methods. Naturally, trying to use them causes a compilation
> e
I am seeking opinions on the best IDE for J2EE work.
I'm planning an app that uses JSP, Servlets, and EJB in a J2EE Blueprints
sorta way.
I've been using JBuilder 3 on Windows for a couple of years (3.5 is too
slow).
IDE's I'm considering
JBuilder
Visual Cafe
Forte
Netbeans
Visual Age
Target
i downloaded the jws 2.0
version but a still have the problem
classnotfoundException: unable to find class java.util.ArrayList
>>> [EMAIL PROTECTED] 09/12/00 03:13pm >>>
Even I am facing the same problem.
I am using the JDK version 1.2.1
I am using Java Web Server to test my servlets.
Is it a
I think the Wal-Mart site uses JSP. www.walmart.com
Technically a JSP page generating content should run at the same speed as an
equivalent servlet.
Provided that the servlet code generated by the Web container does not have
an arbitrary slowdown.
Also some app and web servers will exhibit better
Hope this helps.
peace,
cedric
import java.io.*;
import java.sql.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
my server uses a jdk version 1.2.2
but my java webserver is 1.1.3
can this cause the problem..
if so.. how can i solve this..??
>>> [EMAIL PROTECTED] 09/12/00 03:00pm >>>
Just check out the JDK version. It's available only after JDK 1.2
> --
> From: Robert Ziel[SMTP:[EMAIL PROTE
Even I am facing the same problem.
I am using the JDK version 1.2.1
I am using Java Web Server to test my servlets.
Is it a problem with the JVM used by the JWS.
Thanks.
Sateeshkumar_Karnam <[EMAIL PROTECTED]> on 09/12/2000 06:30:54
PM
Please respond to "A mailing list for discussion abo
Just check out the JDK version. It's available only after JDK 1.2
> --
> From: Robert Ziel[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Tuesday, September 12, 2000 6:22 PM
> To: [EMAI
hi,
does someone know why the util class cannot be imported.. from a servlet..?
import java.util.*;
Error
classnotfound exception: java.util.ArrayList
regards,
Robert
___
To unsubscribe, send email to [EMAIL PROTECTED]
Hi, all
Sorry, if my question has already been asked.
I have run a JDBC example from Book "Developing JAVA Enterprise Application
" by Stephen Asbury and Scott R. Weiner, chapter 3, pp 22-23. But there is
an error information from Internet Explorer as follows
Error: 500
Internal Servlet Error
Hi!
for the type 2 and type 4 drivers u could check out the Oracle site
which gives both OCI(type 2 drivers ) and thin (type 4 drivers)..
regards
vikram
Partha Bhattacharjee wrote:
> Hello forum,
>
> I have gone through the theoretical aspect of the 4 types of drivers. I have
> al
Hi,
have a look at the following.. it is a section of a simple main() type class
that gets the path of where it is stored. This will work with servlets as
well. The problem is that with win32 the path will be in the format
/c:/classes/, so you get rid of the first character, making it c:/classes/
sir,
i want to know how to do File Download Programming in
Java Servlets. let me know fast. if you have the URL
of application program , let me know.
Thanking you,
yours
mahesh/-
__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from
Hi,
IMHO squeezing a big chunk of your application's functionality into one huge
class breaks some fundamental OO design principles. Good OO designs usually
have a lot of medium or small "coherent" classes rather than a few very big
ones which contain unrelated data or functionality. This makes i
Hi,
I am sorry I will not be able to help you much as I am a newbee myself. In
fact I have a question. I have read about 4 types of drivers. I have also
checked the use of jdbc:odbc bridge. Now how can I work with other kinds of
drivers? Can I get the codes used for that or perhaps some site that
hi Matthias
What's the advantage of using this scheme?
One is that there will be only one instance of one servlet instead of many
servlets in the server and so will perform better.
But this would mean that if the doPost method is required to be synchronized
then the performance will degrade as a
Hello forum,
I have gone through the theoretical aspect of the 4 types of drivers. I have
also checked out the database connectivity using jdbc odbc driver.
Now I have been unable to find the working codes of the other 3 types of
drivers. Can anybody provide me the stuff or give me some website
Thanks to all for there responses.
Matthias:
I can see your point and it is interesting indeed. Basically
instead of using one Servlet you combine all the processes
into one servlet and have each form utilize that servlet
hmm very interesting. I will go with that. Thanks!
Ryan
-Ori
Hi Tania and all:
I had the same problem: ServletContext.getRealPath() returns null in some
environments, not on my local Jrun3 but it does when run un the serviceprovider.
A bit of search on the web revealed, that Jserv has a "known bug" in the
getRealPath() implementation, so it always returns
63 matches
Mail list logo