jQuery in Action, 2nd edition
The moose likes Websphere and the fly likes WebSphere 6.1.0.0 and JavaScript uissue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "WebSphere 6.1.0.0 and JavaScript uissue" Watch "WebSphere 6.1.0.0 and JavaScript uissue" New topic
Author

WebSphere 6.1.0.0 and JavaScript uissue

Shani Gunarathna
Greenhorn

Joined: Jul 07, 2009
Posts: 11
Hi,

I have deployed my WAR file in Websphere which worked really well in Jetty. But in Websphere the java scripts are not working even though i have specified them correctly.


Can somebody please help me on this?

Thanks in advance,
Harshi
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Shani,
What does not working correctly mean? That WebSphere can't find them?

I recommend trying to see what the absolute path is that WebSphere is looking for. In particular, is there a context root present that wasn't in Jetty?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Shani Gunarathna
Greenhorn

Joined: Jul 07, 2009
Posts: 11
Yes. I gave a context root for WebSphere which didn't there in the Jetty. I get object is null java script errors and i have put a jquery calendar control which is also not working. That means calendar is not getting displayed in the UI. Seems like even if i have specified paths for javascript files the jsp page can't find them. Please guide me since i have a urgent work to be delivered. Meanwhile I ll read more on Websphere.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: WebSphere 6.1.0.0 and JavaScript uissue
 
Similar Threads
how to use css and js file in servlet
Can <script> having src attribute contain any body or function?
Getting duplicate values on the onChange event of dropdown list
Linking to so many jquery plugins
include js codes into a js variable