Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Does Sun One ASP run .jsp?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mandrake Linux running Sun One ASP.
java runs!
A client has many java classes and they work fine.
(ASP works as well)
Another client would like to run .jsp and I uploaded a simple example to test the server for .jsp however it just displayed the code and did not run the example.
If you know Mandrake Linux then you also know that the web interface for the Sun One ASP doesn't work, making it hard to change setting in the config file.
Went to Sun One ASP site and it talks about java but nothing on .jsp?
Can I install tomcat with Sun One ASP without running into trouble?
Thanks
 
Sheriff
Posts: 67750
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
I think that it is rather unlikely that an ASP product would also run JSP. I imagine it would be fine to run both as long they are listening on different ports.
In any case, I'm going to move this along to the Sun ONE forum for further discussion by those that might actually know something about this.
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have run web modules with .jsp files on Sun One Application Server 7. It conforms to JSP 1.4 but not JSP 2.0.
Sun One Application Server 8 conforms to JSP 2.0.
By the way, NetBeans is coming out with a bundle that deploys to either Tomcat 5 or AS (I think 8 but I am not sure).
 
John McMaster
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use Mandrake Linux and the web interface to the .conf file doen't work can you tell me what I need to add or turn on in the .conf file? Thanks
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic