Search the web
Sign In
New User? Sign Up
javaserverpages2 · Java Server Pages - A place to share Java Server Pages knowledge.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 3663   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#30 From: beuwolfagate
Date: Fri Feb 18, 2000 10:24 pm
Subject: Re: JSP and Oracle via JDBC
beuwolfagate
Send Email Send Email
 
it would be useful if you can tell what error it is throwing out...

#29 From: beuwolfagate
Date: Fri Feb 18, 2000 10:19 pm
Subject: Re: JSP on PWS?
beuwolfagate
Send Email Send Email
 
i dont think so, but there is this web server
called Resin.. i am using it for jsp and it works really
good. personally i recomend that for dev. purposes...
very robust and also its easy to install and run. in
fact unlike the java servlet runner, if any servlet
error occurs u need not reboot the system. simply ctrl
break that app. and re-run it. its available at
<a href=http://www.caucho.com/ target=new>http://www.caucho.com/</a>

#28 From: vincechang
Date: Wed Jan 26, 2000 4:40 pm
Subject: Re: Exceptions while running JSPs
vincechang
Send Email Send Email
 
Sorry the previous message got posted
accidentally before I finished it.<br><br>Anyway, That was the
exception I got whenever I tried to run JSP pages. Could
anyone help me out with the problems?
Thanks...<br><br>The JSPs are running on Win32 platform with Apache
Web server, Apache Servlet engine and GnuJSP 1.1.0.

#27 From: vincechang
Date: Wed Jan 26, 2000 4:36 pm
Subject: Exceptions while running JSPs
vincechang
Send Email Send Email
 
Hello,
there:<br><br>java.lang.AbstractMethodError:
org/apache/jserv/JServContext.getResource<br> at
org.gjt.jsp.JspServlet$Page.getResourceImpl(JspServlet.java:684)<br> at
org.gjt.jsp.JspServlet$Page.needToRecompile(JspServlet.java, Compiled Code)<br>
at
org.gjt.jsp.JspServlet$Page.process(JspServlet.java, Compiled Code)<br> at
org.gjt.jsp.JspServlet.service(JspServlet.java:284)<br> at
javax.servlet.http.HttpServlet.service(HttpServlet.java:840)<br> at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)<br> at
org.apache.jserv.JServConnection.run(JServConnection.java:188)<br> at
java.lang.Thread.run(Thread.java:479)

#26 From: javadisciple
Date: Thu Jan 20, 2000 12:29 pm
Subject: Re: JSP and Oracle via JDBC
javadisciple
Send Email Send Email
 
Rob,<br><br>I think I am facing a problem similar
to yours. The only difference is that I am trying to
access a Versant database. <br><br>In principle the
problem remains the same. However, I could answer part of
your question. So:<br>1. Since Oracle is odbc
compliant, you could load a jdbcOdbcDriver in your programto
make things easier to access. <br><br>2. Any .jsp file
will be converted to a servlet automatically by a
servlet engine when you run it on the web server. If you
have not installed the Servlet Engine, the jsp will
not run. So although you will not explicitly use a
servlet, the servlet is generated at the backend. You need
not use EJB if your application is not a distributed
application and if decide not to deploy EJB. It will still
run. <br><br>The problem that I face is that (probably
you could help me here) when I write the jsp code
using the &lt;% %&gt; tags to insert my java code with
jdbc, the servlet engine throws an error with regard to
the import statement "import java.sql.*;" that I
used! <br><br>good luck and please come back if you
could solve my little
problem.<br><br>regards<br><br>Javadisciple

#25 From: RobChrzanowski
Date: Tue Jan 18, 2000 10:26 pm
Subject: JSP and Oracle via JDBC
RobChrzanowski
Send Email Send Email
 
Does anyone have any experience accessing Oralce databases from JSP without EJBs
or Servlets?<br><br>I need some code examples.<br><br>Thanks.<br>Rob

#24 From: javadisciple
Date: Thu Dec 30, 1999 11:32 am
Subject: JSP on PWS?
javadisciple
Send Email Send Email
 
Hi guys, <br>Any help on running JSP on the Personal Webserver that comes along
with Win98?

#23 From: lmalave
Date: Sat Dec 18, 1999 4:33 am
Subject: Re: JSP and EJB
lmalave
Send Email Send Email
 
My recommendation is to look into Bea Weblogic (www.beasys.com).  Weblogic is
the only environment where I have been able to combine EJB and JSPs.

#22 From: younglee
Date: Fri Dec 10, 1999 12:16 am
Subject: Re: blank html lines
younglee
Send Email Send Email
 
