• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Chime Plugin

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

I am running Tomcat on windows2000 professional machine. I have a plug-in by name chime. It is basically used to show the sturcture of a molecule contained in a pdb file(this file is full of text).

Now I wanted to load a pdb file using JSP but failing to do that this is the html code

<html>
<embed src="pdb/1AFQ.pdb" bgcolor="#000000" spiny =15 startspin=1 width=100% height=100% name="one" >
</html>

and pdb is a folder which is present in my project directory under webapps...

please help me out.. I am despirate to find a solution...

plz.

Cheers
Ram
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There really isn't any JSP component to this issue so I'm moving it off to the HTML forum.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
make sure that path is correct and working: pdb/1AFQ.pdb

Is the file one folder off the parent directory?

Try linking directory to it like http://localhost/thefolder/pdb/1AFQ.pdb

Eric
 
Ram Sateesh Talari
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Eric,

Well the path is right and I did try out http://localhost/thefolder/pdb/xx.pdb. but it's still now working...

Cheers
Ram
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://sleepy.bimcore.emory.edu/home/Tutorials/chime/chime.html

There is a tutorial explaining everything from getting the plug in to adding it to a web page.

Eric
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic