HighDots Forums  

Jsp in Dreamweaver MX2004

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Jsp in Dreamweaver MX2004 in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
faitonghk
 
Posts: n/a

Default Jsp in Dreamweaver MX2004 - 11-02-2005 , 10:38 PM






I made some page use JSP in Dreamwerver MX 2004 include database connect, I can view the data in F12,
but when I view it in Http:, only can see the htm part. It's any other setting need to do?

Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Jsp in Dreamweaver MX2004 - 11-03-2005 , 10:41 AM






Quote:
but when I view it in Http:
Show me what you mean by this, please.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"faitonghk" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I made some page use JSP in Dreamwerver MX 2004 include database connect, I
can view the data in F12,
but when I view it in Http:, only can see the htm part. It's any other
setting need to do?



Reply With Quote
  #3  
Old   
Chris In Madison
 
Posts: n/a

Default Re: Jsp in Dreamweaver MX2004 - 11-03-2005 , 11:02 AM



I'm a little lost here... Where are you viewing it when you see this
happening? Which JSP Server product are you using? There's a *lot* of
things that can be going on...

~Chris



Reply With Quote
  #4  
Old   
faitonghk
 
Posts: n/a

Default Re: Jsp in Dreamweaver MX2004 - 11-03-2005 , 09:00 PM



Thanks for reply, sorry for I'm not good in English.
I use Apache Tomcat 5. when I use DW to preview the page(localhost:8080),
I can see all the detail, but in ie(http://www.villalotus.com), all date from
database(I try both Mysql & Access) are missing.
It's any setting in DW need to set when I want to show the database's data?
Anyway very very thanks for yours.


Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Jsp in Dreamweaver MX2004 - 11-04-2005 , 07:55 AM



<%@ page contentType="text/html; charset=big5" language="java"
import="java.sql.*" %>
<%@ include file="Connections/membership.jsp" %>
<%@ include file="Connections/counter.jsp" %>

Does your host support jsp?

Are your files named with a jsp extension?

<a href="index.htm">

Doesn't look like it....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"faitonghk" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks for reply, sorry for I'm not good in English.
I use Apache Tomcat 5. when I use DW to preview the page(localhost:8080),
I can see all the detail, but in ie(http://www.villalotus.com), all date
from
database(I try both Mysql & Access) are missing.
It's any setting in DW need to set when I want to show the database's
data?
Anyway very very thanks for yours.




Reply With Quote
  #6  
Old   
Chris In Madison
 
Posts: n/a

Default Re: Jsp in Dreamweaver MX2004 - 11-04-2005 , 08:54 AM



It appears that these pages have .htm extensions. They must have .jsp
extensions for the JSP server to parse your Java code.

Best regards,
Chris



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.