Kweiner,<br><br>Remember that everything outside
of your JSP tags is considered "output" or standard
HTML. Thus, if you are spacing your JSP tags in proper
coding fashion, you will end up with quite a bit of
white space.<br><br>In my spare time, I have been
reviewing various de-babbelizing programs for HTML to get
rid of all unnecessary space but I have yet to find
one that does not alter my JSP code. Please tell me
if anyone finds one.<br><br>Hope that
helps,<br>Young

#21 From: kweiner
Date: Wed Oct 13, 1999 11:47 pm
Subject: blank html lines
kweiner
Send Email Send Email
 
The output of my .jsp pages contains many blank lines at the top (in the html
source).  Why are they showing up and how do I get rid of them?

#20 From: kweiner
Date: Tue Oct 12, 1999 9:19 pm
Subject: JSP and EJB
kweiner
Send Email Send Email
 
I'm looking for info on writing JSPs that talk to EJBs.  Can anyone help?

#19 From: swicks13
Date: Tue Sep 28, 1999 3:53 pm
Subject: More JSP tutorials
swicks13
Send Email Send Email
 
Hello everyone. I was wondering if anyone knew of
anymore online JSP tutorials. I have checked out
<a href=http://www.serverpages.com/Java_Server_Pages/
target=new>http://www.serverpages.com/Java_Server_Pages/</a> and are now looking
for some more material
regarding this technology. Thanks in advance<br><br>Shannon

#18 From: spooge21
Date: Sat Sep 4, 1999 3:44 pm
Subject: Re: JSP versions
spooge21
Send Email Send Email
 
I had a problem when moving from Sun's Java Web
Server to JRun because JRun thought .jsp pages should be
following the 0.9 spec. However, we fixed this by changing
the mapping (.jsp maps to 1.0 spec) and did not have
any furthur problems.<br><br>I am not sure what you
are referrinf to when you speak about built-in object
functions provided by Live Software. I guess I am using
straight JSP.<br><br>Sincerely,<br>Anthony Eden

#17 From: spooge21
Date: Sat Sep 4, 1999 3:41 pm
Subject: Re: What do people think of JSP?
spooge21
Send Email Send Email
 
When used correctly, JSP is a very powerful
technology. Compiled JSP documents are fast and you have
access to any Java library. I find that JSP pages are
easy to maintain if you use a very limited amount of
Java code in the JSP page. When the technology
matures, we will see the addition of custom tags which
will greatly ease maintainence and will provide a
clean separation between user interface and business
logic.<br><br>Ultimately, I see JSP as a front end to Enterprise JavaBeans,
which will be VERY powerful, and easy to
develop.<br><br>Sincerely,<br>Anthony Eden

#16 From: spooge21
Date: Sat Sep 4, 1999 3:01 pm
Subject: Re: JSP What are the limitations.
spooge21
Send Email Send Email
 
The goal is to limit the amount of Java code that
you embed in a JSP document. You should attempt to
pass off any heavy work to a bean or Java object. The
advantage is that it is very easy to change the appearance
of a JSP, whereas it is much more difficult (and
must be done by a programmer) with a servlet (unless
you have some sort of template driven system, in
which case you are merely making your own type of
JSP.)<br><br>Debugging is going to be a pain until JSP matures. When it
does, vendors will support debugging of JSP pages in
addition to your other Java classes. After all, a JSP
compiles itself to a servlet
anyhow.<br><br>Sincerely,<br>Anthony Eden

#15 From: gcristof
Date: Mon Aug 30, 1999 1:29 pm
Subject: Re: Tutorials
gcristof
Send Email Send Email
 
#14 From: lordhunter_98
Date: Thu Aug 26, 1999 3:45 pm
Subject: Tutorials
lordhunter_98
Send Email Send Email
 
Hi does anyone here know of any good Java Server pages
tutorials.<br><br>cheers<br><br>lordhunter_98

#13 From: gcristof
Date: Mon Aug 23, 1999 2:54 pm
Subject: Re: Java Live! chat on JSP Aug 24th
gcristof
Send Email Send Email
 
P.S. - It's at 11am Pacific Daylight Time.

#12 From: gcristof
Date: Mon Aug 23, 1999 2:47 pm
Subject: Java Live! chat on JSP Aug 24th
gcristof
Send Email Send Email
 
FYI: According to <a
href=http://developer.java.sun.com/developer/community/index.html
target=new>http://developer.java.sun.com/developer/community/index.html</a>
there will be a Java Live! chat on Aug 24th with the authors of the JSP
specification.

#11 From: skrisha
Date: Mon Aug 2, 1999 9:51 pm
Subject: JavaServerPages qn
skrisha
Send Email Send Email
 
Running a JSP which in turn instantiates a
bean<br>that establishes a JDBC connection and tries to<br>get
some data gives
exception:<br>javax.servlet.ServletException: Cannot create bean of class
sunexamples.beans.&lt;mybeanname&gt;<br><br>Any clues ?

#10 From: bgeorge77
Date: Wed Jun 23, 1999 8:02 pm
Subject: Re: JSP & Servlets
bgeorge77
Send Email Send Email
 
Hi,<br>To get started u need to check out whether
Apache Web Server supports JSP/Servlets etc. If not u
have to have server-plugins like JRun to get
going.<br>JSP provides a template driven dvpmt approach. U can
write all ur server programs in java Servlets. JSP will
provide the templates for presentation in HTML. <br>U
could also try out WebSpeed from Progress Corp for the
"HTMLisation" of ur application. In that case JSP is not
needed.<br>Regards,<br>BG

#9 From: traveler725_52
Date: Mon Jun 21, 1999 2:10 pm
Subject: Hello !
traveler725_52
Send Email Send Email
 
I work with Progress 4GL Database and I want to
have it on Internet. I got the connection from WIN 98
to Solaris (Apache server), but now I want to have
ALL programs on the server side and get generated
HTML on client side.<br>That's the reason I am trying
to found some info about JSP and learn how to use
it.<br>Can anyone help me with my first steps ?<br>Thanks

#8 From: rhootman
Date: Fri Feb 26, 1999 12:05 am
Subject: JSP produces Servlets
rhootman
Send Email Send Email
 
he embedded JSP code gets translated to java which in turn is compiled into a
servlet and runs as one. JSP is generally faster than CGI (perl). Even with
FastCGI and mod_perl.

#7 From: rhootman
Date: Fri Feb 26, 1999 12:02 am
Subject: JSP versions
rhootman
Send Email Send Email
 
ave people here had to deal with the issue of
JSP code between different JSP engines? I have found
interesting problems needing to create JSP code that will
work with both Live Software's JST on IIS4 (WinNT) and
GNU JSP on Apache (Linux). And dealing with the
differences have been an interesting minor pain. Some of the
built-in object functions return different values based on
the system you're on. Interesting ... Also, I have
found that you shouldn't rely on Live Software's
built-in objects. While Live Software's built-in objects
emulate the Microsoft ASP environment and make it easy
for people with ASP backgrounds to port their pages
more easily, it is not portable unless you want to
build those objects yourself. I have sort of done some
of it, I built an Application object because we
really needed that. But otherwise, I just use straight
JSP.

#6 From: rhootman
Date: Thu Feb 25, 1999 11:52 pm
Subject: State of debugging tools
rhootman
Send Email Send Email
 
SP code is turned into a servlet for you
automatically. That is one of the many cool things about JSP.
While tools for debugging are still work-in-progress, I
find using output directly to the web page (just like
using printf's in the old days) works fine. Hell, I
have to do that half of the time in Java anyways. All
in all, I really like JSP. It has really saved our
web application we are working on. I don't know if
everyone knows it but there are serious problems with the
Netscape browser. Especially with the handling Javascript
document.write(). If you are trying to do alot of client side
processing and have very complex dynamically created web
pages, Netscape browsers crash your system. We found
this true on both WinNT/Win95/Win98 and Linux systems
using Netscape 4.x/3.x browsers. We then confirmed this
problem internally with folks in Netscape. The problem,
we were told, is that the document.write() has a
treading problem. It seems that the document.write()
thread doesn't like getting interrupted. Anyways, that
was what we were told. So, I moved all the
client-side processing to server-side processing using JSP.
Problem went away. I'm (and my boss) are happy. So, the
problems solved outweighs the current state of debugging
tools for us.

#5 From: marshalltroy
Date: Tue Nov 3, 1998 12:42 pm
Subject: JSP and Servlets
marshalltroy
Send Email Send Email
 
am familiar with using Servlets as a CGI (specifically Perl) replacement. Can
Servlets and JSP work together? If they can, what capacity do the JSP's serve?

#4 From: tov_are
Date: Thu Sep 24, 1998 8:34 pm
Subject: JSP What are the limitations.
tov_are
Send Email Send Email
 
have had some experience with ASP for
web-maintenance etc. But for web-apps, I use regular servlets.
What are the advantages of JSP?<br><br>Isn't JSP just
adding javacode to the pages themselves, only when you
do that you loose your debugging and development
enviroment.

#3 From: lmalave
Date: Fri Aug 21, 1998 2:45 am
Subject: What do people think of JSP?
lmalave
Send Email Send Email
 
think an html front end generated by JSP is the most effective way to deliver
just about any type of application. What do other people think?

#2 From: ol
Date: Wed Aug 19, 1998 1:16 pm
Subject: hey
ol
Send Email Send Email
 
his is a very cool feature. We can have our own private discussion groups here.

#1 From: (Sender unknown)
Date: Sat Nov 28, 2009 6:34 pm
Subject: (No subject)
 
Welcome, This is the Yahoo! Message Board for Java Server Pages community.

Messages 1 - 30 of 3663   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help