Menu

CPPSERV

2005-05-14
2013-04-02
  • Ilya A. Volynets-Evenbakh

    C++ Servlet Engine test

     
    • Nobody/Anonymous

      hi i get this error if any idea plz tell me

      Compiling src/cxxsp/parser/lexer.cpp
      Compiling src/cxxsp/parser/parser.cpp
      Compiling src/cxxsp/parser/csplex.cpp
      src/cxxsp/parser/csplex.cpp: In member function âvirtual int cxxsp::lexer::yylex()â:
      src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stackâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stack_topâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:643: error: âyyensure_buffer_stackâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stackâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stack_topâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:895: error: âyy_buffer_stackâ was not declared in this scope

       
    • Nobody/Anonymous

      hi,
         i get error below, my os is cent05,flex-2.5.4a found
      plz tell me any idea

      Compiling src/cxxsp/parser/generator.cpp
      Compiling src/cxxsp/parser/lexer.cpp
      Compiling src/cxxsp/parser/parser.cpp
      Compiling src/cxxsp/parser/csplex.cpp
      src/cxxsp/parser/csplex.cpp: In member function âvirtual int cxxsp::lexer::yylex()â:
      src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stackâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stack_topâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:643: error: âyyensure_buffer_stackâ was not declared in this scope
      src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stackâ was not declared in this sc

       
    • Ilya A. Volynets-Evenbakh

      Unfortunately at this time you have to upgrade to modern version of flex (2.5.33 should work).
      Also, please file a bug. I'll work on removing dependency on flex from shipping packages.

       
    • Nobody/Anonymous

      Thank You

       
    • Nobody/Anonymous

      is any frame work available like struts/JSF in cpp server

       
      • Ilya A. Volynets-Evenbakh

        No, currently there is nothing but CSP, but we have plans for developing some frameworks in future.
        There is some experimental abstraction code in UniverseUniversity (web app project running on
        cppserv) but there is nothing generic and publishable yet.

         
    • Nobody/Anonymous

        hi i get  error The requested URL was not found on server,
      also not found /etc/conf.d/apache2 for APACHE2_OPTS
      plz help me

      my os is cent05,htppd-2.2.9
      i give below some info'

      [root@kimayapc httpd-2.2.9]# /usr/local/apache2/bin/apachectl -k start
      httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
      [root@kimayapc httpd-2.2.9]#

      [root@Kabeer root]# telnet 192.168.0.151 80
      Trying 192.168.0.151...
      Connected to 192.168.0.151.
      Escape character is '^]'.

      [root@kimayapc cppserv]# pwd
      /home/ilya/public_html/cppserv
      [root@kimayapc cppserv]# cppserv -P ./eng.pid -c ./engine.xml

      http://192.168.0.151/~ilya/cppserv/HelloServlet
      The requested URL /~ilya/cppserv/HelloServlet was not found on this server.

       
      • Ilya A. Volynets-Evenbakh

        conf.d files are specific to Gentoo and Gentoo-derived distributions.
        You need to provide me with cppserv-related snippets of apache configuration.

         
    • nicky

      nicky - 2008-06-17

      hi,
        ok but i don't understand why get error "The requested URL was not found on  server", on telnet 80 port is open found,then cppserv<->apache commicate not work ,where is i am wrong plz ilya tell me

       
    • Ilya A. Volynets-Evenbakh

      You need to provide me with cppserv-related snippets of apache configuration, for me to answer your question.

       
    • nicky

      nicky - 2008-06-20

      ./configure --enable-suexec  --with-suexec-caller=nobady --with-suexec-gidmin=51
        --with-suexec-umask=022 --enable-so --enable-dav --enable-dav-fs -enable-auth-digest

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.