Identifier Expected Error in JSP page



Hello,

I have a war file that when I deploy on one server works, however on
another server I am getting an Identifier Expected error on this
function
public List<String> func()

The error is saying that it is expecting a variable instead of
<String. Is this an issue with Java 1.5 not being configured on that
machine?

Thanks for any help you can provide. I am using GoDaddy as a provider
and it works on their shared host but when I got a virtual dedicated
host and deployed the war file this is what I'm getting. I also got
their service plan which prevents me from lookin at the server... I
can't ssh in.

Thank you for any help you can provide.

-Jia

.



Relevant Pages

  • Re: [PHP] php5 include() problem
    ... My shared host just upgraded to my server to php5.2.0 and the function doesn't work. ... I can't tell if the problem is a php5 or server configuration [which may have changed during the upgrade] issue. ... Obviously you're calling it via HTTP so you get the parsed output and not the source code of the CGI script, but if your host has disabled URL opens with PHP 5 then it would explain why it no longer works. ...
    (php.general)
  • Re: Question on J2EE deployment
    ... just copy your war file into the application base directory and ... Tomcat will ... I can deploy them on my local server via ... but I don't know how to deploy them on my Internet ...
    (comp.lang.java.programmer)
  • Re: Identifier Expected Error in JSP page
    ... another server I am getting an Identifier Expected error on this ... public Listfunc() ... Roedy Green Canadian Mind Products ...
    (comp.lang.java.programmer)
  • Re: How to use wget to get information of a jsp page
    ... That all depends on what server you're using. ... The JEE standard is to put a WAR file or its equivalent directory structure in ... servers have an administrator utility to help with the deployment process. ... I'm using tomcat, but since it's only a simple JSP page, I put it ...
    (comp.lang.java.programmer)
  • Re: deploying multiple instances of same application (.war file) on tomcat 5.5
    ... instances of the same application on the same server. ... We have built a ... This new war file also runs fine ... There are a lot of options that don't involve tomcat. ...
    (comp.lang.java.programmer)